/* =========================================================
   MINDSUTRA PREMIUM KUNDALI REPORTS — FINAL WIDE DESIGN
   =========================================================
   Scope: .page-premium-reports only.
   Shared navbar, footer, payment pages and site-shell are untouched.
   ========================================================= */

.page-premium-reports {
    --premium-line: #ead8bd;
    --premium-line-strong: #d2b17a;
    --premium-muted: #786653;
    --premium-text: #34271b;
    --premium-soft: #fff6e8;
    --premium-card: #fffef9;
    --premium-shadow: 0 16px 40px rgba(91, 60, 24, .10);
    --premium-card-shadow: 0 12px 30px rgba(91, 60, 24, .08);
    --premium-gold: #b97820;
    --premium-gold-dark: #805016;
    color: var(--premium-text);
    background: #fff8ed;
}

.page-premium-reports * {
    box-sizing: border-box;
}

.page-premium-reports a {
    text-underline-offset: 3px;
}

/* =========================================================
   NEW-INDEX WIDTH MATCH / PAGE-WIDE STANDARD
   ---------------------------------------------------------
   This prevents the page from looking squeezed compared with
   the new home page. Header/footer remain untouched.
   ========================================================= */
.page-premium-reports main.mst-inner-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.page-premium-reports .mst-container {
    width: min(100% - 36px, 1380px);
    max-width: 1380px;
    margin-inline: auto;
}

@media (min-width: 1440px) {
    .page-premium-reports .mst-container {
        width: min(100% - 48px, 1440px);
        max-width: 1440px;
    }
}

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

.page-premium-reports .premium-report-hero {
    padding: 68px 0 44px;
    background:
        radial-gradient(circle at 88% 15%, rgba(223, 167, 82, .18), transparent 31%),
        radial-gradient(circle at 8% 10%, rgba(185, 120, 32, .10), transparent 24%),
        linear-gradient(180deg, #fffdf8 0%, #fff6e8 100%);
    border-bottom: 1px solid rgba(180, 126, 56, .25);
    box-shadow: inset 0 -1px 0 rgba(180, 126, 56, .18);
}

.page-premium-reports .premium-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, .58fr);
    gap: 42px;
    align-items: center;
}

.page-premium-reports .premium-hero-actions,
.page-premium-reports .premium-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.page-premium-reports .premium-hero-actions {
    margin-top: 24px;
}

.page-premium-reports .premium-trust-row {
    margin-top: 20px;
}

.page-premium-reports .premium-trust-row span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(185, 120, 32, .22);
    border-radius: 999px;
    color: #74450f;
    background: rgba(255, 253, 248, .84);
    font-size: .88rem;
    font-weight: 750;
}

.page-premium-reports .premium-hero-card {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--premium-line);
    border-radius: 30px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .92), transparent 28%),
        linear-gradient(145deg, #fffdf8, #fff0d8);
    box-shadow: var(--premium-shadow);
}

.page-premium-reports .premium-report-visual {
    width: min(250px, 70vw);
}

.page-premium-reports .premium-report-visual svg {
    display: block;
    width: 100%;
    height: auto;
}

/* =========================================================
   COMPACT INTRO STRIP
   ========================================================= */

.page-premium-reports .premium-intro-section {
    padding: 24px 0 18px;
    background: linear-gradient(180deg, #fffaf3, #fff4e4);
}

.page-premium-reports .premium-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(220px, .72fr));
    gap: 20px;
}

.page-premium-reports .premium-intro-card {
    min-height: 178px;
    padding: 22px;
    border: 1px solid var(--premium-line);
    border-radius: 24px;
    background: linear-gradient(180deg, #fffefb, #fff8ef);
    box-shadow: var(--premium-card-shadow);
}

.page-premium-reports .premium-intro-card--main {
    background:
        radial-gradient(circle at 94% 15%, rgba(223, 167, 82, .14), transparent 25%),
        linear-gradient(180deg, #fffefb, #fff4e4);
}

.page-premium-reports .premium-intro-card h2,
.page-premium-reports .premium-intro-card h3 {
    margin: 0 0 10px;
}

.page-premium-reports .premium-intro-card p {
    margin: 0;
    color: var(--premium-muted);
    line-height: 1.62;
}

.page-premium-reports .premium-mini-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(180deg, #c98a31, #805016);
    box-shadow: 0 10px 22px rgba(128, 80, 22, .2);
    font-weight: 900;
}

/* =========================================================
   CATALOGUE LAYOUT
   ========================================================= */

.page-premium-reports .premium-report-catalogue {
    padding: 42px 0;
}

.page-premium-reports .premium-catalogue-shell {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.page-premium-reports .premium-sidebar,
.page-premium-reports .premium-content {
    border: 1px solid var(--premium-line);
    border-radius: 28px;
    background: linear-gradient(180deg, #fffefb, #fff8ef);
    box-shadow: var(--premium-card-shadow);
}

.page-premium-reports .premium-sidebar {
    padding: 22px;
    position: sticky;
    top: 18px;
}

.page-premium-reports .premium-sidebar h3,
.page-premium-reports .premium-content h3 {
    margin: 0 0 10px;
}

.page-premium-reports .premium-side-note {
    margin: 0 0 14px;
    color: var(--premium-muted);
    line-height: 1.55;
    font-size: .92rem;
}

.page-premium-reports .premium-cat-list {
    display: grid;
    gap: 10px;
}

.page-premium-reports .premium-cat-btn {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border: 1px solid #e6d3b4;
    border-radius: 20px;
    background: #fffdfa;
    color: var(--premium-text);
    cursor: pointer;
    text-align: left;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    font: inherit;
}

.page-premium-reports .premium-cat-btn:hover {
    box-shadow: 0 10px 22px rgba(91, 60, 24, .08);
}

.page-premium-reports .premium-cat-btn.is-active {
    border-color: var(--premium-line-strong);
    background: linear-gradient(180deg, #fff4df, #ffedd0);
    box-shadow: 0 10px 24px rgba(128, 80, 22, .13);
}

.page-premium-reports .cat-title {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    font-weight: 900;
}

.page-premium-reports .cat-desc {
    margin-top: 4px;
    color: var(--premium-muted);
    font-size: .84rem;
    line-height: 1.45;
}

.page-premium-reports .cat-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e8d7bc;
    color: #805016;
    font-size: .8rem;
    font-weight: 900;
}

.page-premium-reports .premium-content {
    padding: 24px;
}

.page-premium-reports .premium-content-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 14px;
    align-items: end;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--premium-line);
}

.page-premium-reports .premium-content-toolbar p {
    margin: 8px 0 0;
    color: var(--premium-muted);
    line-height: 1.55;
    max-width: 650px;
}

.page-premium-reports .premium-search-wrap label {
    display: block;
    margin-bottom: 8px;
    font-size: .84rem;
    color: #7e6650;
    font-weight: 800;
}

.page-premium-reports .premium-search-wrap input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #dfcdb0;
    border-radius: 16px;
    background: #fff;
    outline: none;
    font: inherit;
}

.page-premium-reports .premium-mobile-cats {
    display: none;
}

.page-premium-reports .premium-active-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding: 16px 0 0;
}

.page-premium-reports .premium-active-title {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.page-premium-reports .premium-active-title h4 {
    margin: 0;
    font-size: 1.18rem;
}

.page-premium-reports .premium-active-title p {
    margin: 4px 0 0;
    color: var(--premium-muted);
    line-height: 1.5;
    font-size: .94rem;
}

.page-premium-reports .premium-clear {
    border: 1px solid #e4d5bd;
    border-radius: 999px;
    background: #fffdf8;
    color: #805016;
    padding: 10px 15px;
    font-weight: 800;
    cursor: pointer;
}

/* =========================================================
   CONSISTENT SVG ICONS
   ========================================================= */

.page-premium-reports .icon-box {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(180deg, #c98a31, #805016);
    box-shadow: 0 8px 18px rgba(128, 80, 22, .18);
}

.page-premium-reports .icon-box svg,
.page-premium-reports .report-icon svg {
    display: block;
    stroke: currentColor;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-premium-reports .icon-box svg {
    width: 25px;
    height: 25px;
    stroke-width: 2;
}

.page-premium-reports .icon-box--book {
    background: linear-gradient(180deg, #b43624, #772014);
}

.page-premium-reports .icon-box--remedy {
    background: linear-gradient(180deg, #a66a31, #6f431e);
}

.page-premium-reports .icon-box--vastu {
    background: linear-gradient(180deg, #aa7a2c, #6b4a16);
}

.page-premium-reports .icon-box--marriage {
    background: linear-gradient(180deg, #b97930, #7e4b12);
}

.page-premium-reports .report-icon {
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .68), transparent 30%),
        linear-gradient(180deg, #fff3dd, #f6dfba);
    border: 1px solid #e2c799;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
    color: #8a5516;
}

.page-premium-reports .report-icon svg {
    width: 36px;
    height: 36px;
    stroke-width: 2;
}

/* =========================================================
   SEPARATE REPORT SECTION / CARD CLUSTER
   ========================================================= */

.page-premium-reports .report-group {
    display: none;
    padding-top: 18px;
}

.page-premium-reports .report-group.is-active {
    display: block;
}

.page-premium-reports .premium-category-report-panel {
    padding: 16px;
    border: 1px solid #f0dfc5;
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(223, 167, 82, .08), transparent 28%),
        linear-gradient(180deg, #fffdf8, #fff5e6);
}

.page-premium-reports .category-panel-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ead8bd;
}

.page-premium-reports .category-panel-top h3 {
    margin: 0;
    font-size: 1.18rem;
}

.page-premium-reports .category-panel-top p {
    margin: 4px 0 0;
    color: var(--premium-muted);
    line-height: 1.5;
    font-size: .92rem;
}

.page-premium-reports .category-panel-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid #e2c799;
    border-radius: 999px;
    color: #805016;
    background: #fffaf1;
    font-size: .84rem;
    font-weight: 900;
    white-space: nowrap;
}

.page-premium-reports .report-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
    gap: 18px;
}

.page-premium-reports .report-card {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 20px;
    border: 1px solid #ead8bd;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #fff8ef);
    box-shadow: 0 14px 28px rgba(91, 60, 24, .08);
}

.page-premium-reports .report-card--wide {
    grid-column: 1 / -1;
}

.page-premium-reports .report-head {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.page-premium-reports .report-tag-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.page-premium-reports .report-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff5e5;
    border: 1px solid #e8d5b4;
    color: #8a5516;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .02em;
}

.page-premium-reports .report-title {
    margin: 0 0 6px;
    font-size: 1.25rem;
    line-height: 1.22;
}

.page-premium-reports .report-desc {
    margin: 0;
    color: var(--premium-muted);
    line-height: 1.58;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-premium-reports .report-samples {
    padding-top: 2px;
}

.page-premium-reports .report-samples h5 {
    margin: 0 0 10px;
    font-size: .92rem;
    color: #75502c;
}

.page-premium-reports .sample-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.page-premium-reports .sample-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid #ddd0ba;
    background: #fffefb;
    color: #6d4b1d;
    text-decoration: none;
    font-weight: 800;
    font-size: .87rem;
}

.page-premium-reports .sample-btn:hover {
    background: #fff8ef;
}

.page-premium-reports .report-action-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
    margin-top: auto;
    border-top: 1px solid #f0dfc5;
}

.page-premium-reports .price-note {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 8px 13px;
    border-radius: 999px;
    background: #fff5e5;
    border: 1px solid #e6d1ab;
    color: #805016;
    font-size: .88rem;
    font-weight: 900;
    white-space: nowrap;
}

.page-premium-reports .old-price {
    color: #94755a;
    text-decoration: line-through;
    font-weight: 800;
}

.page-premium-reports .current-price {
    color: #805016;
    font-weight: 950;
}

.page-premium-reports .price-label {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #fffdf8;
    border: 1px solid #e7d2ae;
    color: #9a5d15;
    font-size: .74rem;
    font-weight: 900;
}

.page-premium-reports .report-card {
    scroll-margin-top: 96px;
}

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

.page-premium-reports .report-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    white-space: nowrap;
    border: 1px solid #d9c4a2;
    background: #fffdf8;
    color: #6d4b1d;
}

.page-premium-reports .report-action-link:hover {
    background: #fff7e8;
}

.page-premium-reports .report-action-link--sample {
    border-color: #caa46e;
    color: #805016;
    background: #fff5e4;
}

.page-premium-reports .report-action-link--buy {
    border-color: #8a5516;
    background: linear-gradient(180deg, #c98a31, #805016);
    color: #fff;
}

.page-premium-reports .report-action-link--buy:hover {
    background: linear-gradient(180deg, #b97820, #714511);
}

/* Backward-compatible class, in case old markup is cached for a short time. */
.page-premium-reports .order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 999px;
    border: 1px solid #8a5516;
    background: linear-gradient(180deg, #c98a31, #805016);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    white-space: nowrap;
}

.page-premium-reports .premium-empty {
    display: none;
    margin-top: 18px;
    padding: 18px;
    border: 1px dashed #d8bf95;
    border-radius: 18px;
    background: #fff8ec;
    color: #7b6142;
}

.page-premium-reports .premium-empty.is-active {
    display: block;
}

/* =========================================================
   HELP SECTION
   ========================================================= */

.page-premium-reports .premium-help-section {
    padding: 42px 0;
    background: linear-gradient(180deg, #fffaf3, #fff4e4);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {
    .page-premium-reports .premium-hero-grid,
    .page-premium-reports .premium-intro-grid,
    .page-premium-reports .premium-catalogue-shell,
    .page-premium-reports .premium-content-toolbar {
        grid-template-columns: 1fr;
    }

    .page-premium-reports .premium-sidebar {
        position: static;
    }

    .page-premium-reports .premium-intro-grid {
        grid-template-columns: 1fr 1fr;
    }

    .page-premium-reports .premium-intro-card--main {
        grid-column: 1 / -1;
    }
}

/* =========================================================
   MOBILE PROFESSIONAL VIEW
   ========================================================= */

@media (max-width: 760px) {
    .page-premium-reports {
        background: #fff9ef;
    }

    .page-premium-reports .mst-container {
        width: min(100% - 24px, 100%);
    }

    .page-premium-reports .premium-report-hero {
        padding: 26px 0 20px;
        background:
            radial-gradient(circle at 100% 0%, rgba(223, 167, 82, .16), transparent 34%),
            linear-gradient(180deg, #fffdf8 0%, #fff7ea 100%);
    }

    .page-premium-reports .premium-hero-grid {
        display: block;
    }

    .page-premium-reports .premium-hero-card {
        display: none;
    }

    .page-premium-reports .mst-breadcrumb {
        margin-bottom: 10px;
        font-size: .82rem;
    }

    .page-premium-reports .mst-eyebrow {
        font-size: .69rem;
        letter-spacing: .07em;
    }

    .page-premium-reports h1 {
        margin: 8px 0 10px;
        font-size: clamp(1.82rem, 9vw, 2.48rem);
        line-height: 1.05;
    }

    .page-premium-reports .mst-lead {
        max-width: none;
        margin: 0;
        font-size: .96rem;
        line-height: 1.56;
    }

    .page-premium-reports .premium-hero-actions {
        margin-top: 16px;
        gap: 9px;
    }

    .page-premium-reports .premium-hero-actions .mst-btn {
        min-height: 40px;
        padding: 9px 13px;
        font-size: .88rem;
        flex: 1 1 145px;
    }

    .page-premium-reports .premium-trust-row {
        margin-top: 12px;
        gap: 7px;
    }

    .page-premium-reports .premium-trust-row span {
        min-height: 28px;
        padding: 5px 9px;
        font-size: .76rem;
        line-height: 1.15;
    }

    .page-premium-reports .premium-intro-section {
        padding: 12px 0;
        background: #fff7ea;
    }

    .page-premium-reports .premium-intro-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .page-premium-reports .premium-intro-card {
        min-height: 0;
        padding: 14px 15px;
        border-radius: 18px;
        box-shadow: 0 8px 18px rgba(91, 60, 24, .06);
    }

    .page-premium-reports .premium-intro-card--main {
        grid-column: auto;
    }

    .page-premium-reports .premium-intro-card h2 {
        font-size: 1.18rem;
        margin-bottom: 5px;
    }

    .page-premium-reports .premium-intro-card h3 {
        font-size: 1rem;
        margin-bottom: 4px;
    }

    .page-premium-reports .premium-intro-card p {
        font-size: .88rem;
        line-height: 1.45;
    }

    .page-premium-reports .premium-mini-icon {
        width: 32px;
        height: 32px;
        border-radius: 12px;
        margin-bottom: 7px;
        font-size: .8rem;
    }

    .page-premium-reports .premium-report-catalogue {
        padding: 22px 0;
    }

    .page-premium-reports .premium-catalogue-shell {
        display: block;
    }

    .page-premium-reports .premium-sidebar {
        display: none;
    }

    .page-premium-reports .premium-content {
        padding: 14px;
        border-radius: 22px;
        box-shadow: 0 10px 26px rgba(91, 60, 24, .075);
    }

    .page-premium-reports .premium-content-toolbar {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding-bottom: 12px;
        border-bottom: 0;
    }

    .page-premium-reports .premium-content-toolbar h2 {
        font-size: 1.22rem;
    }

    .page-premium-reports .premium-content-toolbar p {
        margin-top: 5px;
        font-size: .86rem;
        line-height: 1.42;
    }

    .page-premium-reports .premium-search-wrap {
        order: -1;
    }

    .page-premium-reports .premium-search-wrap label {
        margin-bottom: 6px;
        font-size: .78rem;
    }

    .page-premium-reports .premium-search-wrap input {
        height: 43px;
        padding: 0 13px;
        border-radius: 14px;
        font-size: .93rem;
    }

    .page-premium-reports .premium-mobile-cats {
        display: block;
        position: sticky;
        top: 0;
        z-index: 5;
        margin: 8px -14px 0;
        padding: 9px 14px 10px;
        overflow-x: auto;
        white-space: nowrap;
        background: linear-gradient(180deg, #fffdf8, #fff7ea);
        border-top: 1px solid #f1e1c7;
        border-bottom: 1px solid #ead8bd;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .page-premium-reports .premium-mobile-cats::-webkit-scrollbar {
        display: none;
    }

    .page-premium-reports .premium-mobile-cat-track {
        display: flex;
        gap: 8px;
        min-width: max-content;
    }

    .page-premium-reports .premium-mobile-cat-track .premium-cat-btn {
        width: auto;
        min-width: 104px;
        padding: 8px 10px;
        border-radius: 15px;
        align-items: center;
        gap: 8px;
        box-shadow: none;
    }

    .page-premium-reports .premium-mobile-cat-track .premium-cat-btn.is-active {
        box-shadow: 0 7px 16px rgba(128, 80, 22, .12);
    }

    .page-premium-reports .premium-mobile-cat-track .icon-box {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        border-radius: 11px;
    }

    .page-premium-reports .premium-mobile-cat-track .icon-box svg {
        width: 18px;
        height: 18px;
    }

    .page-premium-reports .premium-mobile-cat-track .cat-desc {
        display: none;
    }

    .page-premium-reports .premium-mobile-cat-track .cat-title {
        display: block;
        font-size: .82rem;
        line-height: 1.1;
    }

    .page-premium-reports .premium-mobile-cat-track .cat-count {
        min-width: 0;
        margin-top: 3px;
        padding: 1px 6px;
        font-size: .68rem;
    }

    .page-premium-reports .premium-active-strip {
        display: block;
        padding: 12px 0 0;
    }

    .page-premium-reports .premium-active-title {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 9px;
        align-items: start;
        padding: 10px;
        border: 1px solid #eddcc0;
        border-radius: 16px;
        background: #fffaf1;
    }

    .page-premium-reports .premium-active-title .icon-box {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        border-radius: 12px;
    }

    .page-premium-reports .premium-active-title .icon-box svg {
        width: 20px;
        height: 20px;
    }

    .page-premium-reports .premium-active-title h4 {
        font-size: 1rem;
        line-height: 1.2;
    }

    .page-premium-reports .premium-active-title p {
        margin-top: 3px;
        font-size: .82rem;
        line-height: 1.35;
    }

    .page-premium-reports .premium-clear {
        width: 100%;
        margin-top: 10px;
        padding: 9px 12px;
        font-size: .86rem;
    }

    .page-premium-reports .report-group {
        padding-top: 14px;
    }

    .page-premium-reports .premium-category-report-panel {
        padding: 11px;
        border-radius: 18px;
    }

    .page-premium-reports .category-panel-top {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .page-premium-reports .category-panel-top h3 {
        font-size: 1rem;
    }

    .page-premium-reports .category-panel-top p {
        font-size: .82rem;
        line-height: 1.35;
    }

    .page-premium-reports .category-panel-badge {
        margin-top: 8px;
        min-height: 28px;
        padding: 5px 9px;
        font-size: .74rem;
    }

    .page-premium-reports .report-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .page-premium-reports .report-card,
    .page-premium-reports .report-card--wide {
        grid-column: auto;
        padding: 14px;
        border-radius: 19px;
        gap: 10px;
        box-shadow: 0 9px 20px rgba(91, 60, 24, .07);
    }

    .page-premium-reports .report-head {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 10px;
    }

    .page-premium-reports .report-icon {
        width: 46px;
        height: 46px;
        border-radius: 15px;
    }

    .page-premium-reports .report-icon svg {
        width: 26px;
        height: 26px;
    }

    .page-premium-reports .report-tag-row {
        margin-bottom: 5px;
        gap: 5px;
    }

    .page-premium-reports .report-tag {
        min-height: 22px;
        padding: 4px 7px;
        font-size: .64rem;
        letter-spacing: 0;
    }

    .page-premium-reports .report-title {
        margin-bottom: 4px;
        font-size: 1.04rem;
        line-height: 1.2;
    }

    .page-premium-reports .report-desc {
        font-size: .84rem;
        line-height: 1.4;
        -webkit-line-clamp: 2;
    }

    .page-premium-reports .report-samples h5 {
        margin-bottom: 7px;
        font-size: .82rem;
    }

    .page-premium-reports .sample-btns {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
        gap: 7px;
        overflow: visible;
        padding-bottom: 0;
    }

    .page-premium-reports .sample-btn {
        min-height: 34px;
        padding: 7px 8px;
        border-radius: 11px;
        font-size: .78rem;
        white-space: nowrap;
    }

    .page-premium-reports .report-action-footer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        padding-top: 9px;
    }

    .page-premium-reports .price-note,
    .page-premium-reports .order-btn,
    .page-premium-reports .report-action-link {
        width: 100%;
        min-height: 38px;
        justify-content: center;
        border-radius: 13px;
        font-size: .84rem;
    }

    .page-premium-reports .report-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .page-premium-reports .price-note {
        flex-wrap: wrap;
        white-space: normal;
        text-align: center;
    }

    .page-premium-reports .price-label {
        font-size: .68rem;
    }

    .page-premium-reports .order-btn,
    .page-premium-reports .report-action-link--buy {
        min-height: 43px;
        font-size: .9rem;
    }

    .page-premium-reports .premium-empty {
        margin-top: 12px;
        padding: 14px;
        border-radius: 15px;
        font-size: .9rem;
    }

    .page-premium-reports .premium-help-section {
        padding: 22px 0;
    }

    .page-premium-reports .premium-help-section .premium-intro-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 380px) {
    .page-premium-reports .sample-btns {
        grid-template-columns: 1fr;
    }

    .page-premium-reports .premium-mobile-cat-track .premium-cat-btn {
        min-width: 98px;
    }

    .page-premium-reports .premium-hero-actions .mst-btn {
        flex-basis: 100%;
    }
}

/* =========================================================
   WIDEFIX 20260709-2: match new-index content width and clean action buttons
   ========================================================= */
html body.page-premium-reports,
html body.page-premium-reports #mst-inner-content.mst-inner-shell,
html body.page-premium-reports main.mst-inner-shell {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: clip !important;
}
html body.page-premium-reports .mst-container,
html body.page-premium-reports .premium-hero-grid,
html body.page-premium-reports .premium-intro-grid,
html body.page-premium-reports .premium-catalogue-shell,
html body.page-premium-reports .premium-help-section .mst-container {
    width: min(100% - 40px, 1320px) !important;
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
html body.page-premium-reports .premium-catalogue-shell {
    display: grid !important;
    grid-template-columns: 300px minmax(0, 1fr) !important;
    gap: 28px !important;
    align-items: start !important;
}
html body.page-premium-reports .premium-content {
    width: 100% !important;
    min-width: 0 !important;
}
html body.page-premium-reports .report-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
}
html body.page-premium-reports .report-card--wide {
    grid-column: 1 / -1 !important;
}
html body.page-premium-reports .report-action-footer {
    display: grid !important;
    grid-template-columns: minmax(180px, auto) minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: center !important;
}
html body.page-premium-reports .report-actions {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(120px, 1fr)) !important;
    gap: 9px !important;
    width: 100% !important;
    justify-content: stretch !important;
}
html body.page-premium-reports .report-action-link {
    min-height: 44px !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.15 !important;
    font-size: .9rem !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}
html body.page-premium-reports .report-action-link--buy {
    color: #fff !important;
    background: linear-gradient(180deg, #c98a31, #805016) !important;
    border-color: #8a5516 !important;
}
html body.page-premium-reports .report-action-link--details,
html body.page-premium-reports .report-action-link--sample {
    color: #6d4b1d !important;
    background: #fffdf8 !important;
    border: 1px solid #d9c4a2 !important;
}
html body.page-premium-reports .report-action-link--sample {
    background: #fff5e4 !important;
    border-color: #caa46e !important;
    color: #805016 !important;
}
@media (max-width: 1100px) {
    html body.page-premium-reports .premium-catalogue-shell { display: block !important; }
    html body.page-premium-reports .report-grid { grid-template-columns: 1fr !important; }
    html body.page-premium-reports .report-action-footer { grid-template-columns: 1fr !important; }
}
@media (max-width: 760px) {
    html body.page-premium-reports .mst-container,
    html body.page-premium-reports .premium-hero-grid,
    html body.page-premium-reports .premium-intro-grid,
    html body.page-premium-reports .premium-catalogue-shell,
    html body.page-premium-reports .premium-help-section .mst-container {
        width: min(100% - 22px, 100%) !important;
    }
    html body.page-premium-reports .premium-sidebar { display: none !important; }
    html body.page-premium-reports .premium-mobile-cats { display: block !important; }
    html body.page-premium-reports .report-actions { grid-template-columns: 1fr !important; }
}


/* =========================================================
   WIDEFIX3 HARD OVERRIDE
   The category list is moved above the report grid so the report
   display area matches the wide new-index style instead of feeling squeezed.
   ========================================================= */
html body.page-premium-reports .premium-catalogue-shell {
    display: block !important;
    width: min(100% - 40px, 1440px) !important;
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
html body.page-premium-reports .premium-sidebar {
    position: static !important;
    width: 100% !important;
    margin: 0 0 24px !important;
    padding: 20px !important;
}
html body.page-premium-reports .premium-side-note {
    margin-bottom: 16px !important;
}
html body.page-premium-reports .premium-cat-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)) !important;
    gap: 12px !important;
}
html body.page-premium-reports .premium-cat-btn {
    min-height: 108px !important;
}
html body.page-premium-reports .premium-content {
    width: 100% !important;
    min-width: 0 !important;
}
html body.page-premium-reports .report-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
}
html body.page-premium-reports .report-action-footer {
    display: grid !important;
    grid-template-columns: minmax(170px, auto) minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: center !important;
}
html body.page-premium-reports .report-actions {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(118px, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
}
html body.page-premium-reports .report-action-link {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.15 !important;
    font-size: .9rem !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}
@media (max-width: 980px) {
    html body.page-premium-reports .report-grid { grid-template-columns: 1fr !important; }
    html body.page-premium-reports .report-action-footer { grid-template-columns: 1fr !important; }
}
@media (max-width: 760px) {
    html body.page-premium-reports .premium-sidebar { display: none !important; }
    html body.page-premium-reports .premium-mobile-cats { display: block !important; }
    html body.page-premium-reports .report-actions { grid-template-columns: 1fr !important; }
}

/* =========================================================
   WIDEFIX5 — SYMMETRIC REPORT CARD STRUCTURE (legacy override kept)
   ---------------------------------------------------------
   User-approved visual style retained. Structure refined:
   - centred icon and full-width title
   - heading changed to Download Sample
   - sample buttons in clean 3-column rows on wide screens
   - no Details / footer Download Sample buttons
   - price and page count displayed as clean separate chips
   - Place Order as the only footer action
   ========================================================= */
.page-premium-reports .report-card {
    gap: 16px !important;
    padding: 22px !important;
    min-height: 100% !important;
}

.page-premium-reports .report-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    gap: 10px !important;
    min-height: 184px !important;
}

.page-premium-reports .report-icon {
    width: 62px !important;
    height: 62px !important;
    margin: 0 auto !important;
    flex: 0 0 auto !important;
}

.page-premium-reports .report-tag-row {
    justify-content: center !important;
    margin: 0 !important;
}

.page-premium-reports .report-title {
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
    font-size: 1.34rem !important;
    line-height: 1.22 !important;
}

.page-premium-reports .report-desc {
    text-align: center !important;
    max-width: 92% !important;
    margin: 0 auto !important;
    min-height: 74px !important;
}

.page-premium-reports .report-samples {
    margin-top: 2px !important;
}

.page-premium-reports .report-samples h5 {
    text-align: center !important;
    margin: 0 0 12px !important;
    font-size: .95rem !important;
    letter-spacing: .01em !important;
}

.page-premium-reports .sample-btns {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 9px !important;
}

.page-premium-reports .sample-btn {
    width: 100% !important;
    min-height: 38px !important;
    padding: 8px 10px !important;
    border-radius: 13px !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.15 !important;
}

.page-premium-reports .report-action-footer {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 178px !important;
    gap: 14px !important;
    align-items: stretch !important;
    padding-top: 14px !important;
}

.page-premium-reports .report-meta-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    min-width: 0 !important;
}

.page-premium-reports .report-meta-pill {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-height: 52px !important;
    padding: 8px 10px !important;
    border-radius: 16px !important;
    border: 1px solid #e4c99f !important;
    background: linear-gradient(180deg, #fff8eb, #fffdf9) !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.page-premium-reports .report-meta-label {
    font-size: .68rem !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    color: #9a6a2b !important;
    font-weight: 950 !important;
}

.page-premium-reports .current-price,
.page-premium-reports .current-pages {
    color: #75440e !important;
    font-weight: 950 !important;
    font-size: 1rem !important;
    line-height: 1.1 !important;
}

.page-premium-reports .report-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
}

.page-premium-reports .report-actions .report-action-link--details,
.page-premium-reports .report-actions .report-action-link--sample {
    display: none !important;
}

.page-premium-reports .report-action-link--buy {
    width: 100% !important;
    min-height: 52px !important;
    border-radius: 16px !important;
    font-size: .96rem !important;
    box-shadow: 0 12px 22px rgba(128, 80, 22, .20) !important;
}

@media (min-width: 1180px) {
    .page-premium-reports .report-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    .page-premium-reports .report-action-footer {
        grid-template-columns: 1fr !important;
    }
    .page-premium-reports .sample-btns {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .page-premium-reports .report-head {
        min-height: 0 !important;
    }
}

@media (max-width: 520px) {
    .page-premium-reports .report-meta-strip,
    .page-premium-reports .sample-btns {
        grid-template-columns: 1fr !important;
    }
}


/* =========================================================
   WIDEFIX7 — FINAL USER-APPROVED STRUCTURE + ICON CATEGORY NAV
   ---------------------------------------------------------
   - Screenshot-style report cards: icon left, title/details right
   - Sample buttons kept in-card, no extra Download Sample / Details footer buttons
   - Footer row: Price + Pages + Place Order
   - Report Categories visually integrated with Premium Catalogue
   - Mobile category next/back icon controls added
   ========================================================= */
html body.page-premium-reports .premium-catalogue-shell {
    padding: 18px !important;
    border: 1px solid #ead8bd !important;
    border-radius: 30px !important;
    background: linear-gradient(180deg, #fffdf8, #fff5e6) !important;
    box-shadow: 0 18px 44px rgba(91, 60, 24, .10) !important;
}
html body.page-premium-reports .premium-sidebar {
    padding: 0 0 18px !important;
    margin: 0 0 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ead8bd !important;
}
html body.page-premium-reports .premium-sidebar h3 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 8px !important;
    color: #5b3210 !important;
    font-size: 1.24rem !important;
}
html body.page-premium-reports .premium-sidebar h3::before {
    content: "★" !important;
    display: inline-grid !important;
    place-items: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: linear-gradient(180deg, #c98a31, #805016) !important;
    box-shadow: 0 8px 18px rgba(128,80,22,.18) !important;
    font-size: .9rem !important;
}
html body.page-premium-reports .premium-side-note {
    margin-bottom: 14px !important;
}
html body.page-premium-reports .premium-content {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}
html body.page-premium-reports .premium-content-toolbar {
    padding: 0 0 16px !important;
}
html body.page-premium-reports .premium-category-report-panel {
    padding: 16px !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,248,238,.72)) !important;
}
html body.page-premium-reports .report-card {
    padding: 20px !important;
    gap: 16px !important;
}
html body.page-premium-reports .report-head {
    display: grid !important;
    grid-template-columns: 66px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
    text-align: left !important;
    min-height: 0 !important;
}
html body.page-premium-reports .report-title-block {
    min-width: 0 !important;
    text-align: left !important;
}
html body.page-premium-reports .report-icon {
    width: 66px !important;
    height: 66px !important;
    margin: 0 !important;
}
html body.page-premium-reports .report-tag-row {
    justify-content: flex-start !important;
    margin: 0 0 8px !important;
}
html body.page-premium-reports .report-title {
    text-align: left !important;
    margin: 0 0 8px !important;
    font-size: 1.28rem !important;
    line-height: 1.22 !important;
}
html body.page-premium-reports .report-desc {
    text-align: left !important;
    max-width: none !important;
    min-height: 58px !important;
    margin: 0 !important;
}
html body.page-premium-reports .report-samples h5 {
    text-align: left !important;
    margin: 0 0 10px !important;
    color: #75502c !important;
}
html body.page-premium-reports .report-action-footer {
    display: grid !important;
    grid-template-columns: 140px 120px 178px !important;
    gap: 14px !important;
    align-items: stretch !important;
    padding-top: 14px !important;
}
html body.page-premium-reports .report-meta-strip {
    display: contents !important;
}
html body.page-premium-reports .report-meta-pill {
    min-height: 54px !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #fff9ed, #fffdf9) !important;
    border: 1px solid #e4c99f !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75) !important;
}
html body.page-premium-reports .report-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
}
html body.page-premium-reports .report-action-link--buy {
    min-height: 54px !important;
    border-radius: 16px !important;
}
html body.page-premium-reports .premium-swipe-hint {
    display: none !important;
}
html body.page-premium-reports .premium-mobile-cat-nav {
    display: none;
}
html body.page-premium-reports .premium-cat-scroll {
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 1px solid #dfc091 !important;
    background: linear-gradient(180deg, #c98a31, #805016) !important;
    color: #fff !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 999px !important;
    display: inline-grid !important;
    place-items: center !important;
    font-size: 1.45rem !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    box-shadow: 0 9px 18px rgba(128,80,22,.18) !important;
    cursor: pointer !important;
}
html body.page-premium-reports .premium-cat-scroll:hover,
html body.page-premium-reports .premium-cat-scroll:focus-visible {
    filter: brightness(1.05) !important;
    transform: translateY(-1px) !important;
}
html body.page-premium-reports .premium-cat-scroll:disabled {
    opacity: .48 !important;
    cursor: default !important;
    box-shadow: none !important;
    filter: grayscale(.1) !important;
    transform: none !important;
}
html body.page-premium-reports .premium-mobile-cat-track {
    scroll-behavior: smooth !important;
}
@media (max-width: 900px) {
    html body.page-premium-reports .report-action-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    html body.page-premium-reports .report-actions {
        grid-column: 1 / -1 !important;
    }
}
@media (max-width: 760px) {
    html body.page-premium-reports .premium-mobile-cats { display: block !important; }
    html body.page-premium-reports .premium-mobile-cat-nav {
        display: flex !important;
        justify-content: flex-end !important;
        gap: 9px !important;
        margin: 0 0 10px !important;
    }
}
@media (max-width: 540px) {
    html body.page-premium-reports .report-head {
        grid-template-columns: 58px minmax(0, 1fr) !important;
        gap: 12px !important;
    }
    html body.page-premium-reports .report-icon {
        width: 58px !important;
        height: 58px !important;
        border-radius: 20px !important;
    }
    html body.page-premium-reports .report-action-footer {
        grid-template-columns: 1fr !important;
    }
}


/* =========================================================
   WIDEFIX11 — ONLY MOBILE CATEGORY NAV PATCH ON WIDEFIX7 BASE
   ---------------------------------------------------------
   Keep approved category design unchanged.
   Fix: category chips themselves scroll/swipe on mobile, and
   back/next buttons sit safely above without overlapping cards.
   ========================================================= */
html body.page-premium-reports .report-meta-label span[aria-hidden="true"] {
    font-weight: 950 !important;
    margin-right: 4px !important;
    color: #9f661d !important;
}
html body.page-premium-reports .report-meta-pill--price .current-price {
    color: #5f350d !important;
    font-weight: 950 !important;
}
html body.page-premium-reports .report-meta-pill--pages .current-pages {
    color: #5f350d !important;
    font-weight: 950 !important;
}
@media (max-width: 760px) {
    html body.page-premium-reports .premium-mobile-cats {
        display: block !important;
        position: relative !important;
        top: auto !important;
        z-index: 3 !important;
        overflow: visible !important;
        white-space: normal !important;
        padding: 10px 0 10px !important;
        margin: 10px 0 14px !important;
        border-top: 1px solid #f1e1c7 !important;
        border-bottom: 1px solid #ead8bd !important;
        background: linear-gradient(180deg, #fffdf8, #fff7ea) !important;
    }

    html body.page-premium-reports .premium-mobile-cat-nav {
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 8px !important;
        margin: 0 2px 8px !important;
        padding: 0 !important;
        position: relative !important;
        z-index: 5 !important;
        pointer-events: auto !important;
        touch-action: manipulation !important;
    }

    html body.page-premium-reports .premium-cat-scroll {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
        border-radius: 999px !important;
        display: inline-grid !important;
        place-items: center !important;
        padding: 0 !important;
        line-height: 1 !important;
        user-select: none !important;
        -webkit-user-select: none !important;
        touch-action: manipulation !important;
        position: static !important;
        transform: none !important;
    }

    html body.page-premium-reports .premium-mobile-cat-track {
        display: flex !important;
        gap: 9px !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        padding: 0 2px 6px !important;
        margin: 0 !important;
        scroll-behavior: smooth !important;
        scroll-snap-type: x proximity !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        touch-action: pan-x !important;
    }

    html body.page-premium-reports .premium-mobile-cat-track::-webkit-scrollbar {
        display: none !important;
    }

    html body.page-premium-reports .premium-mobile-cat-track .premium-cat-btn {
        flex: 0 0 clamp(174px, 62vw, 220px) !important;
        width: clamp(174px, 62vw, 220px) !important;
        max-width: clamp(174px, 62vw, 220px) !important;
        min-width: 0 !important;
        scroll-snap-align: center !important;
        white-space: normal !important;
        margin: 0 !important;
    }

    html body.page-premium-reports .premium-mobile-cat-track .cat-title {
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    html body.page-premium-reports .premium-mobile-cat-track .cat-desc {
        display: none !important;
    }

    html body.page-premium-reports .report-desc {
        display: block !important;
        overflow: visible !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
        min-height: 0 !important;
        max-width: 100% !important;
    }
}


/* =========================================================
   WIDEFIX12 — FINAL MICRO PATCH ONLY
   - Add one outer border/premium frame around the intro-card group.
   - Add one outer border/premium frame around the bottom 3-step group.
   - Keep Report Categories design untouched.
   - Center mobile previous/next controls above category strip to avoid overlap.
   ========================================================= */
html body.page-premium-reports .premium-intro-section > .premium-intro-grid,
html body.page-premium-reports .premium-help-section .premium-intro-grid {
    border: 1px solid #e7d2ad !important;
    border-radius: 28px !important;
    padding: 18px !important;
    background:
        radial-gradient(circle at 98% 5%, rgba(202, 138, 49, .08), transparent 28%),
        linear-gradient(180deg, #fffdf8, #fff6e8) !important;
    box-shadow: 0 16px 36px rgba(91, 60, 24, .08) !important;
}

@media (max-width: 760px) {
    html body.page-premium-reports .premium-mobile-cat-nav {
        justify-content: center !important;
        gap: 10px !important;
        margin: 0 auto 10px !important;
        width: 100% !important;
        position: relative !important;
        z-index: 6 !important;
    }

    html body.page-premium-reports .premium-cat-scroll {
        position: static !important;
        transform: none !important;
    }

    html body.page-premium-reports .premium-intro-section > .premium-intro-grid,
    html body.page-premium-reports .premium-help-section .premium-intro-grid {
        padding: 12px !important;
        border-radius: 22px !important;
    }
}

