    .mmr-report-hero {
        background-color: #0b2144;
        background-size: cover;
        background-position: center;
        position: relative;
        color: #ffffff;
        padding: 36px 0 28px;
        overflow: hidden;
    }

    .mmr-report-hero.has-hero-image {
        background-image: linear-gradient(90deg, rgba(7, 24, 51, 0.92) 0%, rgba(7, 24, 51, 0.8) 55%, rgba(7, 24, 51, 0.5) 100%), var(--hero-image);
    }

    .mmr-report-hero.no-hero-image {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 520' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0%25' stop-color='%23071833'/%3E%3Cstop offset='56%25' stop-color='%230d2f63'/%3E%3Cstop offset='100%25' stop-color='%23133f79'/%3E%3C/linearGradient%3E%3CradialGradient id='r1' cx='16%25' cy='10%25' r='46%25'%3E%3Cstop offset='0%25' stop-color='%23ffffff' stop-opacity='0.2'/%3E%3Cstop offset='100%25' stop-color='%23ffffff' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='r2' cx='88%25' cy='88%25' r='38%25'%3E%3Cstop offset='0%25' stop-color='%23ffffff' stop-opacity='0.12'/%3E%3Cstop offset='100%25' stop-color='%23ffffff' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='1600' height='520' fill='url(%23g)'/%3E%3Ccircle cx='230' cy='70' r='280' fill='url(%23r1)'/%3E%3Ccircle cx='1380' cy='460' r='300' fill='url(%23r2)'/%3E%3C/svg%3E");
    }

    .mmr-report-hero-breadcrumbs {
        font-size: 11px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 12px;
    }

    .mmr-report-hero-breadcrumbs a {
        color: inherit;
        text-decoration: none;
    }

    .mmr-report-hero-title {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.25;
        margin: 0 0 12px;
    }

    .mmr-report-hero-meta {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 16px 24px;
        margin-bottom: 18px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.75);
    }

    .mmr-report-hero-meta-item {
        min-width: 0;
    }

    .mmr-report-hero-meta strong {
        color: #ffffff;
        font-size: 13px;
    }

    .mmr-report-hero-meta .mmr-divider {
        width: 1px;
        background: rgba(255, 255, 255, 0.3);
        height: 32px;
    }

    .mmr-report-hero-actions {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .mmr-hero-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px 14px;
        font-size: 12px;
        font-weight: 600;
        border-radius: 4px;
        text-decoration: none;
        border: 1px solid transparent;
        gap: 8px;
        width: 100%;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mmr-icon {
        width: 1em;
        height: 1em;
        display: inline-block;
        flex: 0 0 auto;
        vertical-align: middle;
    }

    .mmr-hero-btn .mmr-icon {
        width: 14px;
        height: 14px;
        flex-basis: 14px;
    }

    .mmr-hero-btn-primary {
        background: #e64a19;
        color: #ffffff;
    }

    .mmr-hero-btn-primary:hover {
        background: #cc3f15;
        color: #ffffff;
    }

    .mmr-hero-btn-accent {
        background: #ffb300;
        color: #1f2937;
    }

    .mmr-hero-btn-accent:hover {
        background: #e6a100;
        color: #0b0b0b;
    }

    .mmr-hero-btn-outline {
        border-color: #ffffff;
        color: #ffffff;
        background: transparent;
    }

    .mmr-hero-btn-outline:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff;
    }

    .mmr-hero-btn-light {
        background: #10b981;
        color: #ffffff;
    }

    .mmr-hero-btn-light:hover {
        background: #0fa271;
        color: #ffffff;
    }

    .mmr-license-card {
        background: #ffffff;
        color: #1f2937;
        border-radius: 8px;
        padding: 16px;
        box-shadow: 0 12px 24px rgba(7, 24, 51, 0.2);
    }

    .mmr-license-card h4 {
        margin: 0 0 12px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #1f2937;
    }

    .mmr-license-option {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        margin-bottom: 8px;
    }

    .mmr-license-option input {
        margin: 0;
    }

    .mmr-license-buy {
        width: 100%;
        border: none;
        margin-top: 8px;
        padding: 9px 12px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 700;
        background: #d9232e;
        color: #ffffff;
    }

    .mmr-license-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin-top: 8px;
        font-size: 12px;
        color: #1f2937;
        text-decoration: underline;
    }

    .mmr-report-sticky {
        position: fixed;
        top: var(--mmr-sticky-top-offset, 0px);
        left: 0;
        width: 100%;
        z-index: 160;
        transform: translateY(-110%);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
        background: #ffffff;
        border-bottom: 1px solid #e5e9f0;
        padding: 12px 14px;
        pointer-events: auto;
    }

    .mmr-report-sticky.is-visible {
        transform: translateY(0);
        opacity: 1;
    }

    .mmr-report-sticky .container {
        width: 100%;
        max-width: 1200px;
        padding: 0 16px;
    }

    .mmr-report-header-card {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        align-items: center;
        justify-content: space-between;
    }

    .mmr-report-header-left {
        display: flex;
        gap: 12px;
        flex: 1 1 520px;
        align-items: center;
        min-width: 0;
    }

    .mmr-report-header-anchor {
        display: flex;
        gap: 12px;
        align-items: center;
        color: inherit;
        text-decoration: none;
        min-width: 0;
    }

    .mmr-report-header-anchor:hover .mmr-report-header-title {
        color: #0b6b7a;
    }

    .mmr-report-header-anchor:focus-visible {
        outline: 2px solid #0b6b7a;
        outline-offset: 2px;
        border-radius: 6px;
    }

    .mmr-report-header-copy {
        min-width: 0;
    }

    .mmr-report-logo {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    .mmr-report-header-title {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        color: #1f2937;
    }

    .mmr-report-header-meta {
        margin-top: 4px;
        font-size: 11px;
        color: #6b7280;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .mmr-report-header-right {
        flex: 0 1 440px;
        text-align: right;
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .mmr-report-contact {
        font-size: 11px;
        color: #6b7280;
        margin-bottom: 6px;
        line-height: 1.4;
    }

    .mmr-report-contact a {
        color: inherit;
        text-decoration: none;
    }

    .mmr-report-sticky-actions {
        display: flex;
        gap: 8px;
        align-items: center;
        flex-wrap: nowrap;
    }

    .mmr-report-sticky-actions .mmr-btn {
        height: 32px;
        padding: 0 14px;
        font-size: 11px;
        border-radius: 4px;
        white-space: nowrap;
    }

    .mmr-blink {
        animation: mmr-blink 1s steps(2, start) infinite;
    }

    @keyframes mmr-blink {
        to {
            visibility: hidden;
        }
    }

    .mmr-report-actions {
        display: flex;
        gap: 8px;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .mmr-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 12px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        border: 1px solid transparent;
        cursor: pointer;
    }

    .mmr-btn-buy {
        background: #d9232e;
        color: #ffffff;
    }

    .mmr-btn-sample {
        background: #f26a2e;
        color: #ffffff;
    }

    #report-page.mmr-report-page {
        background: #f8fafc;
        padding: 20px 0 40px;
    }

    .mmr-report-main {
        padding: 18px 0 24px;
    }

    .mmr-report-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        border-bottom: none;
        margin: 0 0 16px;
    }

    .mmr-report-tabs > li {
        flex: 1 1 140px;
        margin: 0;
    }

    .mmr-report-tabs > li > a {
        border: 1px solid #cbd5e1;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        padding: 10px 8px;
        text-align: center;
        color: #0f172a;
        background: #ffffff;
    }

    .mmr-report-tabs > li.active > a,
    .mmr-report-tabs > li.active > a:focus,
    .mmr-report-tabs > li.active > a:hover {
        background: #ffffff;
        color: #0f172a;
        border-color: #cbd5e1;
    }

    .mmr-report-tabs > li.mmr-tab-download > a {
        background: #f26a2e;
        color: #ffffff;
        border-color: #f26a2e;
    }

    .mmr-report-tabs > li.mmr-tab-download > a:hover {
        background: #e4581e;
        color: #ffffff;
    }

    .mmr-tab-hidden {
        display: none !important;
    }

    .mmr-report-lede {
        margin: 0 0 16px !important;
        font-size: 20px !important;
        font-weight: 700;
        line-height: 1.35 !important;
        color: #0f172a;
    }

    .mmr-report-metrics {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
        margin-bottom: 24px;
    }

    .mmr-metric-card {
        background: linear-gradient(165deg, #e9f9f7 0%, #d4f1ec 100%);
        border: 1px solid #b8e4dd;
        border-radius: 14px;
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 116px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }

    .mmr-metric-icon {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
        border-radius: 50%;
        border: 1px solid #8ebdb5;
        background: rgba(255, 255, 255, 0.55);
        color: #102733;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }

    .mmr-metric-icon .mmr-icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .mmr-metric-body {
        min-width: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 3px;
    }

    .mmr-metric-value {
        font-size: 20px;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.14;
        white-space: nowrap;
    }

    .mmr-metric-title {
        font-size: 13px;
        font-weight: 700;
        color: #3f4c5f;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        line-height: 1.2;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .mmr-metric-title-cagr {
        font-size: 12px;
        letter-spacing: 0.015em;
        white-space: nowrap;
    }

    .mmr-metric-sub {
        font-size: 14px;
        font-weight: 600;
        color: #4b5563;
        line-height: 1;
        white-space: nowrap;
    }

    .mmr-report-section-title {
        font-size: 16px;
        font-weight: 700;
        color: #f26a2e;
        margin: 10px 0;
        text-transform: uppercase;
    }

    .mmr-report-description {
    font-family: inherit;
    border: none;
    text-align: justify;
    padding-top: 0;
    padding-bottom: 0;
    background-color: inherit;
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    margin: 0;
    overflow: inherit;
    }
    .mmr-report-description h2{
        font-size: 18px !important;
        font-weight: bold ;
        color: Black ;
        margin-bottom:5px;
    }

    .mmr-report-description > *:first-child {
        margin-top: 0;
    }

    .mmr-report-description > *:last-child {
    margin-bottom: 0;
    }

    .mmr-report-description img,
    .mmr-toc-content img {
        max-width: 100%;
        height: auto;
    }

    .mmr-report-description iframe,
    .mmr-toc-content iframe {
        max-width: 100%;
    }

    .mmr-toc-content {
        background: #ffffff;
        border: 1px solid #d8e2f1;
        border-radius: 8px;
        padding: 12px 14px;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
    }

    .mmr-toc-plain,
    .mmr-toc-rich {
        color: #0f172a;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
    }

    .mmr-toc-plain {
        white-space: pre-line;
    }

    .mmr-toc-rich p,
    .mmr-toc-rich li {
        margin: 0 0 7px !important;
        line-height: 1.5 !important;
    }

    .mmr-toc-rich {
        word-break: break-word;
    }

    .mmr-toc-rich ul,
    .mmr-toc-rich ol {
        margin: 0 0 8px 20px;
        padding: 0;
    }

    .mmr-toc-rich br {
        line-height: 1.5;
    }

    .mmr-toc-rich p:last-child,
    .mmr-toc-rich li:last-child {
        margin-bottom: 0 !important;
    }

    #right-sidebar {
        position: sticky;
        top: 90px;
        padding-left: 6px;
        padding-right: 6px;
        max-height: calc(100vh - 130px);
        overflow: auto;
    }

    .mmr-report-sidebar {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mmr-coverage-card {
        border: 1px solid #cbd5e1;
        border-radius: 6px;
        overflow: hidden;
        background: #ffffff;
    }

    .mmr-coverage-header {
        background: #2f7d8b;
        color: #ffffff;
        font-weight: 700;
        font-size: 12px;
        padding: 10px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-transform: uppercase;
        cursor: pointer;
    }

    .mmr-coverage-icon {
        font-weight: 700;
    }

    .mmr-coverage-card.is-collapsed .mmr-coverage-content {
        display: none;
    }

    .mmr-coverage-content {
        padding: 8px 12px 12px;
        font-size: 12px;
        color: #1f2937;
    }

    .mmr-coverage-content ul,
    .mmr-coverage-content ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mmr-coverage-content li {
        padding: 6px 0;
        border-bottom: 1px solid #edf2f7;
        display: flex;
        gap: 6px;
    }

    .mmr-coverage-content li:last-child {
        border-bottom: none;
    }

    .mmr-coverage-content li:before {
        content: '›';
        color: #f26a2e;
        font-weight: 700;
    }

    .mmr-coverage-content a {
        color: inherit;
        text-decoration: none;
    }

    .mmr-related-list {
        list-style: none;
        margin: 0;
        padding: 8px 12px;
    }

    .mmr-related-list li {
        padding: 8px 0;
        border-bottom: 1px solid #edf2f7;
        font-size: 12px;
        display: flex;
        gap: 6px;
    }

    .mmr-related-list li:last-child {
        border-bottom: none;
    }

    .mmr-related-list li:before {
        content: '›';
        color: #f26a2e;
        font-weight: 700;
    }

    .mmr-related-list a {
        color: #1f2937;
        text-decoration: none;
    }

    .mmr-sidebar-link {
        border: 1px solid #cbd5e1;
        border-radius: 4px;
        padding: 10px 12px;
        background: #f8fafc;
        color: #1f2937;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .mmr-sidebar-link:before {
        content: '›';
        color: #f26a2e;
        font-weight: 700;
    }

    .mmr-tailored-card {
        border: 1px solid #cbd5e1;
        border-radius: 6px;
        padding: 12px;
        background: #ffffff;
    }

    .mmr-tailored-card h4 {
        margin: 0 0 6px;
        font-size: 14px;
        font-weight: 700;
        color: #1f2937;
    }

    .mmr-tailored-card p {
        margin: 0 0 8px;
        font-size: 12px;
        color: #6b7280;
    }

    .mmr-tailored-highlight {
        font-size: 12px;
        color: #f26a2e;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .mmr-tailored-btn {
        display: block;
        background: #f6c21c;
        color: #1f2937;
        text-align: center;
        padding: 8px 10px;
        border-radius: 4px;
        font-weight: 700;
        text-decoration: none;
        font-size: 15px;
    }

    .mmr-tailored-footer {
        margin-top: 8px;
        display: flex;
        gap: 8px;
        font-size: 11px;
        color: #6b7280;
        align-items: center;
        flex-wrap: wrap;
    }

    .mmr-tailored-footer span {
        background: #e5e7eb;
        padding: 4px 6px;
        border-radius: 12px;
        font-size: 10px;
    }

    .mmr-tailored-footer a {
        color: #1f2937;
        text-decoration: underline;
        font-size: 11px;
    }

    .mmr-report-sticky-mobile {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 998;
        background: rgba(255, 255, 255, 0.95);
        border-top: 1px solid #e5e9f0;
        box-shadow: 0 -10px 24px rgba(15, 23, 42, 0.12);
        transform: translateY(110%);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
        padding: 10px 12px;
        display: flex;
        gap: 10px;
    }

    .mmr-report-sticky-mobile.is-visible {
        transform: translateY(0);
        opacity: 1;
    }

    .mmr-report-sticky-mobile a,
    .mmr-report-sticky-mobile button {
        flex: 1;
        border: none;
        border-radius: 4px;
        padding: 12px 10px;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.02em;
        text-decoration: none;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .mmr-report-sticky-mobile .mmr-sticky-sample {
        background: #83d100;
        color: #0b1f1f;
    }

    .mmr-report-sticky-mobile .mmr-sticky-buy {
        background: #f6c21c;
        color: #1f2937;
    }

    .mmr-report-sticky-mobile .mmr-icon {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .mmr-report-scroll-top {
        position: fixed;
        right: 16px;
        bottom: 74px;
        z-index: 999;
        width: 40px;
        height: 40px;
        border-radius: 999px;
        border: none;
        background: #0b2347;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 20px rgba(7, 24, 51, 0.35);
        transform: scale(0.85);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .mmr-report-scroll-top.is-visible {
        transform: scale(1);
        opacity: 1;
        pointer-events: auto;
    }

    body.admin-bar .mmr-report-sticky {
        --mmr-sticky-top-offset: 32px;
    }

    @media (min-width: 992px) {
        .mmr-report-sticky-mobile {
            display: none;
        }

        .mmr-report-scroll-top {
            right: 20px;
            bottom: 20px;
        }
    }

    .mmr-report-tabs-bar {
        position: sticky;
        top: 0;
        z-index: 90;
        background: #f8fafc;
        padding: 6px 0 10px;
        border-bottom: 1px solid #0b6b7a;
    }

    body.mmr-has-report-sticky .mmr-report-tabs-bar {
        top: var(--mmr-sticky-header-height, 0px);
    }

    .mmr-report-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        gap: 6px;
        padding-bottom: 0;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .mmr-report-tabs > li {
        min-width: 160px;
    }

    .mmr-report-tabs > li > a {
        position: relative;
    }

    .mmr-report-tab-label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        line-height: 1;
    }

    .mmr-report-tab-label .mmr-icon {
        width: 12px;
        height: 12px;
        flex-basis: 12px;
    }

    .mmr-report-tabs > li.active > a:after {
        content: '';
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: -6px;
        height: 3px;
        background: #0b6b7a;
        border-radius: 3px;
    }

    @media (max-width: 991px) {
        .mmr-report-tabs-bar {
            top: 0;
        }
        .mmr-report-tabs > li {
            min-width: 140px;
        }
    }

    @media (max-width: 991px) {
        .mmr-report-hero {
            padding: 24px 0 20px;
        }

        .mmr-report-hero-title {
            font-size: 22px;
        }

        .mmr-report-hero-meta {
            flex-wrap: nowrap;
            gap: 8px;
        }

        .mmr-license-card {
            margin-top: 16px;
        }

        .mmr-report-header-card {
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
        }

        .mmr-report-header-left {
            flex: 0 0 auto;
            width: 100%;
        }

        .mmr-report-header-anchor {
            width: 100%;
            gap: 10px;
        }

        .mmr-report-header-right {
            display: none;
        }

        .mmr-report-actions {
            justify-content: flex-start;
        }

        .mmr-report-metrics {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 10px;
        }

        .mmr-metric-card {
            min-height: 112px;
            padding: 14px;
            gap: 10px;
        }

        .mmr-metric-icon {
            width: 40px;
            height: 40px;
            flex-basis: 40px;
            font-size: 18px;
        }

        .mmr-metric-value {
            font-size: 19px;
        }

        .mmr-metric-title {
            font-size: 13px;
            letter-spacing: 0.03em;
        }

        .mmr-metric-sub {
            font-size: 13px;
        }

        .mmr-report-lede {
            font-size: 19px !important;
        }

        .mmr-hero-btn {
            font-size: 11px;
            padding: 8px 10px;
        }
    }

    @media (min-width: 769px) and (max-width: 1200px) {
        .mmr-metric-card {
            min-height: 104px;
            padding: 12px;
            gap: 8px;
        }

        .mmr-metric-icon {
            width: 36px;
            height: 36px;
            flex-basis: 36px;
            font-size: 16px;
        }

        .mmr-metric-body {
            gap: 2px;
        }

        .mmr-metric-value {
            font-size: 17px;
            line-height: 1.12;
            white-space: normal;
            display: flex;
            flex-wrap: wrap;
            align-items: baseline;
            gap: 3px;
        }

        .mmr-metric-title {
            font-size: 11px;
            line-height: 1.15;
        }

        .mmr-metric-title-cagr {
            white-space: normal;
        }

        .mmr-metric-sub {
            font-size: 11px;
            line-height: 1.1;
        }
    }

    @media (max-width: 768px) {
        .mmr-report-metrics {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }
    }

    @media (max-width: 767px) {
        .mmr-license-column {
            display: none;
        }

        .mmr-report-main {
            padding-left: 15px;
            padding-right: 15px;
        }

        .mmr-report-tabs-bar {
            background: #ffffff;
            padding: 8px 0;
            width: 100vw;
            margin-left: calc(50% - 50vw);
            margin-right: calc(50% - 50vw);
            border-bottom: 1px solid #d6deeb;
            box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
            z-index: 90;
        }

        .mmr-report-hero-actions {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
        }

        .mmr-report-tabs {
            gap: 8px;
            overflow: visible;
            white-space: normal;
        }

        .mmr-report-tabs > li {
            min-width: 0;
            flex: 1 1 0;
        }

        .mmr-report-tabs > li > a {
            width: 100%;
            padding: 11px 8px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .mmr-report-tab-label .mmr-icon {
            width: 11px;
            height: 11px;
            flex-basis: 11px;
        }

        .mmr-report-tabs > li.active > a:after {
            display: none;
        }

        .mmr-report-tabs > li.mmr-tab-toggle > a {
            background: #1f2f52;
            color: #ffffff;
            border-color: #1f2f52;
        }

        .mmr-report-description {
            overflow-x: hidden;
        }

        .mmr-report-description table {
            width: 100% !important;
            max-width: 100% !important;
            table-layout: fixed;
        }

        .mmr-report-description table th,
        .mmr-report-description table td {
            white-space: normal !important;
            word-break: break-word;
            overflow-wrap: anywhere;
        }
    }

    @media (max-width: 575px) {
        #report-page .row {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        #report-page .col-md-9,
        #report-page #right-sidebar {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .mmr-report-hero-actions {
            grid-template-columns: 1fr;
            gap: 8px;
        }

        .mmr-toc-content {
            padding: 10px 11px;
        }

        .mmr-toc-plain,
        .mmr-toc-rich {
            font-size: 13px;
        }

        .mmr-report-metrics {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }

        .mmr-metric-card {
            min-height: 104px;
            padding: 12px;
            gap: 8px;
        }

        .mmr-metric-icon {
            width: 40px;
            height: 40px;
            flex-basis: 40px;
            font-size: 18px;
        }

        .mmr-metric-title {
            font-size: 12px;
            letter-spacing: 0.02em;
        }

        .mmr-metric-value {
            font-size: 18px;
        }

        .mmr-metric-sub {
            font-size: 12px;
        }

        .mmr-report-lede {
            font-size: 18px !important;
            line-height: 1.4;
        }

        .mmr-report-hero-meta {
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
            width: 100%;
            gap: 6px;
        }

        .mmr-report-hero-meta .mmr-divider {
            display: none;
        }

        #right-sidebar {
            position: static;
            max-height: none;
            padding: 0;
        }

        #right-sidebar,
        #right-sidebar .mmr-report-sidebar,
        #right-sidebar .mmr-tailored-card,
        #right-sidebar .mmr-coverage-card,
        #right-sidebar .mmr-related-list,
        #right-sidebar .mmr-tailored-btn {
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
        }

        #right-sidebar .mmr-related-list li,
        #right-sidebar .mmr-related-list li a,
        #right-sidebar .mmr-tailored-card p,
        #right-sidebar .mmr-tailored-card h4 {
            word-break: break-word;
        }

        .mmr-report-header-card {
            align-items: flex-start;
            gap: 6px;
        }

        .mmr-report-header-title {
            font-size: 18px;
            line-height: 1.2;
        }

        .mmr-report-header-meta {
            font-size: 10.5px;
            gap: 6px;
        }

        .mmr-report-sticky-actions {
            width: 100%;
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 6px;
        }

        .mmr-report-sticky-actions .mmr-btn {
            flex: 1 1 48%;
            min-width: 118px;
        }

        .mmr-report-logo {
            width: 44px;
            height: 44px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .mmr-report-hero-actions {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 8px;
        }

        .mmr-hero-btn {
            font-size: 10px;
            padding: 8px 6px;
            gap: 6px;
        }
    }

    @media (max-width: 360px) {
        .mmr-report-tabs > li > a {
            font-size: 10px;
            padding: 10px 6px;
        }

        .mmr-report-sticky {
            padding: 10px 8px;
        }

        .mmr-report-header-card {
            gap: 6px;
        }

        .mmr-report-header-meta {
            font-size: 10px;
        }

        .mmr-report-logo {
            width: 40px;
            height: 40px;
        }
    }

    @media (max-width: 424px) {
        .mmr-metric-card {
            min-height: 88px;
            padding: 10px;
            gap: 0;
        }

        .mmr-metric-icon {
            display: none;
        }

        .mmr-metric-body {
            width: 100%;
        }

        .mmr-metric-value {
            font-size: 16px;
            line-height: 1.2;
            white-space: normal;
            overflow-wrap: anywhere;
            word-break: break-word;
        }

        .mmr-metric-sub {
            display: inline;
            font-size: 11px;
            line-height: 1.2;
            white-space: normal;
            overflow-wrap: anywhere;
        }

        .mmr-metric-title {
            font-size: 11px;
            line-height: 1.2;
        }

        .mmr-metric-title-cagr {
            white-space: normal;
            overflow-wrap: anywhere;
        }
    }

    @media (max-width: 782px) {
        body.admin-bar .mmr-report-sticky {
            --mmr-sticky-top-offset: 46px;
        }
    }
@media (prefers-reduced-motion: reduce) {
    .mmr-report-sticky,
    .mmr-report-sticky-mobile,
    .mmr-report-scroll-top {
        transition: none !important;
        }

    .mmr-blink {
        animation: none !important;
    }
}

/* Preserve legacy report layout container widths used before externalization. */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
