.uae-invest-report,
.uae-invest-report p,
.uae-invest-report ul,
.uae-invest-report li,
.uae-invest-report h2,
.uae-invest-report h3,
.uae-invest-report h4,
.uae-invest-report h5,
.uae-invest-report a,
.uae-invest-report span,
.uae-invest-report strong, /* FIX: Added strong for bold text */
.uae-invest-report em,    /* FIX: Added em for emphasis */
.uae-invest-report div,
.uae-invest-report td,
.uae-invest-report th,
.uae-invest-report summary,
.uae-invest-report details > div {
    color: #111!important; /* Ensure high contrast black */
    background: transparent!important;
}

.uae-invest-report.info-block {
    background-color: #e7f3ff!important;
    color: #111!important;
}

.uae-invest-report.advice-block {
    background-color: #fff9e1!important;
    color: #111!important;
}
.uae-invest-report.advice-block {
    background-color: #fff9e1!important;
    color: #111!important;
}

/* FIX: Разрешаем цветные фоны для info и advice блоков */
.uae-invest-report.info-block,
.uae-invest-report.info-block *,
.uae-invest-report.advice-block,
.uae-invest-report.advice-block * {
    background-color: inherit!important;
}


.uae-invest-report a {
    color: #003399!important;
    text-decoration: underline!important;
}

.uae-invest-report details > summary {
    cursor: pointer;
    font-weight: 700;
    color: #111!important;
}

.uae-invest-report details > div {
    color: #111!important;
    background: #fefefe!important;
    padding: 12px 18px;
    border-radius: 0 0 8px 8px;
}
/* FIXES: Ensure tables are readable and don't break layout */
.uae-invest-report table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.uae-invest-report th,
.uae-invest-report td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}
.uae-invest-report thead th {
    background-color: #ddd;
    font-weight: bold;
}
.uae-invest-report.faq-native details {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0;
}
.uae-invest-report.faq-native summary {
    padding: 15px;
    display: block;
    background: #f0f0f0;
    border-radius: 8px;
}
.uae-invest-report.faq-native details[open] summary {
    border-radius: 8px 8px 0 0;
}
.uae-invest-report.faq-native p {
    padding: 15px;
    margin: 0;
    border-top: 1px solid #eee;
}
/* FORCE: Черный цвет для списков в цветных блоках */
.uae-invest-report.info-block ul,
.uae-invest-report.info-block ul li,
.uae-invest-report.info-block ul li strong,
.uae-invest-report.advice-block ul,
.uae-invest-report.advice-block ul li,
.uae-invest-report.advice-block ul li strong {
    color: #111!important;
    background: transparent!important;
}