/*
Theme Name: TPP Newsroom 2026
Theme URI: https://thepublicpurview.com/
Author: The Public Purview
Description: Lightweight, fast news theme for The Public Purview with native Epaper compatibility, responsive news grids, sticky newsroom header, sidebar ad slots and Elementor-friendly page content.
Version: 4.5.2
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: tpp-newsroom
*/
:root{--tpp-navy:#061f49;--tpp-navy-2:#0b2d68;--tpp-red:#e3263a;--tpp-ink:#15171a;--tpp-muted:#6c7178;--tpp-line:#dedfe2;--tpp-soft:#f5f6f8;--tpp-max:1320px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--tpp-ink);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.45}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.tpp-wrap{width:min(var(--tpp-max),calc(100% - 48px));margin-inline:auto}.site-main{min-height:45vh}.tpp-topline{border-bottom:1px solid #eceef1;background:#fff}.tpp-topline-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:20px}.tpp-social{display:flex;gap:12px;font-size:14px}.tpp-toplinks{display:flex;gap:18px;color:#555;font-size:13px}.tpp-brandbar{background:#fff;border-bottom:1px solid var(--tpp-line)}.tpp-brand-inner{min-height:104px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.tpp-brand-logo{text-align:center}.custom-logo-link{display:inline-block}.custom-logo{max-height:62px;width:auto}.tpp-default-logo{width:min(540px,46vw);max-height:72px;object-fit:contain}.tpp-header-search{justify-self:end}.tpp-search-button,.tpp-menu-toggle{width:46px;height:46px;border:1px solid #d8dce1;border-radius:50%;display:grid;place-items:center;background:#fff;cursor:pointer;font-size:20px;color:var(--tpp-navy)}.tpp-menu-toggle{display:none;border-radius:8px}.tpp-nav-shell{position:relative;background:#fff;border-bottom:1px solid var(--tpp-line);z-index:90}.tpp-nav-inner{display:flex;align-items:center;justify-content:center;min-height:58px;position:relative}.tpp-nav>ul{display:flex;align-items:center;justify-content:center;gap:0;list-style:none;padding:0;margin:0;flex-wrap:wrap}.tpp-nav li{position:relative;list-style:none}.tpp-nav a{display:block;padding:19px 15px;font-size:15px;font-weight:700}.tpp-nav a:hover,.tpp-nav .current-menu-item>a,.tpp-nav .current-category-ancestor>a{color:var(--tpp-red)}
/* Keep attached/child categories out of the main header row. They remain available as dropdowns in the normal header. */
.tpp-nav .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid var(--tpp-line);box-shadow:0 10px 25px rgba(0,0,0,.10);padding:7px 0;margin:0;z-index:200}.tpp-nav li:hover>.sub-menu,.tpp-nav li:focus-within>.sub-menu{display:block}.tpp-nav .sub-menu li{width:100%}.tpp-nav .sub-menu a{padding:10px 15px;font-size:13px;white-space:nowrap}
/* Desktop moving header: one clean bar. The logo stays centered, with menu left and search right. */
.tpp-nav-shell.is-sticky{position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px rgba(0,0,0,.08);background:#fff;z-index:9998}
body.admin-bar .tpp-nav-shell.is-sticky{top:32px}
.tpp-sticky-logo-slot,.tpp-sticky-menu-toggle,.tpp-sticky-search-button{display:none}
.tpp-nav-shell.is-sticky .tpp-nav-inner{min-height:72px;display:grid;grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;padding:0;overflow:visible}
.tpp-nav-shell.is-sticky .tpp-sticky-logo-slot{display:block;grid-column:2;grid-row:1;justify-self:center;line-height:0}
.tpp-nav-shell.is-sticky .tpp-sticky-logo-slot .tpp-brand-logo{display:block;text-align:center}
.tpp-nav-shell.is-sticky .tpp-sticky-logo-slot .custom-logo,.tpp-nav-shell.is-sticky .tpp-sticky-logo-slot .tpp-default-logo{width:auto;max-width:min(360px,40vw);max-height:48px;object-fit:contain}
.tpp-nav-shell.is-sticky .tpp-sticky-menu-toggle,.tpp-nav-shell.is-sticky .tpp-sticky-search-button{display:grid;width:44px;height:44px;place-items:center;background:#fff;border:1px solid #d8dce1;color:var(--tpp-navy);cursor:pointer;font-size:19px}
.tpp-nav-shell.is-sticky .tpp-sticky-menu-toggle{grid-column:1;grid-row:1;border-radius:8px;justify-self:start}
.tpp-nav-shell.is-sticky .tpp-sticky-search-button{grid-column:3;grid-row:1;border-radius:50%;justify-self:end}
.tpp-nav-shell.is-sticky .tpp-nav{display:none;grid-column:1/-1;grid-row:2;width:100%;background:#fff;border-top:1px solid var(--tpp-line);overflow:visible}
.tpp-nav-shell.is-sticky.sticky-menu-open .tpp-nav{display:block}
/* Sticky menu remains in ONE horizontal line. */
.tpp-nav-shell.is-sticky.sticky-menu-open .tpp-nav>ul{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:nowrap;overflow:visible;padding:0 8px;width:100%}
.tpp-nav-shell.is-sticky.sticky-menu-open .tpp-nav>ul>li{flex:0 0 auto;position:relative}
.tpp-nav-shell.is-sticky.sticky-menu-open .tpp-nav>ul>li>a{padding:14px 11px;font-size:12.5px;text-align:center;white-space:nowrap;border-bottom:0}
/* Child categories return as hover dropdowns below their parent item. */
.tpp-nav-shell.is-sticky.sticky-menu-open .tpp-nav .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid var(--tpp-line);box-shadow:0 12px 26px rgba(0,0,0,.12);padding:7px 0;margin:0;z-index:10050;overflow:visible}
.tpp-nav-shell.is-sticky.sticky-menu-open .tpp-nav li:hover>.sub-menu,.tpp-nav-shell.is-sticky.sticky-menu-open .tpp-nav li:focus-within>.sub-menu,.tpp-nav-shell.is-sticky.sticky-menu-open .tpp-nav li.submenu-open>.sub-menu{display:block}
.tpp-nav-shell.is-sticky.sticky-menu-open .tpp-nav .sub-menu li{width:100%}
.tpp-nav-shell.is-sticky.sticky-menu-open .tpp-nav .sub-menu a{padding:10px 15px;font-size:13px;text-align:left;white-space:nowrap}
.tpp-search-panel{display:none;border-bottom:1px solid var(--tpp-line);background:#fff;padding:18px 0}.tpp-search-panel.open{display:block}.tpp-search-panel form{display:flex;max-width:720px;margin:auto}.tpp-search-panel input{flex:1;padding:13px 15px;border:1px solid #ccd0d5;border-right:0}.tpp-search-panel button{padding:0 22px;border:0;background:var(--tpp-navy);color:#fff;font-weight:700}
.tpp-top-ad{padding:28px 0 30px;text-align:center;min-height:90px}.tpp-ad-label{font-size:10px;letter-spacing:.12em;color:#777;text-transform:uppercase;margin-bottom:7px}.tpp-ad-slot{display:flex;align-items:center;justify-content:center;min-height:90px;background:#fafafa;color:#999;font-size:12px}
.tpp-home{padding-bottom:50px}.tpp-hero-grid{display:grid;grid-template-columns:1.55fr .95fr .95fr;grid-template-rows:1fr 1fr;gap:8px}.tpp-hero-card{position:relative;min-height:230px;overflow:hidden;background:#1b1f25}.tpp-hero-card:first-child{grid-row:1/3;min-height:492px}.tpp-hero-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.tpp-hero-card:after{content:"";position:absolute;inset:28% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.88))}.tpp-hero-copy{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff}.tpp-kicker{display:inline-block;background:var(--tpp-red);padding:5px 9px;font-size:11px;font-weight:800;text-transform:uppercase;margin-bottom:8px}.tpp-hero-title{margin:0;font-size:23px;line-height:1.08;font-weight:800}.tpp-hero-card:first-child .tpp-hero-title{font-size:38px}.tpp-date{font-size:12px;color:#d9d9d9;margin-top:8px}
.tpp-section{margin-top:44px}.tpp-section-title{display:flex;align-items:center;gap:14px;font-size:26px;font-weight:800;margin:0 0 18px;text-transform:uppercase}.tpp-section-title:after{content:"";height:3px;background:var(--tpp-navy);flex:1}.tpp-section-title span{border-left:6px solid var(--tpp-red);padding-left:12px}.tpp-latest-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.tpp-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.tpp-card h3{font-size:19px;line-height:1.18;margin:10px 0 6px}.tpp-card .tpp-meta{font-size:12px;color:var(--tpp-muted)}.tpp-card .tpp-excerpt{font-size:14px;color:#444;margin-top:7px}.tpp-split{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(270px,.9fr);gap:34px}.tpp-feature-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.tpp-feature-card{position:relative;background:#111;min-height:390px}.tpp-feature-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.tpp-feature-card:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.9))}.tpp-feature-card .tpp-hero-copy{bottom:26px}.tpp-feature-card .tpp-hero-title{font-size:31px}.tpp-list{display:grid;gap:15px}.tpp-list-item{display:grid;grid-template-columns:110px 1fr;gap:12px;padding-bottom:14px;border-bottom:1px solid #e3e4e6}.tpp-list-item img{width:110px;height:76px;object-fit:cover}.tpp-list-item h4{margin:0;font-size:15px;line-height:1.2}.tpp-list-item .tpp-meta{margin-top:5px;font-size:11px;color:var(--tpp-muted)}.tpp-dual-sections{display:grid;grid-template-columns:1fr 1fr;gap:34px}.tpp-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.tpp-mini-grid .tpp-card h3{font-size:17px}
.tpp-page-head{background:linear-gradient(100deg,var(--tpp-navy),var(--tpp-navy-2));color:#fff;padding:28px 30px;margin:28px auto 24px}.tpp-page-head small{display:block;text-transform:uppercase;letter-spacing:.12em;font-weight:700;opacity:.82}.tpp-page-head h1{font-family:Georgia,serif;font-size:34px;line-height:1.15;margin:3px 0 0}.tpp-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px}.tpp-archive-lead{display:grid;grid-template-columns:1.25fr .9fr;gap:22px;padding-bottom:22px;border-bottom:1px solid var(--tpp-line)}.tpp-archive-lead img{width:100%;aspect-ratio:16/10;object-fit:cover}.tpp-archive-lead h2{font-size:32px;line-height:1.08;margin:0 0 9px}.tpp-archive-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px 22px;margin-top:24px}.tpp-sidebar-section{border-top:1px solid #555;border-bottom:1px solid #555;padding:10px 0 12px;margin-bottom:24px}.tpp-sidebar-section h3{font-family:Georgia,serif;font-size:22px;margin:0 0 12px}.tpp-sidebar .tpp-list-item{grid-template-columns:1fr 82px}.tpp-sidebar .tpp-list-item img{grid-column:2;width:82px;height:58px}.tpp-sidebar .tpp-list-item h4{grid-column:1;grid-row:1}.tpp-sidebar-ad{border-top:1px solid #555;border-bottom:1px solid #555;padding:10px 0;margin-bottom:28px}.tpp-sidebar-ad .tpp-ad-slot{min-height:250px}
.tpp-single{padding:30px 0 50px}.tpp-single .entry-category{color:var(--tpp-red);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.tpp-single h1{font-family:Georgia,serif;font-size:54px;line-height:1.05;margin:9px 0 18px}.tpp-byline{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-top:1px solid #bbb;border-bottom:1px solid #bbb;font-size:13px}.tpp-featured-single{margin-top:22px}.tpp-featured-single img{width:100%;max-height:650px;object-fit:cover}.entry-content{font-family:Georgia,serif;font-size:19px;line-height:1.72}.entry-content p{margin:0 0 1.25em}.entry-content img{margin:20px auto}.entry-content h2,.entry-content h3{font-family:Arial,Helvetica,sans-serif;line-height:1.2}.entry-content iframe{max-width:100%}
.tpp-footer{margin-top:50px;background:var(--tpp-navy);color:#fff}.tpp-footer-inner{display:grid;grid-template-columns:1.4fr .7fr .7fr;gap:70px;padding:55px 0}.tpp-footer-logo{max-width:420px;filter:brightness(0) invert(1);margin-bottom:18px}.tpp-footer h3{margin-top:0}.tpp-footer ul{list-style:none;padding:0;margin:0}.tpp-footer li{margin:7px 0}.tpp-footer-bottom{border-top:1px solid rgba(255,255,255,.16);padding:16px 0;font-size:12px;color:#d6dbe6}
/* Epaper compatibility distilled from the site's existing Additional CSS */
body.single-epaper .single-post-thumbnail,body.single-epaper .post-thumbnail,.single-epaper .single-post-thumbnail,.single-epaper .post-thumbnail,.single-epaper .featured-image,.single-epaper .entry-thumbnail,.single-epaper img.wp-post-image{display:none!important;max-height:0!important;overflow:hidden!important}.epaper-grid,.epaper-archive .epaper-grid,.page-template-epaper-archive .epaper-grid,.post-type-archive-epaper .epaper-grid{display:flex!important;flex-wrap:wrap!important;gap:18px!important;align-items:flex-start!important}.epaper-grid .listing-item{flex:0 0 calc(25% - 14px)!important;max-width:calc(25% - 14px)!important;text-align:center!important;margin:0!important}.epaper-grid .listing-item img{width:100%!important;height:auto!important;display:block!important;object-fit:contain!important}.epaper-grid .posted-on,.epaper-grid .byline,.epaper-grid .epaper-date,.single-epaper .post-meta,.single-epaper .entry-meta,.single-epaper time,.single-epaper .updated{display:none!important}.today-epaper-widget{text-align:center;border:1px solid #ddd;padding:10px;background:#fafafa}.today-epaper-widget img{width:100%;height:auto;border:1px solid #ccc}.today-epaper-widget .epaper-title{margin-top:8px;font-weight:bold;font-size:15px}.advads_before_content,#div-gpt-ad-homepage-bisp-top,#div-gpt-ad-bisp-top,#div-gpt-ad-bisp-middle,#div-gpt-ad-bisp-bottom{text-align:center;margin-inline:auto}#div-gpt-ad-bisp-top,#div-gpt-ad-bisp-bottom{width:100%;min-height:100px}#div-gpt-ad-bisp-middle{width:100%;min-height:250px}.tpp-epaper-archive{padding-bottom:45px}.tpp-epaper-controls{margin:20px 0 30px}.tpp-epaper-content{min-width:0}
@media(max-width:1050px){.tpp-wrap{width:min(var(--tpp-max),calc(100% - 30px))}.tpp-hero-grid{grid-template-columns:1.35fr 1fr}.tpp-hero-card:nth-child(4),.tpp-hero-card:nth-child(5){display:none}.tpp-latest-grid{grid-template-columns:repeat(3,1fr)}.tpp-content-grid{grid-template-columns:minmax(0,1fr) 285px}.tpp-nav a{padding-inline:9px;font-size:13px}.epaper-grid .listing-item{flex-basis:calc(33.333% - 12px)!important;max-width:calc(33.333% - 12px)!important}}
@media(max-width:782px){body.admin-bar .tpp-nav-shell.is-sticky{top:46px}.tpp-topline{display:none}.tpp-brand-inner{min-height:82px;grid-template-columns:52px 1fr 52px}.tpp-menu-toggle{display:grid}.tpp-default-logo{width:min(320px,62vw);max-height:58px}.custom-logo{max-height:54px}.tpp-nav-shell{display:none}.tpp-nav-shell.mobile-open{display:block;position:absolute;top:auto;width:100%;z-index:150;box-shadow:0 8px 20px rgba(0,0,0,.14)}.tpp-nav-inner{display:block}.tpp-nav ul{display:block}.tpp-nav a{padding:14px 22px;border-bottom:1px solid #eee}.tpp-top-ad{padding:18px 0}.tpp-hero-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.tpp-hero-card:first-child{grid-column:1/3;grid-row:auto;min-height:390px}.tpp-hero-card:nth-child(4),.tpp-hero-card:nth-child(5){display:block}.tpp-hero-card{min-height:200px}.tpp-hero-card:first-child .tpp-hero-title{font-size:30px}.tpp-latest-grid{grid-template-columns:1fr 1fr}.tpp-split,.tpp-content-grid,.tpp-dual-sections{grid-template-columns:1fr}.tpp-sidebar{margin-top:25px}.tpp-feature-layout{grid-template-columns:1fr}.tpp-archive-lead{grid-template-columns:1fr}.tpp-single h1{font-size:40px}.tpp-footer-inner{grid-template-columns:1fr 1fr;gap:30px}.tpp-footer-about{grid-column:1/3}.epaper-grid .listing-item{flex-basis:calc(50% - 9px)!important;max-width:calc(50% - 9px)!important}}
@media(max-width:520px){.tpp-wrap{width:calc(100% - 28px)}.tpp-brand-inner{gap:8px}.tpp-hero-grid{display:block}.tpp-hero-card{min-height:230px;margin-bottom:8px}.tpp-hero-card:first-child{min-height:340px}.tpp-hero-card .tpp-hero-title,.tpp-hero-card:first-child .tpp-hero-title{font-size:25px}.tpp-latest-grid,.tpp-archive-grid,.tpp-mini-grid{grid-template-columns:1fr}.tpp-feature-card{min-height:330px}.tpp-feature-card .tpp-hero-title{font-size:26px}.tpp-single h1{font-size:34px}.tpp-byline{align-items:flex-start;flex-direction:column}.entry-content{font-size:18px}.tpp-footer-inner{grid-template-columns:1fr}.tpp-footer-about{grid-column:auto}.epaper-grid .listing-item{flex-basis:100%!important;max-width:100%!important}}


/* v1.5 header/mobile alignment fixes */
.tpp-brand-inner{position:relative;display:grid;grid-template-columns:56px 1fr 56px;align-items:center;gap:0}
.tpp-brand-inner>.tpp-menu-toggle{grid-column:1;grid-row:1;justify-self:start}
.tpp-brand-inner>.tpp-brand-logo{grid-column:2;grid-row:1;justify-self:center;text-align:center;min-width:0}
.tpp-brand-inner>.tpp-header-search{grid-column:3;grid-row:1;justify-self:end}
.tpp-brand-inner>div:empty{display:none!important}

@media(max-width:782px){
  .tpp-brand-inner{min-height:92px;grid-template-columns:58px minmax(0,1fr) 58px;padding:0 2px}
  .tpp-brand-logo{display:flex;align-items:center;justify-content:center;width:100%;min-width:0}
  .tpp-brand-logo .custom-logo-link,.tpp-brand-logo>a{display:flex;align-items:center;justify-content:center;width:100%;min-width:0}
  .tpp-brand-logo .custom-logo,.tpp-brand-logo .tpp-default-logo{display:block!important;width:auto!important;max-width:min(340px,68vw)!important;max-height:64px!important;height:auto!important;margin:0 auto!important;object-fit:contain}
  .tpp-menu-toggle,.tpp-search-button{width:48px;height:48px}
}

@media(max-width:480px){
  .tpp-brand-inner{grid-template-columns:54px minmax(0,1fr) 54px;min-height:86px}
  .tpp-brand-logo .custom-logo,.tpp-brand-logo .tpp-default-logo{max-width:min(300px,66vw)!important;max-height:58px!important}
}

/* v4.5: protect Top Stories from Google Auto Ads / related units.
   Dedicated ad slots outside .tpp-hero-grid remain unaffected. */
.tpp-hero-grid > ins.adsbygoogle,
.tpp-hero-grid > .google-auto-placed,
.tpp-hero-grid > [data-ad-client],
.tpp-hero-grid > [data-google-query-id],
.tpp-hero-grid > iframe[id^="google_ads"],
.tpp-hero-grid > div[id^="google_ads"]{
  display:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}

/* v1.7 homepage: Top Stories mosaic only; keep injected ads from becoming grid cards */
.tpp-hero-grid>.google-auto-placed,
.tpp-hero-grid>ins.adsbygoogle,
.tpp-hero-grid>div[id^="google_ads"]{grid-column:1/-1!important;position:relative!important;min-height:0!important;height:auto!important;margin:18px 0!important;background:#fff!important;overflow:visible!important}
.tpp-hero-grid>.google-auto-placed:after,
.tpp-hero-grid>ins.adsbygoogle:after,
.tpp-hero-grid>div[id^="google_ads"]:after{display:none!important}


/* v1.8: keep Google Auto Ads from breaking the Latest News card grid */
.tpp-latest-grid{grid-auto-flow:row dense;align-items:start}
.tpp-latest-grid>.tpp-card{min-width:0;width:100%;margin:0!important}
.tpp-latest-grid>.google-auto-placed,
.tpp-latest-grid>ins.adsbygoogle,
.tpp-latest-grid>div[id^="google_ads"],
.tpp-latest-grid>iframe[id^="google_ads"],
.tpp-latest-grid>[data-google-query-id]:not(.tpp-card){display:none!important;position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.tpp-latest-grid>.tpp-card ins.adsbygoogle,
.tpp-latest-grid>.tpp-card .google-auto-placed{display:none!important}
@media(min-width:783px){.tpp-latest-section{min-height:0}.tpp-latest-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:782px) and (min-width:521px){.tpp-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.tpp-latest-grid{grid-template-columns:1fr;gap:22px}}

/* v1.9: keep Latest News editorial grid completely ad-free. */
.tpp-latest-section{position:relative;isolation:isolate}
.tpp-latest-section .google-auto-placed,
.tpp-latest-section ins.adsbygoogle,
.tpp-latest-section [data-ad-client],
.tpp-latest-section [data-google-query-id]:not(.tpp-card),
.tpp-latest-section iframe[id^="google_ads"],
.tpp-latest-section div[id^="google_ads"]{display:none!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
.tpp-latest-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px 22px!important;align-items:start!important}
.tpp-latest-grid>.tpp-card{display:block!important;width:auto!important;max-width:none!important;min-width:0!important;grid-column:auto!important;grid-row:auto!important}
.tpp-latest-banner-ad{width:100%;margin:38px auto 10px;padding:18px 0 10px;border-top:1px solid #e2e5e9;border-bottom:1px solid #e2e5e9;text-align:center;clear:both;overflow:hidden}
.tpp-latest-banner-ad .tpp-ad-label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#8a8f96;margin-bottom:10px}
.tpp-latest-banner-ad ins.adsbygoogle{display:block!important;width:100%!important;min-height:90px}
@media(max-width:1050px){.tpp-latest-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:782px){.tpp-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tpp-latest-banner-ad{margin-top:28px}}
@media(max-width:520px){.tpp-latest-grid{grid-template-columns:1fr!important}.tpp-latest-banner-ad{margin-top:22px;padding-block:14px}}


/* v2.0 homepage paired category modules */
.tpp-home-category-pair{align-items:start}
.tpp-home-category{min-width:0}
.tpp-home-category .tpp-section-title span a{color:inherit;text-decoration:none}
.tpp-home-category .tpp-section-title span a:hover{color:var(--tpp-red)}
.tpp-category-lead img{aspect-ratio:16/10;object-fit:cover}
.tpp-category-lead h3{font-size:21px;line-height:1.15;margin:10px 0 5px}
.tpp-category-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px;margin-top:20px}
.tpp-category-mini-card{min-width:0}
.tpp-category-mini-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.tpp-category-mini-card h4{font-size:15px;line-height:1.18;margin:8px 0 5px}
.tpp-home-category-pair .google-auto-placed,
.tpp-home-category-pair ins.adsbygoogle,
.tpp-home-category-pair [data-google-query-id]:not(.tpp-card),
.tpp-home-category-pair iframe[id^="google_ads"],
.tpp-home-category-pair div[id^="google_ads"]{display:none!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
@media(max-width:782px){.tpp-category-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.tpp-category-mini-grid{grid-template-columns:1fr 1fr;gap:15px 12px}.tpp-category-mini-card h4{font-size:14px}}

/* v2.1 Khaleej Times-inspired Business showcase */
.tpp-business-showcase .tpp-section-title span a{color:inherit;text-decoration:none}
.tpp-business-showcase .tpp-section-title span a:hover{color:var(--tpp-red)}
.tpp-business-grid{display:grid;grid-template-columns:minmax(210px,.72fr) minmax(0,1.65fr) minmax(210px,.72fr);gap:22px;align-items:stretch}
.tpp-business-side{display:grid;grid-template-rows:1fr 1fr;gap:22px;min-width:0}
.tpp-business-side-card{min-width:0;padding-bottom:16px;border-bottom:1px solid var(--tpp-line)}
.tpp-business-side-card:last-child{border-bottom:0;padding-bottom:0}
.tpp-business-side-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.tpp-business-side-card h3{font-size:18px;line-height:1.15;margin:9px 0 6px}
.tpp-business-centre{min-width:0;border-left:1px solid var(--tpp-line);border-right:1px solid var(--tpp-line);padding:0 22px}
.tpp-business-lead img{width:100%;aspect-ratio:16/10;object-fit:cover}
.tpp-business-lead h3{font-size:34px;line-height:1.08;margin:12px 0 8px;color:var(--tpp-navy)}
.tpp-business-excerpt{font-size:15px;line-height:1.45;color:#3f444b;margin-bottom:8px}
.tpp-business-showcase .tpp-meta{font-size:12px;color:var(--tpp-muted)}
.tpp-business-showcase .google-auto-placed,
.tpp-business-showcase ins.adsbygoogle,
.tpp-business-showcase [data-google-query-id]:not(.tpp-business-side-card):not(.tpp-business-lead),
.tpp-business-showcase iframe[id^="google_ads"],
.tpp-business-showcase div[id^="google_ads"]{display:none!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
@media(max-width:1050px){.tpp-business-grid{grid-template-columns:minmax(190px,.8fr) minmax(0,1.45fr) minmax(190px,.8fr);gap:16px}.tpp-business-centre{padding-inline:16px}.tpp-business-lead h3{font-size:29px}.tpp-business-side-card h3{font-size:16px}}
@media(max-width:782px){.tpp-business-grid{grid-template-columns:1fr 1fr}.tpp-business-centre{grid-column:1/-1;grid-row:1;border:0;padding:0}.tpp-business-left{grid-column:1}.tpp-business-right{grid-column:2}.tpp-business-lead h3{font-size:27px}}
@media(max-width:520px){.tpp-business-grid{display:block}.tpp-business-centre,.tpp-business-left,.tpp-business-right{display:block}.tpp-business-side-card{margin-top:20px;padding-bottom:18px}.tpp-business-right .tpp-business-side-card:first-child{margin-top:20px}.tpp-business-lead h3{font-size:25px}.tpp-business-side-card h3{font-size:17px}}


/* v2.2 Business banner + TechJuice-inspired Education / Health / Sports row */
.tpp-business-banner-ad{width:100%;margin:40px auto 8px;padding:18px 0 12px;border-top:1px solid #e2e5e9;border-bottom:1px solid #e2e5e9;text-align:center;clear:both;overflow:hidden}
.tpp-business-banner-ad .tpp-ad-label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#8a8f96;margin-bottom:10px}
.tpp-business-banner-ad ins.adsbygoogle{display:block!important;width:100%!important;min-height:90px}
.tpp-triple-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:start}
.tpp-triple-column{min-width:0}
.tpp-triple-title{font-size:28px;line-height:1.1;margin:0 0 18px;padding-bottom:10px;border-bottom:2px solid #20252b;position:relative;text-transform:none}
.tpp-triple-title:after{content:"";position:absolute;left:0;bottom:-2px;width:58px;height:4px;background:var(--tpp-red)}
.tpp-triple-title a{color:inherit;text-decoration:none}
.tpp-triple-title a:hover{color:var(--tpp-red)}
.tpp-accent-education .tpp-triple-title:after{background:#9a55d4}
.tpp-accent-health .tpp-triple-title:after{background:#19a76f}
.tpp-accent-sports .tpp-triple-title:after{background:#2c7be5}
.tpp-triple-lead{position:relative;overflow:hidden;border:1px solid #d6d9dd;border-radius:4px;background:#111;margin-bottom:18px}
.tpp-triple-lead>a{display:block;position:relative;min-height:250px}
.tpp-triple-lead img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.tpp-triple-lead>a:after{content:"";position:absolute;inset:32% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.88));z-index:1}
.tpp-triple-lead-copy{position:absolute;left:14px;right:14px;bottom:12px;z-index:2;color:#fff}
.tpp-triple-lead-copy h3{font-size:20px;line-height:1.14;margin:0 0 6px;font-weight:800}
.tpp-triple-time{font-size:11px;color:var(--tpp-muted)}
.tpp-triple-lead .tpp-triple-time{color:#f1f1f1}
.tpp-triple-list{display:grid;gap:0}
.tpp-triple-list-item{display:grid;grid-template-columns:122px minmax(0,1fr);gap:12px;align-items:center;padding:11px 0;border-top:1px solid #e1e3e6;min-width:0}
.tpp-triple-list-item:first-child{border-top:0;padding-top:2px}
.tpp-triple-thumb{display:block}
.tpp-triple-thumb img{width:122px;height:80px;object-fit:cover;border-radius:3px}
.tpp-triple-list-copy{min-width:0}
.tpp-triple-list-copy h4{font-size:15px;line-height:1.18;margin:4px 0 0;font-weight:750}
.tpp-triple-list-copy h4 a:hover{color:var(--tpp-red)}
.tpp-triple-categories .google-auto-placed,
.tpp-triple-categories ins.adsbygoogle,
.tpp-triple-categories [data-google-query-id]:not(.tpp-triple-lead):not(.tpp-triple-list-item),
.tpp-triple-categories iframe[id^="google_ads"],
.tpp-triple-categories div[id^="google_ads"]{display:none!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
@media(max-width:1050px){.tpp-triple-categories{gap:20px}.tpp-triple-list-item{grid-template-columns:100px minmax(0,1fr)}.tpp-triple-thumb img{width:100px;height:70px}.tpp-triple-lead>a{min-height:220px}.tpp-triple-lead-copy h3{font-size:18px}}
@media(max-width:782px){.tpp-triple-categories{grid-template-columns:1fr}.tpp-triple-column{padding-bottom:8px}.tpp-triple-lead>a{min-height:330px}.tpp-triple-list-item{grid-template-columns:150px minmax(0,1fr)}.tpp-triple-thumb img{width:150px;height:92px}.tpp-business-banner-ad{margin-top:30px}}
@media(max-width:520px){.tpp-triple-title{font-size:24px}.tpp-triple-lead>a{min-height:250px}.tpp-triple-list-item{grid-template-columns:110px minmax(0,1fr)}.tpp-triple-thumb img{width:110px;height:76px}.tpp-triple-list-copy h4{font-size:14px}.tpp-business-banner-ad{margin-top:24px;padding-block:14px}}


/* v2.5 TechJuice-inspired Technology module in The Public Purview navy palette */
.tpp-technology-showcase{background:#edf3fb;margin-top:42px;padding:0 18px 24px;border-top:4px solid var(--tpp-navy)}
.tpp-technology-title{font-size:32px;line-height:1.05;margin:0 0 24px;padding:10px 0 12px;border-bottom:2px solid var(--tpp-navy);position:relative;color:var(--tpp-navy);text-transform:none}
.tpp-technology-title:after{content:"";position:absolute;left:0;bottom:-2px;width:64px;height:5px;background:var(--tpp-red)}
.tpp-technology-title a{color:inherit;text-decoration:none}
.tpp-technology-title a:hover{color:var(--tpp-red)}
.tpp-technology-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 16px}
.tpp-technology-card{min-width:0}
.tpp-technology-card>a{display:block;overflow:hidden;border:1px solid rgba(6,31,73,.28);border-radius:3px;background:#dbe5f2}
.tpp-technology-card img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .22s ease}
.tpp-technology-card:hover img{transform:scale(1.025)}
.tpp-technology-meta{font-size:12px;color:#536171;margin:7px 0 4px}
.tpp-technology-card h3{font-size:17px;line-height:1.18;margin:0;font-weight:800;color:#111820}
.tpp-technology-card h3 a:hover{color:var(--tpp-red)}
.tpp-technology-showcase .google-auto-placed,
.tpp-technology-showcase ins.adsbygoogle,
.tpp-technology-showcase [data-google-query-id]:not(.tpp-technology-card),
.tpp-technology-showcase iframe[id^="google_ads"],
.tpp-technology-showcase div[id^="google_ads"]{display:none!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
@media(max-width:1050px){.tpp-technology-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:782px){.tpp-technology-showcase{padding-inline:14px}.tpp-technology-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 14px}.tpp-technology-title{font-size:28px}}
@media(max-width:520px){.tpp-technology-showcase{margin-top:30px;padding:0 12px 18px}.tpp-technology-grid{grid-template-columns:1fr 1fr;gap:18px 10px}.tpp-technology-card h3{font-size:14px}.tpp-technology-meta{font-size:10px}.tpp-technology-title{font-size:25px;margin-bottom:18px}}


/* v2.6 banner below Education/Health/Sports + Khaleej Times-inspired Tourism showcase */
.tpp-after-triple-banner-ad{width:100%;margin:38px auto 8px;padding:18px 0 12px;border-top:1px solid #e2e5e9;border-bottom:1px solid #e2e5e9;text-align:center;clear:both;overflow:hidden}
.tpp-after-triple-banner-ad .tpp-ad-label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#8a8f96;margin-bottom:10px}
.tpp-after-triple-banner-ad ins.adsbygoogle{display:block!important;width:100%!important;min-height:90px}
.tpp-tourism-showcase{margin-top:40px}
.tpp-tourism-title{font-size:26px;line-height:1.1;margin:0 0 24px;padding-bottom:12px;border-bottom:1px solid #d9dde3;position:relative;color:var(--tpp-navy);text-transform:uppercase;font-weight:800}
.tpp-tourism-title:after{content:"";position:absolute;left:0;bottom:-2px;width:68px;height:5px;background:var(--tpp-red)}
.tpp-tourism-title a{color:inherit;text-decoration:none}.tpp-tourism-title a:hover{color:var(--tpp-red)}
.tpp-tourism-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(210px,.92fr) minmax(210px,.92fr);gap:16px;align-items:start}
.tpp-tourism-lead{padding-right:12px;border-right:1px solid var(--tpp-line);min-width:0}
.tpp-tourism-lead img{width:100%;aspect-ratio:16/10;object-fit:cover}
.tpp-tourism-lead h3{font-size:31px;line-height:1.1;margin:12px 0 8px;color:var(--tpp-navy);font-weight:800}
.tpp-tourism-excerpt{font-size:14px;line-height:1.45;color:#3f444b;margin:0 0 7px}
.tpp-tourism-meta{font-size:12px;color:var(--tpp-muted)}
.tpp-tourism-column{display:grid;grid-template-rows:1fr 1fr;gap:16px;padding-left:0;min-width:0}
.tpp-tourism-column+.tpp-tourism-column{border-left:1px solid var(--tpp-line);padding-left:16px}
.tpp-tourism-card{padding-bottom:15px;border-bottom:1px solid var(--tpp-line);min-width:0}
.tpp-tourism-card:last-child{border-bottom:0;padding-bottom:0}
.tpp-tourism-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.tpp-tourism-card h3{font-size:16px;line-height:1.18;margin:8px 0 7px;color:var(--tpp-navy);font-weight:800}
.tpp-tourism-card h3:hover{color:var(--tpp-red)}
.tpp-tourism-showcase .google-auto-placed,.tpp-tourism-showcase ins.adsbygoogle,.tpp-tourism-showcase [data-google-query-id]:not(.tpp-tourism-card):not(.tpp-tourism-lead),.tpp-tourism-showcase iframe[id^="google_ads"],.tpp-tourism-showcase div[id^="google_ads"]{display:none!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
@media(max-width:1050px){.tpp-tourism-grid{grid-template-columns:minmax(0,1.5fr) minmax(190px,.8fr) minmax(190px,.8fr)}.tpp-tourism-lead h3{font-size:27px}.tpp-tourism-card h3{font-size:15px}}
@media(max-width:782px){.tpp-tourism-grid{grid-template-columns:1fr 1fr}.tpp-tourism-lead{grid-column:1/-1;border-right:0;padding-right:0}.tpp-tourism-column+.tpp-tourism-column{border-left:1px solid var(--tpp-line);padding-left:16px}.tpp-tourism-lead h3{font-size:26px}.tpp-after-triple-banner-ad{margin-top:30px}}
@media(max-width:520px){.tpp-tourism-grid{display:block}.tpp-tourism-column,.tpp-tourism-column+.tpp-tourism-column{display:block;border-left:0;padding-left:0}.tpp-tourism-card{margin-top:20px}.tpp-tourism-lead h3{font-size:24px}.tpp-tourism-title{font-size:24px}.tpp-after-triple-banner-ad{margin-top:24px;padding-block:14px}}


/* v2.8 Editorial / Opinion / Interviews homepage row */
.tpp-commentary-categories{margin-top:44px}
.tpp-accent-editorial .tpp-triple-title:after{background:var(--tpp-red)}
.tpp-accent-opinion .tpp-triple-title:after{background:var(--tpp-navy)}
.tpp-accent-interviews .tpp-triple-title:after{background:#315f9b}
.tpp-commentary-categories .tpp-triple-title{color:var(--tpp-navy)}
.tpp-commentary-categories .tpp-triple-title a:hover{color:var(--tpp-red)}

/* v2.9: compact international insight row */
.tpp-insights-strip{margin-top:34px;margin-bottom:34px}
.tpp-insights-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;align-items:start}
.tpp-insight-column{min-width:0}
.tpp-insight-title{font-size:22px;line-height:1.1;margin:0 0 14px;padding:0 0 10px;border-bottom:2px solid #0b2858;position:relative;font-weight:800}
.tpp-insight-title:after{content:"";position:absolute;left:0;bottom:-2px;width:52px;height:4px;background:#d71920}
.tpp-insight-title a{color:#071f45;text-decoration:none}
.tpp-insight-lead{margin:0 0 8px}
.tpp-insight-lead>a{display:block;text-decoration:none;color:#071f45}
.tpp-insight-lead img{display:block;width:100%;height:145px;object-fit:cover;border-radius:2px;margin:0 0 9px}
.tpp-insight-lead h3{font-size:16px;line-height:1.22;margin:0;font-weight:800}
.tpp-insight-headlines h4{font-size:15px;line-height:1.25;margin:0;padding:10px 0;border-top:1px solid #d9dee7;font-weight:750}
.tpp-insight-headlines h4 a{color:#111;text-decoration:none}
.tpp-insight-title a:hover,.tpp-insight-lead a:hover h3,.tpp-insight-headlines a:hover{color:#d71920}
.tpp-insights-strip ins.adsbygoogle,.tpp-insights-strip .google-auto-placed,.tpp-insights-strip [id^="google_ads_iframe"],.tpp-insights-strip iframe[src*="googleads"]{display:none!important}
@media (max-width:1100px){.tpp-insights-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:760px){.tpp-insights-grid{grid-template-columns:1fr 1fr;gap:20px 14px}.tpp-insight-lead img{height:150px}}
@media (max-width:520px){.tpp-insights-grid{grid-template-columns:1fr}.tpp-insight-lead img{height:210px}.tpp-insight-title{font-size:24px}}

/* v3.0 footer: editable Information menu + social icons */
.tpp-footer-inner.tpp-footer-clean{grid-template-columns:1.45fr .75fr .8fr;align-items:start}
.tpp-footer-info .tpp-footer-menu{list-style:none;padding:0;margin:0}
.tpp-footer-info .tpp-footer-menu li{margin:9px 0}
.tpp-footer-info .tpp-footer-menu a{color:#fff;text-decoration:none}
.tpp-footer-info .tpp-footer-menu a:hover{text-decoration:underline}
.tpp-footer-social{justify-self:end;min-width:220px}
.tpp-social-icons{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}
.tpp-social-link{width:42px;height:42px;border:1px solid rgba(255,255,255,.34);border-radius:50%;display:grid;place-items:center;color:#fff;transition:.2s ease}
.tpp-social-link:hover{background:#fff;color:var(--tpp-navy);transform:translateY(-2px)}
.tpp-social-link svg{width:19px;height:19px;fill:currentColor}
.tpp-social-note{font-size:11px;line-height:1.45;color:#aebbd1;margin-top:14px;max-width:230px}
@media(max-width:782px){.tpp-footer-inner.tpp-footer-clean{grid-template-columns:1fr 1fr}.tpp-footer-inner.tpp-footer-clean .tpp-footer-about{grid-column:1/3}.tpp-footer-social{justify-self:start}}
@media(max-width:520px){.tpp-footer-inner.tpp-footer-clean{grid-template-columns:1fr}.tpp-footer-inner.tpp-footer-clean .tpp-footer-about{grid-column:auto}.tpp-footer-social{justify-self:start}}

/* v3.1 footer logo */
.tpp-footer-logo{background:transparent!important;filter:none!important;width:min(420px,100%);height:auto;object-fit:contain}

/* v3.2 social icon visibility/backward compatibility */
.tpp-social-link.is-unlinked{cursor:default;opacity:.92}
.tpp-social-link.is-unlinked:hover{background:transparent;color:#fff;transform:none}




/* v3.7: compact fixed mobile header */
@media (max-width:782px){
  :root{--tpp-mobile-fixed-top:0px;--tpp-mobile-fixed-h:72px}
  html,body{overflow-x:hidden!important}
  .tpp-site-header{
    position:relative!important;
    top:auto!important;
    z-index:10050!important;
    width:100%!important;
    height:var(--tpp-mobile-fixed-h)!important;
    min-height:var(--tpp-mobile-fixed-h)!important;
    background:#fff!important;
    overflow:visible!important;
    transform:none!important;
    contain:none!important;
  }
  .tpp-topline{display:none!important}
  .tpp-brandbar,
  .tpp-brandbar.is-mobile-sticky{
    position:fixed!important;
    top:var(--tpp-mobile-fixed-top)!important;
    left:0!important;right:0!important;
    width:100%!important;
    height:var(--tpp-mobile-fixed-h)!important;
    min-height:var(--tpp-mobile-fixed-h)!important;
    z-index:2147483000!important;
    background:#fff!important;
    border-bottom:1px solid #e3e6ea!important;
    box-shadow:0 3px 12px rgba(0,0,0,.10)!important;
    transform:none!important;
    -webkit-transform:none!important;
  }
  .tpp-brandbar .tpp-brand-inner,
  .tpp-brandbar.is-mobile-sticky .tpp-brand-inner{
    min-height:72px!important;
    height:72px!important;
    grid-template-columns:46px minmax(0,1fr) 46px!important;
    gap:10px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .tpp-brand-logo{min-width:0!important;overflow:visible!important}
  .tpp-brand-logo .custom-logo,
  .tpp-brand-logo .tpp-default-logo{
    width:auto!important;
    max-width:72vw!important;
    max-height:44px!important;
    object-fit:contain!important;
    margin:0 auto!important;
  }
  .tpp-menu-toggle,.tpp-search-button{
    width:42px!important;height:42px!important;
    min-width:42px!important;min-height:42px!important;
    font-size:18px!important;
  }
  .tpp-nav-shell{display:none!important}
  .tpp-nav-shell.mobile-open{
    display:block!important;position:fixed!important;
    top:calc(var(--tpp-mobile-fixed-top) + 72px)!important;
    left:0!important;right:0!important;width:100%!important;
    max-height:calc(100dvh - var(--tpp-mobile-fixed-top) - 72px)!important;
    overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;
    background:#fff!important;z-index:2147482999!important;
    box-shadow:0 8px 20px rgba(0,0,0,.14)!important;
  }
  .tpp-search-panel.open{
    display:block!important;position:fixed!important;
    top:calc(var(--tpp-mobile-fixed-top) + 72px)!important;
    left:0!important;right:0!important;width:100%!important;
    background:#fff!important;z-index:2147482999!important;
    box-shadow:0 8px 20px rgba(0,0,0,.12)!important;
  }
}



/* v3.8: keep Google Auto Ads out of the fixed mobile header */
@media (max-width:782px){
  .tpp-site-header ins.adsbygoogle,
  .tpp-site-header .google-auto-placed,
  .tpp-site-header [data-ad-client],
  .tpp-site-header [data-google-query-id],
  .tpp-site-header iframe[id^="google_ads"],
  .tpp-site-header div[id^="google_ads"],
  .tpp-site-header iframe[src*="googleads"],
  .tpp-site-header iframe[src*="doubleclick"]{
    display:none!important;
    visibility:hidden!important;
    width:0!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    position:static!important;
  }
  .tpp-site-header{height:72px!important;min-height:72px!important;max-height:72px!important;}
  .tpp-brandbar{overflow:hidden!important;}
}


/* v3.9 Tribune-inspired category archive refinement */
@media (min-width:783px){
  .archive.category .tpp-archive-grid,
  body.category .tpp-archive-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:28px 14px;
  }
  .archive.category .tpp-archive-grid .tpp-card img,
  body.category .tpp-archive-grid .tpp-card img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
  }
  .archive.category .tpp-archive-grid .tpp-card h3,
  body.category .tpp-archive-grid .tpp-card h3{
    font-size:17px;
    line-height:1.18;
    margin:8px 0 5px;
  }
  .archive.category .tpp-archive-grid .tpp-card .tpp-excerpt,
  body.category .tpp-archive-grid .tpp-card .tpp-excerpt{
    display:none;
  }
}
.tpp-sidebar-epaper{
  border-top:1px solid #555;
  border-bottom:1px solid #555;
  padding:12px 0 16px;
  margin:4px 0 28px;
}
.tpp-sidebar-epaper-link{display:block;color:inherit;text-decoration:none}
.tpp-sidebar-epaper-title{
  font-family:Georgia,serif;
  font-size:23px;
  font-weight:700;
  margin:0 0 12px;
  color:var(--tpp-navy);
}
.tpp-sidebar-epaper-image img{
  display:block;
  width:100%;
  max-height:390px;
  object-fit:contain;
  background:#f5f5f5;
}
.tpp-sidebar-epaper-caption{font-weight:700;font-size:14px;line-height:1.3;margin-top:9px}
.tpp-sidebar-epaper-fallback{
  min-height:220px;
  display:grid;
  place-items:center;
  text-align:center;
  background:linear-gradient(135deg,var(--tpp-navy),var(--tpp-navy-2));
  color:#fff;
  font-family:Georgia,serif;
  font-size:20px;
  line-height:1.35;
  padding:20px;
}
@media(max-width:1100px) and (min-width:783px){
  .archive.category .tpp-archive-grid,
  body.category .tpp-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:782px){
  body.category .tpp-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 14px}
  body.category .tpp-archive-grid .tpp-card .tpp-excerpt{display:none}
}
@media(max-width:520px){
  body.category .tpp-archive-grid{grid-template-columns:1fr 1fr;gap:18px 10px}
  body.category .tpp-archive-grid .tpp-card h3{font-size:15px;line-height:1.2}
}


/* v4.0 category archive: 1 lead + 16 stories, protected 4-column grid, professional pagination */
body.category .tpp-archive-grid > ins.adsbygoogle,
body.category .tpp-archive-grid > .google-auto-placed,
body.category .tpp-archive-grid > [data-ad-client],
body.category .tpp-archive-grid > [data-google-query-id],
body.category .tpp-archive-grid > iframe[id^="google_ads"],
body.category .tpp-archive-grid > div[id^="google_ads"]{
  display:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
.tpp-sidebar-panel-ad{
  border-top:1px solid #555;
  border-bottom:1px solid #555;
  padding:10px 0 18px;
  margin-bottom:28px;
  min-height:250px;
  overflow:hidden;
}
.tpp-sidebar-panel-ad .tpp-ad-label{
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#777;
  margin-bottom:10px;
}
.tpp-sidebar-panel-ad ins.adsbygoogle{min-height:250px;width:100%}

body.category .navigation.pagination{
  margin:38px 0 12px;
  display:flex;
  justify-content:center;
}
body.category .navigation.pagination .nav-links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:8px;
}
body.category .navigation.pagination .page-numbers{
  min-width:42px;
  height:42px;
  padding:0 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #d8dde5;
  border-radius:5px;
  background:#fff;
  color:var(--tpp-navy);
  font-weight:700;
  font-size:14px;
  line-height:1;
  text-decoration:none;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
body.category .navigation.pagination a.page-numbers:hover{
  background:var(--tpp-navy);
  color:#fff;
  border-color:var(--tpp-navy);
  transform:translateY(-1px);
}
body.category .navigation.pagination .page-numbers.current{
  background:var(--tpp-navy);
  color:#fff;
  border-color:var(--tpp-navy);
}
body.category .navigation.pagination .page-numbers.prev,
body.category .navigation.pagination .page-numbers.next{
  min-width:96px;
  padding-inline:17px;
}
body.category .navigation.pagination .dots{
  border-color:transparent;
  background:transparent;
  min-width:28px;
  padding:0;
}
@media(max-width:520px){
  body.category .navigation.pagination .nav-links{gap:6px}
  body.category .navigation.pagination .page-numbers{min-width:36px;height:38px;padding:0 10px;font-size:13px}
  body.category .navigation.pagination .page-numbers.prev,
  body.category .navigation.pagination .page-numbers.next{min-width:auto;padding-inline:12px}
}


/* v4.1 — single story sharing, epaper sidebar and lightweight rendering */
.tpp-share-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:14px 0 4px}
.tpp-share-label{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#596273;margin-right:2px}
.tpp-share-btn{width:36px;height:36px;border:1px solid #d8dde6;border-radius:50%;display:inline-grid;place-items:center;background:#fff;color:var(--tpp-navy);font:700 13px/1 Arial,Helvetica,sans-serif;text-decoration:none;cursor:pointer;padding:0;transition:background .15s ease,border-color .15s ease,color .15s ease}
.tpp-share-btn:hover,.tpp-share-btn:focus{background:var(--tpp-navy);border-color:var(--tpp-navy);color:#fff}
.tpp-share-whatsapp{font-size:10px}
.tpp-share-linkedin{font-size:15px}
.tpp-share-copy{font-size:17px}
.tpp-share-copy.is-copied{background:#167a45;border-color:#167a45;color:#fff}

/* Prevent the sidebar epaper promo from forcing large images on smaller screens. */
.tpp-sidebar-epaper-image img{display:block;width:100%;height:auto;max-height:390px;object-fit:cover}

/* Lighter single-page paint/layout work without changing the editorial look. */
.tpp-single article,.tpp-sidebar{min-width:0}
.tpp-featured-single img{height:auto}
.entry-content img{max-width:100%;height:auto}
@media(max-width:782px){
  .tpp-single{padding-top:20px}
  .tpp-single .tpp-content-grid{gap:20px}
  .tpp-share-row{margin-top:12px}
  .tpp-share-btn{width:34px;height:34px}
  .tpp-sidebar-epaper{margin-top:22px}
}


/* v4.4 single-post clickable metadata */
.tpp-single .entry-category a{color:inherit;text-decoration:none}
.tpp-single .entry-category a:hover{text-decoration:underline}
.tpp-single .tpp-author-link{color:inherit;text-decoration:none;font-weight:600}
.tpp-single .tpp-author-link:hover{text-decoration:underline}
