:root {
    /* Supplementary tokens not present in vars.css */
     --news-header-h: 72px;
     --news-subnav-h: 52px;
     --news-sticky-offset: calc(var(--news-header-h) + var(--news-subnav-h) + 24px);
     --news-surface: #FFFFFF;
     --news-surface-2: #F8FAFC;
     --news-surface-3: #F1F5F9;
     --news-border: var(--elev-border-outer, #E8E8EA);
     --news-border-strong: #A8AFBA;
     --news-divider: var(--elev-divider, #F0F0F2);
     --news-text: var(--ap-slate-900, #0F172A);
     --news-text-body: var(--ap-slate-700, #334155);
     --news-text-muted: var(--ap-slate-500, #64748B);
     --muted: #64748B;
     --news-text-faint: #94A3B8;
     --news-slate-600: #475569;
     --news-red-ink: #C22B30;
     --news-success: #16A34A;
     --news-radius-xs: 4px;
     --news-radius-sm: 6px;
     --news-radius-md: 8px;
     --news-radius-lg: 12px;
     --news-radius-xl: 16px;
     --news-radius-pill: 999px;
     --news-shadow-card: var(--elev-s1);
     --artciel_content: 16px;
      --cta_link: clamp(12px, 1.2vw, 14px);
}
body #kaya-page-content-wrapper, .nojq {
       font-family: 'Inter', sans-serif !important;
    }

body #kaya-page-content-wrapper time{
    font-family: 'Inter', sans-serif !important;
}

a, nav a:hover{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}


h2, h2 b, h2 strong,
h3, h3 b, h3 strong,
h4, h4 b, h4 strong,
h5, h5 b, h5 strong,
strong, b {
    font-weight: 700 !important;
}

 html {
     scroll-behavior: smooth;
}
 body.news_page {
     margin: 0;
     background: var(--page-bg, #FCFCFD);
     font-family: var(--ap-font-sans, 'Inter', sans-serif);
     color: var(--news-text);
     -webkit-font-smoothing: antialiased;
}
aside a, main a{
    text-decoration: none !important;
}

table button {
    background: var(--brand);
    color: #fff !important;
    border: none;
    padding: 7px;
    border-radius: 6px;
}

blockquote, blockquote * {
        font-style: italic;
          margin: 0;
    font-size: var(--artciel_content) !important;
    line-height: 1.75 !important;
    color: var(--news-text-body) !important;
}


.article__content a{
    color: var(--brand) !important;
    text-decoration: underline !important;
}

 .news_page a {
     color: inherit;
     text-decoration: none;
     transition: var(--transition-color);
}
 .news_page a:hover {
     color: var(--brand);
}
 .news_page ::selection {
     background: #FFE1E2;
}
/* mob / desktop visibility helpers (project convention — single DOM, no duplicated text) */
 .mob {
     display: none !important;
}
 @media (max-width: 991.98px) {
     .mob {
         display: block !important;
    }
     .desktop {
         display: none !important;
    }
}
/* ---- Shell ---- */
.content_shell {
    max-width: var(--ap-content-max, 1344px);
    margin: 0 auto;
    padding-left: 26px;
    padding-right: 26px;
}
/* ---- Site header ---- */
 .site_header {
     position: sticky;
     top: 0;
     z-index: 50;
     background: var(--news-surface);
     border-bottom: 1px solid var(--news-divider);
}
 .site_header_inner {
     height: var(--news-header-h);
     gap: 32px;
}
 .site_header .brand img {
     height: 26px;
     width: auto;
     display: block;
}
 .header_right {
     gap: 24px;
}
 .main_nav {
     gap: 28px;
}
 .main_nav a {
     display: inline-flex;
     align-items: center;
     gap: 5px;
     font-size: 15px;
     font-weight: 500;
     color: var(--news-text);
}
 .main_nav a:hover {
     color: var(--brand);
}
 .main_nav a i {
     font-size: 9px;
     color: var(--news-text-faint);
}
 .header_divider {
     width: 1px;
     height: 28px;
     background: var(--news-border);
}
 .header_cta {
     gap: 12px;
}
 .btn_outline, .btn_brand {
     display: inline-flex;
     align-items: center;
     height: 42px;
     padding: 0 22px;
     font-size: 15px;
     font-weight: 500;
     border-radius: var(--news-radius-md);
}
 .btn_outline {
     background: var(--news-surface);
     border: 1px solid var(--news-border);
     color: var(--news-text);
}
 .btn_outline:hover {
     border-color: var(--news-border-strong);
     color: var(--news-text);
}
 .btn_brand {
     background: var(--brand);
     color: #fff;
}
 .btn_brand:hover {
     background: var(--brand-hover);
     color: #fff;
}
 .nav_toggle {
     background: none;
     border: 1px solid var(--news-border);
     border-radius: var(--news-radius-md);
     width: 42px;
     height: 42px;
     color: var(--news-text);
}
/* ---- News sub-nav ---- */
 .news_subnav {
     position: sticky;
     top: var(--news-header-h);
     z-index: 40;
     background: #fff;
     border-bottom: 1px solid var(--news-border);
}
 .news_subnav_inner {
     gap: 6px;
     height: 48px;
     overflow-x: auto;
     scrollbar-width: none;
}
 .news_subnav_inner::-webkit-scrollbar {
     display: none;
}
 .subnav_pill {
         display: inline-flex;
    align-items: center;
    height: 48px;
    font-size: var(--cta_link);
    font-weight: 500;
    color: var(--ap-slate-500);
    white-space: nowrap;
    flex-shrink: 0;
}
 .subnav_pill:hover {
    color: var(--ap-slate-900);
}
 .subnav_pill.is-active {
         font-weight: 700;
    color: var(--ap-slate-900);
    border-bottom:1px solid var(--brand);
}
 .subnav_pill.is-active:hover {
     color: #000;
}
/* ---- Page layout ---- */
 .news_main {
     padding-top: 40px;
     padding-bottom: 64px;
}


.news_main iframe {
        max-width: 522px;
        height: 290px;
        border-radius: 8px;
}

 .article_layout {
     display: grid;
     grid-template-columns: 240px minmax(0, 1fr) 300px;
     align-items: start;
     gap: 0px;
     min-width: 0;
}
 .article_layout--spotlight {
     padding-top: 72px;
}
 .article_rail {
     display: flex;
     flex-direction: column;
}
 .rail_left {
     position: sticky;
     top: 110px;
     gap: 20px;
}
 .rail_right {
     position: sticky;
     gap: 20px;
}


.rail_left:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: var(--news-divider);
    right: -23px;
}

.rail_right:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: var(--news-divider);
    left: -25px;
}

/* ---- Left rail: share ---- */
 .share_row {
     gap: 10px;
}
 .share_btn {
     width: 40px;
     height: 40px;
     border: 1px solid var(--news-border);
     border-radius: 50%;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: var(--news-text-muted);
     font-size: 14px;
}
.share_btn svg{
    width: 14px;
    height: 14px;
}
.copy__link svg {
    transform: rotate(45deg);
}

 .share_btn:hover {
     border-color: var(--news-border-strong);
}
 .share_btn:hover svg{
     fill: var(--brand);
}
/* ---- Left rail: In this Article (reading progress) ---- */
.rail_toc {
    top: 104px;
    padding-right: 32px;
}

.rail_toc_title {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
}

.readline {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: var(--elev-divider);
    overflow: hidden;
}

.readline_fill {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--brand);
    transform: scaleX(0);
    transform-origin: left;
}

/* Progress Ring */
.ringwrap {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ring {
    position: absolute;
    inset: 0;

    width: 24px;
    height: 24px;
    border-radius: 999px;

    background: conic-gradient(
        var(--brand) 0%,
        var(--elev-divider) 0
    );

    -webkit-mask: radial-gradient(
        circle,
        transparent 9px,
        #000 9.5px
    );

    mask: radial-gradient(
        circle,
        transparent 9px,
        #000 9.5px
    );

    flex-shrink: 0;
}

.ringchk {
    position: relative;
    z-index: 1;

    font-size: 11px;
    color: #fff;

    opacity: 0;
    transform: scale(0.6);

    transition:
        opacity 0.15s,
        transform 0.15s;
}

/* Completed */
.ringwrap.is-done .ring {
    background: var(--brand) !important;
    -webkit-mask: none !important;
    mask: none !important;
}

.ringwrap.is-done .ringchk {
    opacity: 1;
    transform: scale(1);
}


 .toc_links {
     gap: 12px;
}
 .toc_link {
     gap: 12px;
     align-items: stretch;
}
 .toc_rail {
     width: 3px;
     min-height: 20px;
     border-radius: 2px;
     background: var(--news-surface-3);
     position: relative;
     overflow: hidden;
     flex-shrink: 0;
     align-self: stretch;
}
 .toc_fill {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 0;
     background: var(--brand);
     transition: height 180ms ease;
}
 .toc_text {
     font-size: 14px;
     line-height: 1.4;
     font-weight: 400;
     color: var(--news-text-body);
}
 .toc_link:hover .toc_text {
     color: var(--brand);
}
 .toc_link.is-passed .toc_text,
 .toc_link.is-done .toc_text {
     font-weight: 700;
     color: var(--ap-slate-900);
}
 .toc_link.is-active .toc_text,
 .toc_link.is-current .toc_text {
     font-weight: 700;
     color: var(--brand);
}
 .article__content h2[id^="head_"],
 .article__content h3[id^="head_"] {
     scroll-margin-top: 80px;
}
/* ---- Left rail: Best Affiliate Programs ---- */
 .rail_programs_title {
     font-size: 14px;
     font-weight: 600;
     margin-bottom: 10px;
     color: var(--muted);
     text-transform: uppercase;
     white-space: nowrap;
}
 .program_row {
     gap: 8px;
     padding: 9px 0;
     border-top: 1px solid var(--news-divider);
}
 .program_rank {
     width: 30px;
     font-size: 12px;
     font-weight: 700;
     color: var(--news-text-faint);
     flex-shrink: 0;
}
.program_rank img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
 .program_info {
     min-width: 0;
}
 .program_name {
     font-size: 12px;
     font-weight: 700;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
.program_name a{
    color: #212529 !important;
}

 .program_site {
     font-size: 12px;
}
 .program_site a {
     color: var(--news-red-ink);
     font-weight: 600;
}
 .program_site a:hover {
     color: var(--brand);
}
 .program_products {
     font-size: 12px;
     color: var(--news-text-muted);
}
 .program_cta {
     width: 26px;
     height: 26px;
     border: 1px solid var(--news-border);
     border-radius: var(--news-radius-xs);
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: var(--news-text-muted);
     font-size: 10px;
     flex-shrink: 0;
     margin-right: 8px;
}
 .program_cta:hover {
     border-color: var(--brand);
     color: var(--brand);
}
 .rail_link_more {
       font-size: 12px;
    color: var(--brand) !important;
    border-top: 1px solid var(--news-divider);
    display: flex;
    padding-top: 9px;
    gap:10px;
    align-items: center;
}
a.link_red.rail_link_more span {
    border-color: var(--brand) !important;
    color: var(--brand);
    margin-right: 17px;
}
/* ---- Article body ---- */
.article_body {
    max-width: 644px;
    min-width: 0;
    width: 100%;
    gap: 24px;
    padding: 0px 10px;
   
    margin: 0 auto;
}




 .article_head {
     gap: 14px;
}
 .article_kicker {
     gap: 10px;
    
}
 .article_kicker a{
     color: var(--brand) !important;
 }

 .cat_badge {
     background: var(--brand);
     color: #fff;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     padding: 4px 10px;
     border-radius: var(--news-radius-xs);
}
 .kicker_label {
     font-size: 12px;
     font-weight: 600;
     color: var(--news-red-ink);
     /*text-transform: uppercase;*/
     text-decoration: none !important;
         letter-spacing: 0.08em;
}
 .kicker_label--caps {
     letter-spacing: 0.08em;
     /*text-transform: uppercase;*/
}
 .article_title {
     margin: 0;
     font-size: clamp(26px, 3vw, 32px);
     line-height: var(--type-title-lh-tight, 1.08);
     font-weight: 700;
     text-wrap: pretty;
}
 .article_standfirst {
    margin: 0;
    font-size: 16px !important;
    line-height: 1.6;
    color: #475569;
    text-wrap: pretty;
}
 .byline_bar {
     gap: 16px;
     border-top: 1px solid var(--news-divider);
     padding: 14px 0;
     padding-bottom: 0px;
}
 .byline_name {
     font-size: 14px;
     font-weight: 700;
}
 .byline_name a {
     color: var(--news-red-ink);
}
 .byline_name a:hover {
     color: var(--brand);
}
 .byline_date {
     font-size: 12px;
     color: var(--news-text-faint);
     margin-top: 2px;
}
 .read_time {
     display: inline-flex;
     align-items: center;
     gap: 6px;
     font-size: 12px;
     font-weight: 600;
     color: var(--news-text-muted);
     flex-shrink: 0;
}
 .read_time i {
     font-size: 12px;
}
 .correction_note {
     margin: 0;
     font-size: 13px;
     line-height: 1.6;
     font-style: italic;
     color: var(--news-text-muted);
     border-left: 3px solid var(--news-border-strong);
     padding-left: 14px;
}
 .correction_note strong {
     font-style: normal;
}
 .takeaways {
     background: var(--news-surface-2);
     border-radius: var(--news-radius-md);
     padding: 20px 24px;
}
 .takeaways_title {
     font-weight: 600;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     color: var(--news-text-muted);
     margin-bottom: 10px;
}
.takeaways ul {
    margin: 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 1.5;
    font-size: var(--artciel_content);
    color: var(--news-text-body);
    font-family: 'Inter', sans-serif !important;
}
 .article_figure {
     margin: 0;
     margin-top: 14px;
}
 .article_figure > img {
     width: 100%;
     border-radius: var(--news-radius-md);
     display: block;
}
 .article_figure figcaption {
     font-size: 12px;
     color: var(--news-text-faint);
     margin-top: 8px;
}
 .article__content p {
     margin: 0;
     font-size: var(--artciel_content) !important;
     line-height: 1.75 !important;
     color: var(--news-text-body) !important;
}



.article__content ul , .article__content ol{
    margin-top: 19px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 1.5;
    font-size: var(--artciel_content);
    color: var(--news-text-body);
    font-family: 'Inter', sans-serif !important;
    padding-left: 38px;
}

.article__content .gallery {
    display: grid;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.article__content .gallery figure {
    margin: 0px;
}
.article__content .gallery img{
    border-radius: 9px;
}

.article__content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--news-radius-md);
    padding: 0px !important;
    width: 100%;
}

.article__content figure,
.article__content .wp-caption {
    max-width: 100%;
}

.article__content figure img,
.article__content .wp-caption img {
    display: block;
}

.article__content figcaption,
.article__content .wp-caption-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
    color: var(--news-text-faint);
}

.article__content .alignleft,
.article__content img.alignleft,
.article__content .wp-block-image .alignleft {
    float: left;
  
    margin: 8px 24px 14px 0;
    width: unset !important;
    height: unset !important;
}

.article__content .alignright,
.article__content img.alignright,
.article__content .wp-block-image .alignright {
    float: right;
    width: unset !important;
    height: unset !important;
    margin: 8px 0 14px 24px;
}

.article__content .aligncenter,
.article__content img.aligncenter,
.article__content .wp-block-image .aligncenter {
    display: block;
    float: none;
    margin: 20px auto;
}

.article__content .alignnone,
.article__content img.alignnone {
    margin: 20px 0;

    margin-top: 8px;
}

.article__content::after {
    content: "";
    display: table;
    clear: both;
}

.article_h2, .article__content h2{
    padding: 0px;
    padding-bottom: 18px;
    padding-top: 10px;
    margin: 0px;
}

.article_h2, .article__content h2 , .other_news .hd h2{
    font-size: clamp(22px, 4vw, 26px) !important;

}

.article_h2, .article__content h3, .article__content h4, .article__content h5 {
    padding: 0;
    padding-bottom: 18px;
    padding-top: 10px;
    margin: 0;
}
.article__content h3{
   font-size: clamp(18px, 0.875rem + 0.67vw, 22px);
}
.article__content h4{
   font-size: clamp(16px, 0.875rem + 0.33vw, 18px);
}
.article__content h5, .article__content h6{
   font-size: clamp(16px, 0.875rem + 0.33vw, 18px);
}

 #author {
     scroll-margin-top: 160px;
}
 blockquote {
     margin: 18px 0;
     background: var(--news-surface-3);
     border-left: 4px solid var(--ap-slate-900);
     border-radius: var(--news-radius-sm);
     padding: 28px 32px;
}
 blockquote p {
     margin: 0;
     font-size: var(--type-body-lg);
     line-height: 1.5;
     font-style: italic;
     color: var(--news-text-body);
}
 blockquote cite {
     display: block;
     margin-top: 14px;
     font-size: 12px;
     font-weight: 600;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     color: var(--news-text-muted);
     font-style: normal;
}
 .promo_slot {
     border-radius: var(--news-radius-md);
     text-align: center;
     align-items: center;
     gap: 6px;
     padding: 0px !important;

}
.promo_slot img {
    display: block;
    width: 100%;
       border-radius: 9px;

    height: auto;
}


 .promo_slot--leaderboard {
     /*padding: 44px 24px;*/
}
 .promo_slot--tower {
     /*padding: 120px 20px;*/
     margin-bottom: 20px;
}



 .assist_note {
     margin: 8px 0 0;
     font-size: 14px;
     font-style: italic;
     color: var(--news-text-muted);
}
 .article_tags {
     gap: 8px;
     margin-top: 20px;
}
 .tag_pill {
     font-size: 12px;
     font-weight: 600;
     color: var(--news-text-body);
     border: 1px solid var(--news-border);
     border-radius: var(--news-radius-pill);
     padding: 6px 14px;
     text-decoration: none !important;
}
 .tag_pill:hover {
     border-color: var(--news-border-strong);
     color: var(--brand);
}
 .author_card {
     border: 1px solid var(--news-border);
     border-radius: var(--news-radius-lg);
     padding: 24px;
     gap: 18px;
     align-items: flex-start;
     margin-top: 20px;
     margin-bottom: 20px;
}
 .author_card  img {
     width: 64px;
     height: 64px;
     border-radius: 50%;
     object-fit: cover;
     object-position: top;
     flex-shrink: 0;
}
 .author_name {
     font-size: 16px;
     font-weight: 700;
}
 .author_role {
     font-size: 14px;
     font-weight: 600;
     color: var(--brand);
     margin: 2px 0 8px;
}
 .author_bio {
     margin: 0;
     font-size: 14px;
     line-height: 1.6;
     color: var(--news-text-muted);
}
 .fineprint {
     margin: 0;
     font-size: 12px;
     line-height: 1.6;
     color: var(--news-text-faint);
}
 .fineprint a {
     color: var(--news-text-muted);
     text-decoration: underline;
}
 .fineprint a:hover {
     color: var(--brand);
}
 .read_next {
     gap: 24px;
     border-top: 2px solid var(--ap-slate-900);
     padding-top: 20px;
     margin-top: 8px;
}
 .read_next_text {
     gap: 8px;
}

.read_next{
    text-decoration: none !important;
}

 .read_next_kicker {
     font-size:  12px;
     font-weight: 700;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     color: var(--brand);
}
 .read_next_title {
     font-size: clamp(18px, 1.6vw, 22px);
     font-weight: 700;
     line-height: 1.3;
     letter-spacing: -0.01em;
     color: var(--news-text);
     text-wrap: pretty;
}
 .read_next > img {
     width: 180px;
     aspect-ratio: 16/10;
     object-fit: cover;
     border-radius: var(--news-radius-md);
     flex-shrink: 0;
}
 .read_next:hover {
     color: inherit;
}
 .read_next:hover .read_next_title {
     color: var(--brand);
}
/* ---- Right rail ---- */
 .rail_heading {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--muted);
}

.top_news_list{
    margin-top: 16px;
        margin-bottom: 9px;
}

 .top_news_list a {
     padding: 16px 0;
     border-bottom: 1px solid var(--news-divider);
     font-size: 14px;
     line-height: 1.35;
     color: var(--news-text) !important;
     text-decoration: none !important;

}
 .top_news_list a:hover{
    color: var(--brand) !important;
 }

 .top_news_list a:first-child {
     padding-top: 0;
}
 .top_news_list a:last-child {
     border-bottom: 0;
}
/* ---- 3D bar chart (Bitcoin article) ---- */
 .chart3d {
     border: 1px solid var(--news-border);
     border-radius: var(--news-radius-md);
     padding: 20px 24px 16px;
     background: var(--news-surface);
}
 .chart3d_head {
     margin-bottom: 10px;
}
 .chart3d_title {
     font-size: 14px;
     font-weight: 700;
}
 .chart3d_unit, .data_card_unit {
     font-size: 11px;
     font-weight: 600;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     color: var(--news-text-faint);
}
 .chart3d_bars {
     gap: 0;
     height: 220px;
     padding: 40px 10px 0;
     border-bottom: 2px solid var(--ap-slate-900);
}
 .chart3d_col {
     flex: 1;
     display: flex;
     justify-content: center;
     align-items: flex-end;
     height: 100%;
}
 .bar3d {
     position: relative;
     width: 44px;
     background: var(--ap-slate-300);
}
 .bar3d::before {
     content: '';
     position: absolute;
     left: 0;
     top: -12px;
     width: 100%;
     height: 12px;
     background: #E2E8F0;
     transform: skewX(-45deg);
     transform-origin: 0 100%;
}
 .bar3d::after {
     content: '';
     position: absolute;
     right: -12px;
     top: 0;
     width: 12px;
     height: 100%;
     background: #9AA6B5;
     transform: skewY(-45deg);
     transform-origin: 0 0;
}
 .bar3d_label {
     position: absolute;
     top: -36px;
     left: 50%;
     transform: translateX(-50%);
     font-size: 12px;
     font-weight: 700;
     color: var(--news-text-muted);
     white-space: nowrap;
}
 .bar3d--brand {
     background: linear-gradient(180deg, var(--brand), var(--brand-hover));
}
 .bar3d--brand::before {
     background: #FF8A8E;
}
 .bar3d--brand::after {
     background: #C0211F;
}
 .bar3d--brand .bar3d_label {
     color: var(--news-red-ink);
}
 .chart3d_months {
     padding: 8px 10px 0;
}
 .chart3d_months span {
     flex: 1;
     text-align: center;
     font-size: 12px;
     font-weight: 500;
     color: var(--news-text-muted);
}
 .chart3d_months .is-current {
     font-weight: 700;
     color: var(--news-text);
}
 .chart3d figcaption {
     margin-top: 12px;
     font-size: 12px;
}
/* ---- Data table (Bitcoin article) ---- */
 .data_card {
     border: 1px solid var(--news-border);
     border-radius: var(--news-radius-md);
     overflow: hidden;
     background: var(--news-surface);
}
 .data_card_head {
     padding: 14px 18px;
     border-bottom: 1px solid var(--news-divider);
}
 .data_card_title {
     font-size: 14px;
     font-weight: 700;
}
 .data_table {
     font-size: 14px;
     color: var(--news-text-body);
     --bs-table-bg: transparent;
}
 .data_table th {
     padding: 10px 18px;
     font-size: 11px;
     font-weight: 600;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     color: var(--news-text-faint);
     border: 0;
}
 .data_table td {
     padding: 12px 18px;
     font-weight: 600;
     border-top: 1px solid var(--news-divider);
     border-bottom: 0;
}
 .data_table .dt_num {
     text-align: right;
}
 .data_table .dt_up {
     color: var(--news-success);
}
 .data_table .dt_muted {
     color: var(--news-text-muted);
     font-weight: 400;
}
 .data_card figcaption {
     padding: 10px 18px;
     font-size: 12px;
     border-top: 1px solid var(--news-divider);
}
/* ---- Spotlight hero ---- */
 .spotlight_hero {
     position: relative;
     margin-bottom: 28px;
}
 .spotlight_hero_img {
     width: 100%;
     height: 680px;
     object-fit: cover;
     display: block;
}
 .spotlight_credit {
     position: absolute;
     right: 24px;
     bottom: 18px;
     font-size: 12px;
     color: rgba(255,255,255,0.85);
}
 .spotlight_panelwrap {
     position: absolute;
     left: 0;
     right: 0;
     bottom: -48px;
     z-index: 5;
}
 .spotlight_panel {
     margin-left: 210px;
     margin-right: 310px;
     background: rgba(15,23,42,0.92);
     backdrop-filter: blur(14px) saturate(1.2);
     -webkit-backdrop-filter: blur(14px) saturate(1.2);
     border: 1px solid rgba(255,255,255,0.14);
     border-radius: var(--news-radius-xl);
     box-shadow: 0 8px 30px rgba(0,0,0,0.35);
     padding: 26px 44px 30px;
     gap: 12px;
}
 @supports not (backdrop-filter: blur(14px)) {
     .spotlight_panel {
         background: rgba(15,23,42,0.97);
    }
}
 .spotlight_title {
     color: #fff;
     font-size: 38px;
}
 .spotlight_standfirst {
     color: rgba(255,255,255,0.85);
     font-weight: 500;
     font-size: 18px;
}
/* ---- Exclusive hero ---- */
 .exclusive_hero {
     margin-bottom: 44px;
}
 .exclusive_hero_img {
     width: 100%;
     height: 620px;
     object-fit: cover;
     border-radius: var(--news-radius-lg);
     display: block;
}
 .exclusive_credit {
     margin-top: 8px;
     font-size: 12px;
     color: var(--news-text-faint);
}
 .exclusive_hero_text {
     max-width: 644px;
     margin-left: 254px;
     margin-top: 12px;
     gap: 16px;
}
 .exclusive_title {
     font-size: 44px;
     line-height: 1.1;
}
 .exclusive_rule {
     width: 48px;
     height: 3px;
     border-radius: 2px;
     background: var(--brand);
}
 .exclusive_standfirst {
     font-size: 16px;
     font-weight: 500;
}
/* ---- Other News ---- */


.other_news {
  max-width: var(--ap-content-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 64px;
}

.other_news .hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.other_news .hd h2 {
    margin: 0;
    font-weight: 700;
    border-left: 3px solid var(--brand);
    padding-left: 14px !important;
    margin: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
}

.other_news .hd a {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
}

.on-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.on__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.on__card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.on__card span {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--ap-slate-900);
  text-wrap: pretty;
}

/* Mobile Responsive */
@media (max-width: 1080px) {
  

    .on-grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        margin: 0 -20px;
        padding: 0 20px 6px;
        scrollbar-width: none;

        /* Enforce smooth snap behavior on the container */
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
    }

    /* Apply to the immediate children of the grid */
    .on-grid > * {
        scroll-snap-align: center;
        flex-shrink: 0; /* Ensures items maintain their full width */
    }

  .on-grid::-webkit-scrollbar {
    display: none;
  }

  .on__card {
    width: 220px;
    flex-shrink: 0;
  }

  .on__card span {
    font-size: 14px;
  }
}



/* ===================================================================== Responsive — same DOM, no duplicated content ===================================================================== */
/* Tablet: drop the left rail column;
 share row goes horizontal above the article;
 rail widgets (TOC / programs) hide to keep reading uncluttered */
 @media (max-width: 1199.98px) {
     .article_layout {
         grid-template-columns: minmax(0, 1fr) 280px;
         row-gap: 32px;
    }
     .rail_left {
        display: none;
        /* position: static;
         grid-column: 1 / -1;
         border-right: 0;
         padding-right: 0;
         flex-direction: row;
         align-items: center;*/
    }
     .rail_toc, .rail_programs {
         display: none;
    }
     .article_body {
         max-width: unset;
         padding: 0;
         border: none !important;
    }
    
     .rail_left:after, .rail_right:before {
       display: none;
    }

     .article_layout--spotlight {
         padding-top: 56px;
    }
     .spotlight_hero_img {
         height: 480px;
    }
     .spotlight_panel {
         margin-left: 0;
         margin-right: 0;
         padding: 24px 28px;
    }
     .exclusive_hero_text {
         margin-left: 0;
    }
     .exclusive_hero_img {
         height: 460px;
    }
}
/* Mobile: single column;
 right rail follows the article */
 @media (max-width: 991.98px) {
     :root {
         --news-header-h: 56px;
    }
     .article_layout {
         display: flex;
         flex-direction: column;
         width: 100%;
         min-width: 0;
    }
     .rail_right {
         position: static;
         border-left: 0;
         padding-left: 0;
    }
     .article_body {
         max-width: none;
         min-width: 0;
         width: 100%;
    }
     .btn_outline {
         display: none;
    }
}
 @media (max-width: 767.98px) {
     .news_main {
         padding-top: 24px;
         padding-bottom: 48px;
    }
    
     .spotlight_title {
         font-size: var(--type-h2, 1.625rem);
    }
     .exclusive_title {
         font-size: var(--type-h1, 2rem);
    }
     .article_standfirst {
         font-size: 16px;
    }
     .article_p {
         font-size: 16px;
         line-height: 1.7;
    }
     .article_h2 {
         font-size: 20px;
    }
     .pull_quote {
         padding: 20px;
    }
     .pull_quote p {
         font-size: 16px;
    }
     .byline_bar {
         flex-wrap: wrap;
    }
     .spotlight_hero {
         margin-bottom: 0;
    }
     .spotlight_hero_img {
         height: 380px;
    }
     .spotlight_panelwrap {
         position: static;
         margin-top: -64px;
    }
     .article_layout--spotlight {
         padding-top: 24px;
    }
     .exclusive_hero_img {
         height: 300px;
    }
    
     .read_next {
         flex-direction: column;
         align-items: flex-start;
    }
     .read_next > img {
         width: 100%;
    }
     .news_row {
         grid-template-columns: 1fr;
         gap: 12px;
         padding: 18px;
    }
     .news_row > img {
         order: -1;
    }
     .news_row_title {
         font-size: 16px;
    }
     .other_news {
         margin-top: 40px;
    }


    .news_main.content_shell {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0px auto !important;
        padding-left: 16px;
        padding-right: 16px;
                overflow-x: hidden;
    }

    .article_layout,
    .article_body,
    .article__content,
    .article_head,
    .article_figure,
    .takeaways {
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .article__content img,
    .article_figure img,
    .news_main iframe {
        max-width: 100%;
    }



    .news_main iframe {
        width: 100%;
        height: 270px;
    }
}
 



/* ---- TOC for mob ---- */
.mtoc { display: none; }
 .mtoc_bar {
    outline: none !important;
}
@media (max-width: 991.98px) {
    .article__content h2[id],
    .article__content h3[id],
    .article_body h2[id],
    .article_body h3[id] {
        scroll-margin-top: calc(var(--news-header-h) + 72px);
    }
    .news_subnav {
        transition: transform 220ms ease, opacity 180ms ease;
        will-change: transform, opacity;
    }
    .news_subnav.is-hidden-by-mtoc {
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
    }
    .mtoc {
        display: block;
        position: sticky;
        top: var(--news-header-h);
        z-index: 45;
        background: var(--page-bg, #FCFCFD);
        border-bottom: 1px solid var(--news-border);
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
        opacity: 0;
        transform: translateY(-100%);
        visibility: hidden;
        pointer-events: none;
        transition: transform 220ms ease, opacity 180ms ease, visibility 0s linear 220ms;
        will-change: transform, opacity;
    }
    body.logged-in .mtoc {
        top: calc(var(--news-header-h) + 20px);
    }
    .mtoc.is-visible {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        transition-delay: 0s;
    }
    .mtoc_bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        min-height: 48px;
        padding: 13px var(--ap-content-inset-left, 20px);
        background: none;
        border: 0;
        text-align: left;
        font-family: var(--ap-font-sans);
        font-size: 15px;
        font-weight: 600;
        line-height: 1.3;
        color: var(--news-text);
        cursor: pointer;
    }
    .mtoc_label {
        display: block;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mtoc_bar i { font-size: 12px; color: var(--news-text-muted); flex-shrink: 0; }
    .mtoc_right {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
    }
    .mtoc .ringwrap {
        position: relative;
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .mtoc .ring {
        position: absolute;
        inset: 0;
        width: 24px;
        height: 24px;
        border-radius: 999px;
        background: conic-gradient(
            var(--brand) 0%,
            var(--elev-divider) 0
        );
        -webkit-mask: radial-gradient(
            circle,
            transparent 9px,
            #000 9.5px
        );
        mask: radial-gradient(
            circle,
            transparent 9px,
            #000 9.5px
        );
    }
    .mtoc .ringchk {
        position: relative;
        z-index: 1;
        font-size: 11px;
        color: #fff;
        opacity: 0;
        transform: scale(0.6);
        transition:
            opacity 0.15s,
            transform 0.15s;
    }
    .mtoc .ringwrap.is-done .ring {
        background: var(--brand) !important;
        -webkit-mask: none !important;
        mask: none !important;
    }
    .mtoc .ringwrap.is-done .ringchk {
        opacity: 1;
        transform: scale(1);
    }
    .mtoc_panel {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 46;
        background: var(--page-bg, #FCFCFD);
        border-bottom: 1px solid var(--news-border);
        box-shadow: 0 20px 28px rgba(15, 23, 42, 0.10);
        padding: 2px var(--ap-content-inset-left, 20px) 10px;
        max-height: min(62vh, 420px);
        overflow-y: auto;
        opacity: 0;
        transform: translateY(-10px);
        visibility: hidden;
        pointer-events: none;
        transition: transform 180ms ease, opacity 160ms ease, visibility 0s linear 180ms;
    }
    .mtoc.is-open .mtoc_panel {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        pointer-events: auto;
        transition-delay: 0s;
    }
    .mtoc_item {
        display: block;
        padding: 14px 0;
        border-bottom: 1px solid var(--news-divider);
        font-size: 15px;
        line-height: 1.4;
        font-weight: 400;
        color: var(--news-text-muted);
        text-decoration: none !important;
    }
    .mtoc_item:last-child { border-bottom: 0; }
    .mtoc_item.is-passed { font-weight: 700; color: var(--news-text); }
    .mtoc_item.is-active,
    .mtoc_item.is-current { font-weight: 700; color: var(--brand); }
    /* the desktop rail TOC is hidden on mobile already; the bar replaces it */



    .news_subnav {
        top: calc(var(--news-header-h) - 0px) !important;
    }

    .article__content .alignleft,
    .article__content img.alignleft,
    .article__content .wp-block-image .alignleft,
    .article__content .alignright,
    .article__content img.alignright,
    .article__content .wp-block-image .alignright {
        float: none;
        width: 100% !important;
        margin: 20px 0;
    }
}


@media(max-width: 600px){
    .top_news_list{
        display: none !important;
    }

     .news_subnav{
        background: #fff !important;
    }
}
