
    /* =========================================================
       PAGE VARIABLES
       ========================================================= */

    .rb-mt-review-page {
        --rb-review-primary: #0d6efd;
        --rb-review-primary-dark: #084298;
        --rb-review-navy: #07152e;
        --rb-review-text: #172033;
        --rb-review-muted: #64748b;
        --rb-review-border: #e2e8f0;
        --rb-review-soft: #f8fafc;
        --rb-review-green: #15803d;
        --rb-review-amber: #b45309;
        --rb-review-red: #b42318;
        --rb-review-radius: 1rem;

        color: var(--rb-review-text);
        background: #ffffff;
    }

    .rb-mt-review-page *,
    .rb-mt-review-page *::before,
    .rb-mt-review-page *::after {
        box-sizing: border-box;
    }

    .rb-mt-review-page section[id],
    .rb-mt-review-page aside[id],
    .rb-mt-review-faq-anchor {
        scroll-margin-top: 110px;
    }

    /* =========================================================
       HERO
       ========================================================= */

    .rb-mt-review-hero {
        position: relative;
        overflow: hidden;
        padding: 1.25rem 0 1.55rem;
        color: #ffffff;
        background:
            radial-gradient(
                circle at 8% 0%,
                rgba(59, 130, 246, 0.8),
                transparent 34%
            ),
            radial-gradient(
                circle at 92% 100%,
                rgba(14, 165, 233, 0.23),
                transparent 32%
            ),
            linear-gradient(
                120deg,
                #0a3f91 0%,
                #082b66 48%,
                #061632 100%
            );
    }

    .rb-mt-review-hero-glow {
        position: absolute;
        top: -150px;
        right: -100px;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
        filter: blur(2px);
        pointer-events: none;
    }

    .rb-mt-review-breadcrumb {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.38rem;
        margin-bottom: 0.85rem;
        color: rgba(255, 255, 255, 0.62);
        font-size: 0.68rem;
        font-weight: 700;
    }

    .rb-mt-review-breadcrumb a {
        color: rgba(255, 255, 255, 0.78);
        text-decoration: none;
    }

    .rb-mt-review-breadcrumb a:hover {
        color: #ffffff;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .rb-mt-review-breadcrumb i {
        font-size: 0.55rem;
    }

    .rb-mt-review-identity {
        display: flex;
        align-items: center;
        gap: 1rem;
        min-width: 0;
    }

    .rb-mt-review-logo {
        width: 88px;
        height: 88px;
        flex: 0 0 88px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.54);
        border-radius: 1rem;
        background: #ffffff;
        color: var(--rb-review-primary);
        font-size: 2rem;
        font-weight: 900;
        box-shadow: 0 18px 38px -24px rgba(0, 0, 0, 0.8);
    }

    .rb-mt-review-logo img {
        width: 100%;
        height: 100%;
        padding: 0.7rem;
        object-fit: contain;
    }

    .rb-mt-review-heading-copy {
        min-width: 0;
    }

    .rb-mt-review-kicker {
        display: flex;
        align-items: center;
        gap: 0.38rem;
        margin-bottom: 0.32rem;
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.67rem;
        font-weight: 850;
        letter-spacing: 0.055em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .rb-mt-review-kicker i {
        color: #93c5fd;
    }

    .rb-mt-review-title-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.6rem;
    }

    .rb-mt-review-title-row h1 {
        margin: 0;
        color: #ffffff;
        font-size: clamp(1.75rem, 3.2vw, 2.65rem);
        font-weight: 900;
        letter-spacing: -0.045em;
        line-height: 1.04;
    }

    .rb-mt-review-title-row h1 span {
        color: #bfdbfe;
    }

    .rb-mt-review-pick {
        display: inline-flex;
        align-items: center;
        gap: 0.28rem;
        padding: 0.36rem 0.58rem;
        border: 1px solid rgba(253, 230, 138, 0.5);
        border-radius: 0.55rem;
        background: rgba(250, 204, 21, 0.15);
        color: #fef3c7;
        font-size: 0.66rem;
        font-weight: 850;
        white-space: nowrap;
    }

    .rb-mt-review-pick i {
        color: #facc15;
    }

    .rb-mt-review-hero-summary {
        max-width: 72ch;
        margin: 0.45rem 0 0;
        color: rgba(255, 255, 255, 0.94);
        font-size: 0.86rem;
        font-weight: 500;
        line-height: 1.5;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
    }

    /* =========================================================
       REVIEW SOURCES
       ========================================================= */

    .rb-mt-review-source-grid {
        display: grid;
        grid-template-columns: repeat(
            auto-fit,
            minmax(150px, 1fr)
        );
        gap: 0.6rem;
        max-width: 720px;
        margin-top: 1rem;
    }

    .rb-mt-review-source {
        --rb-source-accent: #93c5fd;
        --rb-source-soft: rgba(147, 197, 253, 0.14);
        --rb-source-border: rgba(147, 197, 253, 0.28);

        min-width: 0;
        padding: 0.62rem 0.72rem;
        border: 1px solid var(--rb-source-border);
        border-radius: 0.78rem;
        background:
            linear-gradient(
                145deg,
                rgba(255, 255, 255, 0.13),
                rgba(255, 255, 255, 0.06)
            );
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.1),
            0 14px 28px -24px rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .rb-mt-review-source--ratebuddy {
        --rb-source-accent: #93c5fd;
        --rb-source-soft: rgba(59, 130, 246, 0.22);
        --rb-source-border: rgba(147, 197, 253, 0.38);
    }

    .rb-mt-review-source--google {
        --rb-source-accent: #fbbf24;
        --rb-source-soft: rgba(251, 191, 36, 0.18);
        --rb-source-border: rgba(251, 191, 36, 0.34);
    }

    .rb-mt-review-source--trustpilot {
        --rb-source-accent: #34d399;
        --rb-source-soft: rgba(52, 211, 153, 0.18);
        --rb-source-border: rgba(52, 211, 153, 0.34);
    }

    .rb-mt-review-source-heading {
        display: flex;
        align-items: center;
        gap: 0.38rem;
        min-width: 0;
    }

    .rb-mt-review-source-icon {
        width: 1.48rem;
        height: 1.48rem;
        flex: 0 0 1.48rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.42rem;
        background: var(--rb-source-soft);
        color: var(--rb-source-accent);
        font-size: 0.7rem;
    }

    .rb-mt-review-source-name {
        overflow: hidden;
        color: rgba(255, 255, 255, 0.82);
        font-size: 0.66rem;
        font-weight: 850;
        letter-spacing: 0.025em;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .rb-mt-review-source-score-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.45rem;
        margin-top: 0.4rem;
    }

    .rb-mt-review-source-score {
        display: inline-flex;
        align-items: baseline;
        gap: 0.1rem;
        line-height: 1;
    }

    .rb-mt-review-source-score strong {
        color: #ffffff;
        font-size: 1.05rem;
        font-weight: 900;
        letter-spacing: -0.035em;
    }

    .rb-mt-review-source-score span {
        color: rgba(255, 255, 255, 0.55);
        font-size: 0.63rem;
        font-weight: 750;
    }

    .rb-mt-review-stars {
        display: inline-flex;
        align-items: center;
        gap: 0.07rem;
        color: var(--rb-source-accent);
        white-space: nowrap;
    }

    .rb-mt-review-stars i {
        font-size: 0.63rem;
    }


    /* =========================================================
       HERO ACTION
       ========================================================= */

    .rb-mt-review-hero-action {
        max-width: 330px;
        margin-left: auto;
        padding: 0.9rem;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 22px 46px -32px rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .rb-mt-review-primary-cta,
    .rb-mt-review-secondary-cta {
        width: 100%;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.42rem;
        border-radius: 0.7rem;
        font-size: 0.82rem;
        font-weight: 850;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        transition:
            transform 0.16s ease,
            box-shadow 0.16s ease,
            background-color 0.16s ease;
    }

    .rb-mt-review-primary-cta {
        padding: 0.7rem 0.85rem;
        background: #ffffff;
        color: #0a4ca6;
        box-shadow: 0 14px 28px -21px rgba(0, 0, 0, 0.85);
    }

    .rb-mt-review-primary-cta:hover {
        color: #063c86;
        transform: translateY(-1px);
        box-shadow: 0 18px 34px -22px rgba(0, 0, 0, 0.9);
    }

    .rb-mt-review-secondary-cta {
        margin-top: 0.52rem;
        padding: 0.62rem 0.8rem;
        border: 1px solid rgba(255, 255, 255, 0.25);
        color: #ffffff;
        background: rgba(255, 255, 255, 0.06);
    }

    .rb-mt-review-secondary-cta:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.12);
    }

    .rb-mt-review-action-note {
        display: flex;
        align-items: flex-start;
        gap: 0.35rem;
        margin-top: 0.6rem;
        color: rgba(255, 255, 255, 0.62);
        font-size: 0.61rem;
        font-weight: 650;
        line-height: 1.35;
    }

    .rb-mt-review-action-note i {
        flex: 0 0 auto;
        margin-top: 0.08rem;
        color: #86efac;
    }

    /* =========================================================
       IN-PAGE NAVIGATION
       ========================================================= */

    .rb-mt-review-nav-wrap {
        position: relative;
        z-index: 5;
        border-bottom: 1px solid var(--rb-review-border);
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 10px 24px -26px rgba(15, 23, 42, 0.6);
    }

    .rb-mt-review-nav {
        min-height: 52px;
        display: flex;
        align-items: center;
        gap: 0.4rem;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .rb-mt-review-nav::-webkit-scrollbar {
        display: none;
    }

    .rb-mt-review-nav-label {
        flex: 0 0 auto;
        margin-right: 0.15rem;
        color: #334155;
        font-size: 0.68rem;
        font-weight: 900;
        text-transform: uppercase;
    }

    .rb-mt-review-nav a {
        flex: 0 0 auto;
        padding: 0.42rem 0.62rem;
        border-radius: 0.52rem;
        color: #475569;
        background: #f1f5f9;
        font-size: 0.69rem;
        font-weight: 800;
        text-decoration: none;
        white-space: nowrap;
    }

    .rb-mt-review-nav a:hover {
        color: #0d6efd;
        background: #eaf2ff;
    }

    /* =========================================================
       CONTENT AND SECTIONS
       ========================================================= */

    .rb-mt-review-content {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }

    .rb-mt-review-section {
        margin-bottom: 1.25rem;
        padding: 1.35rem;
        border: 1px solid var(--rb-review-border);
        border-radius: var(--rb-review-radius);
        background: #ffffff;
        box-shadow: 0 16px 34px -31px rgba(15, 23, 42, 0.55);
    }

    .rb-mt-review-section-heading {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1rem;
    }

    .rb-mt-review-section-kicker {
        display: block;
        margin-bottom: 0.2rem;
        color: #0d6efd;
        font-size: 0.63rem;
        font-weight: 900;
        letter-spacing: 0.07em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .rb-mt-review-section-heading h2,
    .rb-mt-review-reminder h2 {
        margin: 0;
        color: #172033;
        font-size: clamp(1.08rem, 1.8vw, 1.35rem);
        font-weight: 850;
        letter-spacing: -0.025em;
        line-height: 1.18;
    }

    .rb-mt-review-section-icon {
        width: 2.35rem;
        height: 2.35rem;
        flex: 0 0 2.35rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.68rem;
        background: #eaf2ff;
        color: #0d6efd;
        font-size: 0.95rem;
    }

    .rb-mt-review-section-intro {
        max-width: 72ch;
        margin: 0.5rem 0 1rem;
        color: var(--rb-review-muted);
        font-size: 0.81rem;
        line-height: 1.5;
    }

    /* =========================================================
       AT A GLANCE
       ========================================================= */

    .rb-mt-review-glance-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
        margin-top: 1rem;
    }

    .rb-mt-review-glance-item {
        --rb-glance-accent: #2563eb;
        --rb-glance-bg: #eff6ff;

        min-width: 0;
        display: flex;
        align-items: flex-start;
        gap: 0.7rem;
        padding: 0.9rem;
        border-radius: 0.8rem;
        background: var(--rb-glance-bg);
    }

    .rb-mt-review-glance-item--blue {
        --rb-glance-accent: #2563eb;
        --rb-glance-bg: #eff6ff;
    }

    .rb-mt-review-glance-item--amber {
        --rb-glance-accent: #b45309;
        --rb-glance-bg: #fffbeb;
    }

    .rb-mt-review-glance-item--green {
        --rb-glance-accent: #15803d;
        --rb-glance-bg: #ecfdf5;
    }

    .rb-mt-review-glance-item--cyan {
        --rb-glance-accent: #0e7490;
        --rb-glance-bg: #ecfeff;
    }

    .rb-mt-review-glance-icon {
        width: 2.1rem;
        height: 2.1rem;
        flex: 0 0 2.1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.62rem;
        color: #ffffff;
        background: var(--rb-glance-accent);
        font-size: 0.82rem;
    }

    .rb-mt-review-glance-item h3 {
        margin: 0 0 0.2rem;
        color: var(--rb-glance-accent);
        font-size: 0.64rem;
        font-weight: 900;
        letter-spacing: 0.06em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .rb-mt-review-glance-item p {
        margin: 0;
        color: #334155;
        font-size: 0.78rem;
        font-weight: 650;
        line-height: 1.42;
    }

    /* =========================================================
       VERDICT
       ========================================================= */

    .rb-mt-review-verdict {
        border-color: #cfe2ff;
        background:
            linear-gradient(
                145deg,
                #ffffff 0%,
                #f5f9ff 100%
            );
    }

    .rb-mt-review-verdict-score {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: baseline;
        gap: 0.16rem;
        padding: 0.52rem 0.68rem;
        border-radius: 0.68rem;
        background: #0d6efd;
        color: #ffffff;
        line-height: 1;
    }

    .rb-mt-review-verdict-score i {
        margin-right: 0.12rem;
        font-size: 0.8rem;
    }

    .rb-mt-review-verdict-score strong {
        font-size: 1.05rem;
        font-weight: 900;
    }

    .rb-mt-review-verdict-score span {
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.62rem;
        font-weight: 750;
    }

    .rb-mt-review-verdict-body {
        margin-top: 1rem;
        padding: 1rem;
        border-left: 4px solid #0d6efd;
        border-radius: 0 0.72rem 0.72rem 0;
        background: #ffffff;
    }

    .rb-mt-review-verdict-body p {
        margin: 0;
        color: #334155;
        font-size: 0.91rem;
        line-height: 1.72;
        white-space: pre-line;
    }

    .rb-mt-review-editorial-note {
        display: flex;
        align-items: flex-start;
        gap: 0.55rem;
        margin-top: 0.8rem;
        padding: 0.72rem 0.8rem;
        border-radius: 0.68rem;
        background: #eaf2ff;
        color: #31527c;
    }

    .rb-mt-review-editorial-note i {
        flex: 0 0 auto;
        margin-top: 0.12rem;
        color: #0d6efd;
    }

    .rb-mt-review-editorial-note p {
        margin: 0;
        font-size: 0.68rem;
        font-weight: 650;
        line-height: 1.45;
    }

    /* =========================================================
       PROS AND CONS
       ========================================================= */

    .rb-mt-review-procon {
        height: 100%;
        padding: 1rem;
        border: 1px solid transparent;
        border-radius: 0.82rem;
    }

    .rb-mt-review-procon--pros {
        border-color: #bbf7d0;
        background: #f0fdf4;
    }

    .rb-mt-review-procon--cons {
        border-color: #fed7aa;
        background: #fff7ed;
    }

    .rb-mt-review-procon-heading {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .rb-mt-review-procon-heading > span {
        width: 2rem;
        height: 2rem;
        flex: 0 0 2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.58rem;
        color: #ffffff;
        font-size: 0.78rem;
    }

    .rb-mt-review-procon--pros
    .rb-mt-review-procon-heading > span {
        background: #16a34a;
    }

    .rb-mt-review-procon--cons
    .rb-mt-review-procon-heading > span {
        background: #ea580c;
    }

    .rb-mt-review-procon-heading h3 {
        margin: 0;
        color: #172033;
        font-size: 0.85rem;
        font-weight: 850;
        line-height: 1.25;
    }

    .rb-mt-review-procon ul {
        display: flex;
        flex-direction: column;
        gap: 0.62rem;
        margin: 0.85rem 0 0;
        padding: 0;
        list-style: none;
    }

    .rb-mt-review-procon li {
        display: flex;
        align-items: flex-start;
        gap: 0.48rem;
        color: #334155;
        font-size: 0.77rem;
        line-height: 1.45;
    }

    .rb-mt-review-procon li i {
        flex: 0 0 auto;
        margin-top: 0.16rem;
    }

    .rb-mt-review-procon--pros li i {
        color: #16a34a;
    }

    .rb-mt-review-procon--cons li i {
        color: #ea580c;
    }

    /* =========================================================
       STEPS
       ========================================================= */

    .rb-mt-review-steps {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 0;
        margin: 0.9rem 0 0;
        padding: 0;
        list-style: none;
    }

    .rb-mt-review-steps::before {
        content: '';
        position: absolute;
        top: 1.2rem;
        bottom: 1.2rem;
        left: 1.05rem;
        width: 2px;
        background: #dbeafe;
    }

    .rb-mt-review-steps li {
        position: relative;
        display: grid;
        grid-template-columns: 2.15rem minmax(0, 1fr);
        gap: 0.8rem;
        padding-bottom: 1rem;
    }

    .rb-mt-review-steps li:last-child {
        padding-bottom: 0;
    }

    .rb-mt-review-step-number {
        position: relative;
        z-index: 1;
        width: 2.15rem;
        height: 2.15rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 4px solid #ffffff;
        border-radius: 50%;
        background: #0d6efd;
        color: #ffffff;
        font-size: 0.7rem;
        font-weight: 900;
        box-shadow: 0 8px 16px -12px rgba(13, 110, 253, 0.9);
    }

    .rb-mt-review-step-content {
        padding: 0.1rem 0 0.15rem;
    }

    .rb-mt-review-step-title {
        display: flex;
        align-items: center;
        gap: 0.4rem;
    }

    .rb-mt-review-step-title i {
        color: #0d6efd;
        font-size: 0.78rem;
    }

    .rb-mt-review-step-title h3 {
        margin: 0;
        color: #172033;
        font-size: 0.84rem;
        font-weight: 850;
    }

    .rb-mt-review-step-content p {
        margin: 0.28rem 0 0;
        color: var(--rb-review-muted);
        font-size: 0.78rem;
        line-height: 1.5;
    }

    /* =========================================================
       REMINDER
       ========================================================= */

    .rb-mt-review-reminder {
        display: flex;
        align-items: flex-start;
        gap: 0.8rem;
        padding: 1rem;
        border: 1px solid #fde68a;
        border-radius: 0.85rem;
        background: #fffbeb;
    }

    .rb-mt-review-reminder-icon {
        width: 2.35rem;
        height: 2.35rem;
        flex: 0 0 2.35rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.65rem;
        background: #f59e0b;
        color: #ffffff;
        font-size: 0.9rem;
    }

    .rb-mt-review-reminder h2 {
        font-size: 0.91rem;
    }

    .rb-mt-review-reminder p {
        margin: 0.3rem 0 0;
        color: #6b5a27;
        font-size: 0.75rem;
        line-height: 1.48;
    }

    /* =========================================================
       SIDEBAR RATINGS
       ========================================================= */

    .rb-mt-review-sticky {
        position: sticky;
        top: 96px;
    }

    .rb-mt-review-rating-panel {
        margin-bottom: 1rem;
        overflow: hidden;
        border: 1px solid var(--rb-review-border);
        border-radius: var(--rb-review-radius);
        background: #ffffff;
        box-shadow: 0 16px 34px -31px rgba(15, 23, 42, 0.6);
    }

    .rb-mt-review-rating-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.8rem;
        padding: 1rem 1rem 0.8rem;
        border-bottom: 1px solid #edf2f7;
    }

    .rb-mt-review-rating-header span {
        display: block;
        margin-bottom: 0.15rem;
        color: #0d6efd;
        font-size: 0.59rem;
        font-weight: 900;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .rb-mt-review-rating-header h2 {
        margin: 0;
        color: #172033;
        font-size: 0.94rem;
        font-weight: 850;
    }

    .rb-mt-review-rating-header > i {
        color: #0d6efd;
        font-size: 1rem;
    }

    .rb-mt-review-overall-score {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        margin: 0.9rem 1rem 0;
        padding: 0.75rem;
        border-radius: 0.72rem;
        background: #eff6ff;
    }

    .rb-mt-review-overall-score > div:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0.8rem;
        border-right: 1px solid #bfdbfe;
    }

    .rb-mt-review-overall-score strong {
        color: #0d6efd;
        font-size: 1.55rem;
        font-weight: 900;
        letter-spacing: -0.055em;
        line-height: 1;
    }

    .rb-mt-review-overall-score span {
        color: #64748b;
        font-size: 0.59rem;
        font-weight: 700;
    }

    .rb-mt-review-overall-stars {
        display: flex;
        gap: 0.08rem;
        margin-bottom: 0.2rem;
        color: #f59e0b;
    }

    .rb-mt-review-overall-stars i {
        font-size: 0.69rem;
    }

    .rb-mt-review-rating-list {
        padding: 1rem;
    }

    .rb-mt-review-rating-item + .rb-mt-review-rating-item {
        margin-top: 0.85rem;
    }

    .rb-mt-review-rating-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.6rem;
        margin-bottom: 0.3rem;
        color: #64748b;
        font-size: 0.69rem;
        font-weight: 750;
    }

    .rb-mt-review-rating-meta strong {
        color: #334155;
        font-size: 0.69rem;
        font-weight: 850;
    }

    .rb-mt-review-progress {
        width: 100%;
        height: 6px;
        overflow: hidden;
        border-radius: 999px;
        background: #e2e8f0;
    }

    .rb-mt-review-progress-bar {
        display: block;
        height: 100%;
        border-radius: inherit;
    }

    .rb-mt-review-progress-bar--strong {
        background: #16a34a;
    }

    .rb-mt-review-progress-bar--average {
        background: #f59e0b;
    }

    .rb-mt-review-progress-bar--limited {
        background: #dc2626;
    }

    /* =========================================================
       RESPONSIVE: TABLET
       ========================================================= */

    @media (max-width: 991.98px) {
        .rb-mt-review-hero {
            padding-bottom: 1.35rem;
        }

        .rb-mt-review-hero-action {
            max-width: none;
            margin-left: 0;
        }

        .rb-mt-review-sticky {
            position: static;
        }

        .rb-mt-review-nav-label {
            display: none;
        }
    }

    /* =========================================================
       RESPONSIVE: MOBILE
       ========================================================= */

    @media (max-width: 767.98px) {
        .rb-mt-review-hero {
            padding: 0.9rem 0 1.15rem;
        }

        .rb-mt-review-breadcrumb {
            margin-bottom: 0.7rem;
        }

        .rb-mt-review-identity {
            align-items: flex-start;
            gap: 0.72rem;
        }

        .rb-mt-review-logo {
            width: 68px;
            height: 68px;
            flex-basis: 68px;
            border-radius: 0.8rem;
        }

        .rb-mt-review-logo img {
            padding: 0.52rem;
        }

        .rb-mt-review-kicker {
            margin-bottom: 0.24rem;
            font-size: 0.57rem;
        }

        .rb-mt-review-title-row {
            gap: 0.4rem;
        }

        .rb-mt-review-title-row h1 {
            font-size: 1.55rem;
        }

        .rb-mt-review-pick {
            padding: 0.3rem 0.45rem;
            font-size: 0.58rem;
        }

        .rb-mt-review-hero-summary {
            margin-top: 0.32rem;
            font-size: 0.76rem;
            line-height: 1.42;
        }

        .rb-mt-review-source-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            margin-top: 0.75rem;
        }

        .rb-mt-review-source {
            padding: 0.58rem 0.62rem;
        }

        .rb-mt-review-nav {
            min-height: 48px;
        }

        .rb-mt-review-content {
            padding-top: 1.25rem;
            padding-bottom: 1.75rem;
        }

        .rb-mt-review-section {
            margin-bottom: 0.9rem;
            padding: 1rem;
            border-radius: 0.86rem;
        }

        .rb-mt-review-section-heading h2 {
            font-size: 1.05rem;
        }

        .rb-mt-review-section-icon {
            width: 2rem;
            height: 2rem;
            flex-basis: 2rem;
            font-size: 0.8rem;
        }

        .rb-mt-review-glance-grid {
            grid-template-columns: 1fr;
            gap: 0.55rem;
        }

        .rb-mt-review-glance-item {
            padding: 0.75rem;
        }

        .rb-mt-review-verdict-body {
            margin-top: 0.8rem;
            padding: 0.82rem;
        }

        .rb-mt-review-verdict-body p {
            font-size: 0.82rem;
            line-height: 1.6;
        }
    }

    /* =========================================================
       RESPONSIVE: SMALL PHONES
       ========================================================= */

    @media (max-width: 479.98px) {
        .rb-mt-review-identity {
            gap: 0.58rem;
        }

        .rb-mt-review-logo {
            width: 58px;
            height: 58px;
            flex-basis: 58px;
        }

        .rb-mt-review-title-row h1 {
            font-size: 1.35rem;
        }

        .rb-mt-review-hero-summary {
            font-size: 0.72rem;
        }

        .rb-mt-review-source-grid {
            grid-template-columns: 1fr;
            gap: 0.45rem;
        }

        .rb-mt-review-source {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            column-gap: 0.5rem;
            align-items: center;
        }

        .rb-mt-review-source-heading {
            grid-column: 1;
        }

        .rb-mt-review-source-score-row {
            grid-column: 2;
            grid-row: 1;
            margin-top: 0;
        }

        .rb-mt-review-stars {
            display: none;
        }

        .rb-mt-review-hero-action {
            padding: 0.75rem;
        }

        .rb-mt-review-primary-cta,
        .rb-mt-review-secondary-cta {
            font-size: 0.77rem;
        }

        .rb-mt-review-section-heading {
            gap: 0.6rem;
        }

        .rb-mt-review-verdict-score {
            padding: 0.45rem 0.55rem;
        }

        .rb-mt-review-procon {
            padding: 0.82rem;
        }

        .rb-mt-review-reminder {
            gap: 0.62rem;
            padding: 0.82rem;
        }
    }

    /* =========================================================
       ACCESSIBILITY
       ========================================================= */

    .rb-mt-review-page a:focus-visible {
        outline: 3px solid rgba(96, 165, 250, 0.55);
        outline-offset: 3px;
    }

    @media (prefers-reduced-motion: reduce) {
        .rb-mt-review-page *,
        .rb-mt-review-page *::before,
        .rb-mt-review-page *::after {
            scroll-behavior: auto !important;
            transition: none !important;
        }
    }

    @media print {
        .rb-mt-review-hero-action,
        .rb-mt-review-nav-wrap,
        .rb-mt-review-sticky {
            display: none !important;
        }

        .rb-mt-review-hero {
            color: #000000;
            background: #ffffff;
        }

        .rb-mt-review-title-row h1,
        .rb-mt-review-kicker,
        .rb-mt-review-hero-summary {
            color: #000000;
        }
    }

    /* Final hero subtitle colour override */
    .rb-mt-review-page .rb-mt-review-hero .rb-mt-review-hero-summary {
        color: #ffffff !important;
        opacity: 1 !important;
        -webkit-text-fill-color: #ffffff !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    }

    @media print {
    .rb-mt-review-page .rb-mt-review-hero .rb-mt-review-hero-summary {
        color: #000000 !important;
        opacity: 1 !important;
        -webkit-text-fill-color: #000000 !important;
        text-shadow: none !important;
    }
}


