/* Портфолио: пояснение и шапка примера (файл не перезаписывается extract-seo-reports.mjs) */

/* strong/b в тёмных блоках «Заключение» (градиент + color: white) */
.seo-report-root .conclusion[style*="color: white"] strong,
.seo-report-root .conclusion[style*="color:white"] strong,
.seo-report-root .conclusion[style*="182848"] strong,
.seo-report-root .conclusion[style*="4b6cb7"] strong,
.seo-report-root .conclusion[style*="color: white"] b,
.seo-report-root .conclusion[style*="color:white"] b,
.seo-report-root .conclusion[style*="182848"] b,
.seo-report-root .conclusion[style*="4b6cb7"] b {
    color: inherit;
    font-weight: 700;
}

.seo-report-root .seo-report-example-notice {
    margin: 0 0 20px;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid #fcd34d;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    color: #78350f;
    box-shadow: 0 2px 12px rgba(245, 158, 11, 0.12);
}

.seo-report-root .seo-report-example-notice__title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.seo-report-root .seo-report-example-notice__title i {
    color: #d97706;
    font-size: 1.1rem;
}

.seo-report-root .seo-report-example-notice__text {
    margin: 0 0 10px;
    padding: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
}

.seo-report-root .seo-report-example-notice__text:last-child {
    margin-bottom: 0;
}

.seo-report-root .seo-report-example-notice__text--metrics {
    font-weight: 500;
}

.seo-report-root .seo-report-example-notice__link {
    color: #b45309;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.seo-report-root .seo-report-example-notice__link:hover {
    color: #92400e;
}

.seo-report-root .seo-report-client-header {
    margin: 0 0 24px;
    padding: 24px 20px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.seo-report-root .seo-report-client-header h1 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e3054;
}

.seo-report-root .seo-report-client-header .subtitle {
    margin: 0 0 6px;
    padding: 0;
    font-size: 0.95rem;
    color: #4a5568;
}

.seo-report-root .seo-report-client-header .subtitle:last-child {
    margin-bottom: 0;
}
