/*
Theme Name: Portal Editorial Neutral
Theme URI: https://example.com/
Author: OpenAI
Description: Tema WordPress jornalístico com manchete, destaques, mais notícias e páginas internas sem sidebar.
Version: 2.3.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: portal-editorial-neutral
*/

:root{
  --bg:#ffffff;
  --surface:#ffffff;
  --surface-soft:#f5f6f7;
  --text:#17191c;
  --muted:#555b61;
  --line:#e3e5e8;
  --accent:#c91414;
  --green:#159447;
  --purple:#7b35c8;
  --orange:#df6a00;
  --container:1240px;
  --radius:12px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  font-size:16px;
  line-height:1.5;
}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none}

/* Internas e títulos editoriais gerais */
.article-title,
.article-subtitle,
.article-content h2,
.article-content h3{
  font-family:'Source Serif 4',Georgia,'Times New Roman',serif;
}

/* Títulos da capa */
.hero-title,
.side-story h2,
.highlight-feature h3,
.highlight-card h3,
.more-item h3{
  font-family:'Merriweather',Georgia,'Times New Roman',serif;
}

.main-nav,
.topbar,
.story-cat,
.category-pill,
.meta,
.article-kicker,
.article-byline,
.site-description{
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden}
.container{width:min(var(--container),calc(100% - 36px));margin:0 auto}

/* Topbar */
.topbar{
  border-bottom:1px solid var(--line);
  background:#fafafa;
  color:#5f646a;
  font-size:12px;
}
.topbar-inner{
  min-height:34px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}
.topbar-menu{
  display:flex;
  gap:18px;
  align-items:center;
}
.topbar-menu a:hover{color:var(--accent)}

/* Header */
.site-header{background:#fff}
.brand-row{
  padding:22px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.site-branding{display:flex;align-items:center;min-height:77px}
.custom-logo-link{display:inline-flex;align-items:center;line-height:0}
.custom-logo{display:block;max-height:77px;width:auto;height:auto}
.logo-fallback{font-weight:900;font-size:28px;line-height:1}
.header-search{width:min(380px,42vw);position:relative}
.header-search input{
  width:100%;
  border:1px solid var(--line);
  background:#f7f8f9;
  border-radius:9px;
  height:42px;
  padding:0 46px 0 15px;
  outline:none;
}
.header-search button{
  position:absolute;right:6px;top:6px;
  width:30px;height:30px;border:0;background:transparent;cursor:pointer;font-size:17px
}
.main-nav{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.main-nav ul{
  display:flex;list-style:none;margin:0;padding:0;gap:30px;
  align-items:center;min-height:48px;overflow-x:auto;
}
.main-nav a{
  display:block;
  padding:15px 0 12px;
  white-space:nowrap;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  border-bottom:3px solid transparent;
}
.main-nav a:hover,
.main-nav .current-menu-item>a,
.main-nav .current_page_item>a{border-color:var(--accent)}

/* Home */
.home-main{padding:30px 0 52px}
.section-heading{
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  display:flex;align-items:center;gap:10px;
  margin:0 0 18px;font-size:24px;line-height:1.1;font-weight:900;
}
.section-heading::before{
  content:"";width:4px;height:22px;background:var(--accent);border-radius:2px;
}
.section-block{
  padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid var(--line)
}

/* Manchete */
.headline-grid{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(360px,.9fr);
  gap:18px;
}
.hero-card{background:#fff}
.hero-media{
  display:block;
  width:100%;
  position:relative;
  aspect-ratio:16/9;
  border-radius:var(--radius);
  overflow:hidden;
  background:#eceff1;
}
.hero-media img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
}
.hero-overlay,.hero-content{display:none}
.hero-mobile-content{display:block;padding:13px 2px 4px;color:var(--text)}

.category-pill{
  display:inline-block;
  background:var(--accent);color:#fff;
  font-size:11px;font-weight:800;text-transform:uppercase;
  padding:5px 8px;border-radius:4px;margin-bottom:10px
}
.hero-title{
  margin:0;max-width:860px;
  font-size:34px;line-height:1.12;letter-spacing:-.25px;font-weight:700
}
.hero-excerpt{margin:9px 0 0;max-width:760px;font-family:'Inter',system-ui,sans-serif;font-size:15px;line-height:1.45;color:var(--muted)}
.headline-side{display:grid;grid-template-columns:1fr;gap:14px}
.side-story{
  display:grid;grid-template-columns:190px 1fr;gap:16px;align-items:start;
  padding-bottom:14px;border-bottom:1px solid var(--line)
}
.side-story:last-child{border-bottom:0}
.side-story img{
  width:190px;height:125px;object-fit:cover;border-radius:9px
}
.story-cat{font-size:10px;text-transform:uppercase;font-weight:900;color:var(--accent)}
.side-story h2{margin:4px 0 0;font-size:17px;line-height:1.28;font-weight:700}

/* Destaques */
.highlights-layout{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,1.95fr);
  gap:24px;
  align-items:start;
}
.highlight-feature img{
  width:100%;
  aspect-ratio:1.32/1;
  object-fit:cover;
  border-radius:11px;
}
.highlight-feature h3{
  margin:10px 0 0;
  font-size:17px;
  line-height:1.28;
  font-weight:700;
}
.highlight-feature .meta{margin-top:7px}
.highlight-feature-excerpt{margin-top:14px;font-family:'Inter',system-ui,sans-serif;font-size:14px;line-height:1.55;color:var(--muted)}
.highlights-secondary{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px 18px;
}
.highlight-card img{
  width:100%;aspect-ratio:1.55/1;object-fit:cover;border-radius:10px;
}
.highlight-card h3{margin:8px 0 0;font-size:17px;line-height:1.28;font-weight:700}
.highlight-card .meta{margin-top:6px}

/* Ads */
.ad-slot{
  display:flex;align-items:center;justify-content:center;
  min-height:96px;background:#f2f3f4;border:1px dashed #d7dade;
  color:#555b61;text-transform:uppercase;letter-spacing:2px;font-size:11px;
  margin:24px 0
}
.ad-inner{text-align:center}
.ad-size{display:block;font-size:13px;letter-spacing:1px;margin-top:4px;color:#60656b}


/* Slots horizontais do Ad Inserter: sempre uma linha inteira, sem colunas editoriais. */
.pen-horizontal-slot{width:100%;clear:both;margin:24px 0;overflow:visible}
.pen-horizontal-slot-inner{display:block;width:100%;max-width:none!important;margin:0 auto}
.pen-horizontal-slot-inner>*,
.pen-horizontal-slot-inner iframe,
.pen-horizontal-slot-inner img{max-width:100%!important}
.pen-horizontal-slot-inner img{height:auto}
/* Slots que ficam fora do .container editorial recebem a mesma largura útil do portal. */
.slot-page-top .pen-horizontal-slot-inner,
.slot-after-nav .pen-horizontal-slot-inner,
.site-footer>.pen-horizontal-slot .pen-horizontal-slot-inner{width:min(var(--container),calc(100% - 36px))}
.slot-page-top{margin:0;padding:0}
.site-footer>.pen-horizontal-slot{margin:0;padding:24px 0;border-top:1px solid #cfd3d6}

/* Mais notícias */
.more-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:0 26px
}
.more-column{border-right:1px solid var(--line);padding-right:26px}
.more-column:last-child{border-right:0;padding-right:0}
.more-item{
  display:grid;grid-template-columns:92px 1fr;gap:12px;
  padding:13px 0;border-bottom:1px solid var(--line)
}
.more-item:first-child{padding-top:0}
.more-item img{width:92px;height:72px;object-fit:cover;border-radius:8px}
.more-item h3{margin:3px 0 0;font-size:17px;line-height:1.28;font-weight:700}
.meta{font-size:11px;color:var(--muted);margin-top:6px}
.load-more-wrap{text-align:center;margin-top:24px}
.load-more{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:220px;height:42px;border:1px solid #aeb3b8;border-radius:999px;
  font-size:12px;font-weight:800;text-transform:uppercase;background:#fff;
}

/* Internal pages */
.content-main{padding:34px 0 60px}
.single-layout{max-width:930px;margin:0 auto}
.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:22px}
.article-kicker{
  color:var(--accent);font-size:12px;font-weight:900;text-transform:uppercase;margin-bottom:8px
}
.article-title{
  margin:0;
  font-size:50px;
  line-height:1.02;
  letter-spacing:-1px;
  font-weight:700;
}
.article-subtitle{
  font-size:20px;line-height:1.42;color:#676c72;margin:16px 0 22px;max-width:850px
}
.article-byline{
  display:flex;justify-content:space-between;gap:20px;align-items:center;
  padding:0 0 16px;border-bottom:1px solid var(--line);margin-bottom:20px
}
.byline-left{font-size:13px}
.share-links{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.share-links a{
  width:34px;height:34px;border:1px solid var(--line);border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800
}
.article-featured img{
  width:100%;max-height:600px;object-fit:cover;border-radius:10px
}
.image-caption{font-size:11px;color:#777;margin-top:5px}
.article-content{
  font-family:'Source Serif 4',Georgia,"Times New Roman",serif;
  font-size:19px;
  font-weight:400;line-height:1.45;color:#333;
}
.article-content p{margin:1em 0}
.article-content h2,.article-content h3{
  font-family:'Source Serif 4',Georgia,'Times New Roman',serif;color:var(--text);line-height:1.15;margin-top:1.7em
}
.article-content blockquote{
  border-left:3px solid var(--accent);padding:2px 0 2px 18px;margin:28px 0;color:#4d5156
}
.article-keywords{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:20px 0 24px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-family:'Inter',system-ui,sans-serif;font-size:12px}
.article-keywords strong{color:#31363b}
.article-keywords a{background:#f0f1f2;color:#5d6268;border-radius:999px;padding:6px 10px}
.related{border-top:1px solid var(--line);padding-top:24px;margin-top:28px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.related-card img{width:100%;aspect-ratio:1.7/1;object-fit:cover;border-radius:9px}
.related-card h3{font-size:16px;line-height:1.2;margin:7px 0 0}

/* Archives */
.archive-title{font-family:'Source Serif 4',Georgia,'Times New Roman',serif;font-size:36px;margin:0 0 24px}
.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.archive-card{border-bottom:1px solid var(--line);padding-bottom:18px}
.archive-card img{width:100%;aspect-ratio:1.6/1;object-fit:cover;border-radius:9px}
.archive-card h2{font-family:'Source Serif 4',Georgia,'Times New Roman',serif;font-size:21px;line-height:1.15;margin:8px 0 4px}

/* Editoria e palavras-chave */
.taxonomy-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 24px}
.taxonomy-news-card{border-bottom:1px solid var(--line);padding-bottom:18px;min-width:0}
.taxonomy-news-card .taxonomy-news-media{display:block}
.taxonomy-news-card img{width:100%;aspect-ratio:1.58/1;object-fit:cover;border-radius:9px;background:#eef0f2}
.taxonomy-news-card .story-cat{margin-top:9px}
.taxonomy-news-card h2{font-family:'Merriweather',Georgia,serif;font-size:17px;line-height:1.28;margin:7px 0 0;font-weight:700}
.taxonomy-news-card .meta{margin-top:6px}

/* Informe publicitário — visual compacto, semelhante a Mais Notícias, sem fotos */
.informe-section{padding:2px 0 12px}
.informe-heading-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.informe-heading-row .section-heading{margin-bottom:0}
.informe-label{font:700 10px/1 'Inter',sans-serif;text-transform:uppercase;letter-spacing:.08em;color:#70757a;border:1px solid var(--line);padding:6px 8px;border-radius:999px}
.informe-more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 24px}
.informe-more-column{border-right:1px solid var(--line);padding-right:24px;min-width:0}
.informe-more-column:last-child{border-right:0;padding-right:0}
.informe-more-item{border-bottom:1px solid var(--line);padding:0 0 16px;margin:0 0 16px;min-height:108px}
.informe-more-item:last-child{margin-bottom:0}
.informe-more-item .story-cat{color:#b20f0f;margin:0 0 5px}
.informe-more-item h3{font-family:'Merriweather',Georgia,serif;font-size:17px;line-height:1.28;margin:0;font-weight:700}
.informe-more-item .meta{margin-top:7px}
.informe-empty{color:var(--muted);font-size:14px}

/* Footer / mapa de sites */
.site-footer{background:#eceeef;color:#111;margin-top:30px}
.footer-top{padding:42px 0 34px}
.footer-brand-block{padding-bottom:28px;margin-bottom:28px;border-bottom:1px solid #cfd3d6}
.footer-title{font-size:26px;font-weight:900;color:#111;margin:0 0 7px}
.footer-description{margin:0;color:#4d5358;font-size:13px}
.site-map-title{font:800 22px/1.1 'Inter',sans-serif;color:#111;margin:0 0 24px}
.site-map-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0}
.site-map-column{padding:0 18px;border-right:1px solid #cfd3d6;min-width:0}
.site-map-column:first-child{padding-left:0}
.site-map-column:last-child{border-right:0;padding-right:0}
.site-map-column ul{list-style:none;margin:0;padding:0}
.site-map-column li{margin:0 0 7px;font-size:12px;line-height:1.35;overflow-wrap:anywhere}
.site-map-column a{color:#111}
.site-map-column a:hover{color:#000;text-decoration:underline}
.footer-bottom{border-top:1px solid #cfd3d6;padding:14px 0;font-size:12px;color:#363b3f}

/* Menu móvel sobreposto */
.mobile-menu-toggle{display:none;border:0;background:transparent;padding:8px;margin:0;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.mobile-menu-toggle span{display:block;width:22px;height:2px;background:#1a1d20;border-radius:2px}
.mobile-menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:9997}
.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:min(86vw,340px);background:#fff;z-index:9998;transform:translateX(-102%);transition:transform .22s ease;box-shadow:10px 0 30px rgba(0,0,0,.18);overflow:auto;padding:18px}
.mobile-menu-open .mobile-drawer{transform:translateX(0)}
.mobile-menu-open{overflow:hidden}
.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--line)}
.mobile-menu-close{border:0;background:transparent;font-size:32px;line-height:1;width:42px;height:42px;cursor:pointer}
.mobile-search{display:grid;grid-template-columns:1fr auto;gap:8px;margin:18px 0}
.mobile-search input{min-width:0;height:42px;border:1px solid var(--line);border-radius:7px;padding:0 12px}
.mobile-search button{height:42px;border:0;border-radius:7px;background:#17191c;color:#fff;padding:0 13px;font-weight:700}
.mobile-nav ul{list-style:none;margin:0;padding:0}
.mobile-nav li{border-bottom:1px solid var(--line)}
.mobile-nav a{display:block;padding:14px 2px;font-size:14px;font-weight:800;text-transform:uppercase}

/* Pagination */
.navigation.pagination{margin-top:30px}
.nav-links{display:flex;gap:7px;flex-wrap:wrap}
.page-numbers{padding:7px 10px;border:1px solid var(--line);border-radius:6px}
.page-numbers.current{background:var(--text);color:#fff;border-color:var(--text)}

/* Responsive */
@media (max-width:1180px){
  .site-map-grid{grid-template-columns:repeat(3,1fr);gap:30px 0}
  .site-map-column:nth-child(3n){border-right:0;padding-right:0}
  .site-map-column:nth-child(3n+1){padding-left:0}
}
@media (max-width:1020px){
  .headline-grid{grid-template-columns:1fr}
  .headline-side{grid-template-columns:repeat(3,1fr)}
  .side-story{display:block;border-bottom:0;padding-bottom:0}
  .side-story img{width:100%;height:160px;margin-bottom:7px}
  .highlights-layout{grid-template-columns:1fr}
  .highlights-secondary{grid-template-columns:repeat(3,1fr)}
  .hero-title{font-size:34px}
}
@media (max-width:760px){
  .container{width:min(100% - 24px,var(--container))}
  .slot-page-top .pen-horizontal-slot-inner,.slot-after-nav .pen-horizontal-slot-inner,.site-footer>.pen-horizontal-slot .pen-horizontal-slot-inner{width:min(100% - 24px,var(--container))}
  .topbar-inner{min-height:30px;justify-content:center}
  .topbar-menu{display:none}
  .brand-row{padding:12px 0;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:0}
  .mobile-menu-toggle{display:flex;grid-column:1}
  .site-branding{grid-column:2;justify-self:center;min-width:0}
  .custom-logo-link{display:block;line-height:0}
  .custom-logo{display:block;max-height:65px;max-width:min(288px,72vw);width:auto;height:auto}
  .logo-fallback{font-weight:900;font-size:20px;text-align:center;display:block}
  .desktop-search{display:none}
  .main-nav{display:none}
  .home-main{padding-top:8px}
  .hero-media{aspect-ratio:16/10}
  .hero-mobile-content{padding-top:12px}
  .hero-mobile-content .category-pill{margin-bottom:8px}
  .hero-mobile-content .hero-title{font-size:30px;line-height:1.12;color:var(--text)}
  .hero-mobile-content .hero-excerpt{font-size:15px;line-height:1.42;color:var(--muted);margin-top:8px}
  .hero-title{font-size:30px}
  .hero-excerpt{font-size:15px}
  .headline-side{grid-template-columns:1fr}
  .side-story{display:grid;grid-template-columns:120px 1fr}
  .side-story img{width:120px;height:85px}
  .highlights-secondary{grid-template-columns:1fr 1fr}
  .more-grid{grid-template-columns:1fr}
  .more-column{border-right:0;padding-right:0}
  .more-item{grid-template-columns:105px 1fr}
  .article-title{font-size:37px}
  .article-subtitle{font-size:18px}
  .article-byline{align-items:flex-start;flex-direction:column}
  .article-content{font-size:18px;line-height:1.45}
  .related-grid,.archive-grid{grid-template-columns:1fr}
  .taxonomy-news-grid{grid-template-columns:1fr 1fr}
  .informe-more-grid{grid-template-columns:1fr}
  .informe-more-column{border-right:0;padding-right:0}
  .site-map-grid{grid-template-columns:1fr 1fr;gap:28px 0}
  .site-map-column,.site-map-column:nth-child(3n),.site-map-column:nth-child(3n+1){padding:0 14px;border-right:1px solid #cfd3d6}
  .site-map-column:nth-child(odd){padding-left:0}
  .site-map-column:nth-child(even){border-right:0;padding-right:0}
}
@media (max-width:500px){
  .highlights-secondary{grid-template-columns:1fr}
  .hero-media{aspect-ratio:4/3}
  .hero-mobile-content .hero-title{font-size:28px}
  .hero-title{font-size:28px}
  .informe-heading-row{align-items:flex-start;flex-direction:column}
  .taxonomy-news-grid{grid-template-columns:1fr}
  .site-map-grid{grid-template-columns:1fr}
  .site-map-column,.site-map-column:nth-child(n){padding:0 0 22px;border-right:0;border-bottom:1px solid #cfd3d6}
  .site-map-column:last-child{border-bottom:0;padding-bottom:0}
}


/* Páginas institucionais e formulários nativos */
.page .article-title{max-width:920px;margin-left:auto;margin-right:auto}
.page .article-content{max-width:920px;margin-left:auto;margin-right:auto}
.page .article-content h2{font-family:'Source Serif 4',Georgia,serif;font-size:26px;line-height:1.2;margin:34px 0 12px}
.pen-native-form{margin:28px 0 10px;padding:26px;border:1px solid var(--line);border-radius:12px;background:#fafafa;font-family:'Inter',sans-serif}
.pen-native-form p{margin:0 0 18px}
.pen-native-form label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}
.pen-native-form input[type=text],.pen-native-form input[type=email],.pen-native-form input[type=url],.pen-native-form select,.pen-native-form textarea{width:100%;border:1px solid #cfd3d6;border-radius:7px;background:#fff;color:var(--text);font:400 15px/1.4 'Inter',sans-serif;padding:12px 13px;outline:none}
.pen-native-form textarea{resize:vertical;min-height:150px}
.pen-native-form input:focus,.pen-native-form select:focus,.pen-native-form textarea:focus{border-color:#555;box-shadow:0 0 0 2px rgba(0,0,0,.06)}
.pen-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.pen-form-consent label{display:flex;gap:9px;align-items:flex-start;font-weight:500;line-height:1.45}
.pen-form-consent input{margin-top:3px}
.pen-form-submit{appearance:none;border:0;border-radius:7px;background:var(--accent);color:#fff;font:800 14px/1 'Inter',sans-serif;padding:14px 20px;cursor:pointer}
.pen-form-submit:hover{filter:brightness(.92)}
.pen-form-notice{padding:13px 15px;border-radius:7px;margin:0 0 18px;font:600 14px/1.4 'Inter',sans-serif}
.pen-form-notice.is-success{background:#eaf6ed;border:1px solid #add7b7;color:#174d25}
.pen-form-notice.is-error{background:#fff0f0;border:1px solid #e7b5b5;color:#7b1515}
.pen-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:700px){.pen-native-form{padding:18px}.pen-form-grid{grid-template-columns:1fr;gap:0}}

.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.footer-legal-links{display:flex;gap:15px;flex-wrap:wrap}
.footer-legal-links a{color:#222;text-decoration:none}
.footer-legal-links a:hover{text-decoration:underline}
@media(max-width:700px){.footer-bottom-inner{align-items:flex-start;flex-direction:column}.footer-legal-links{gap:9px 14px}}


/* Home temática — v2.2 */
.home-topic-section{padding:28px 24px;margin:0 -24px 28px;border-radius:10px;overflow:hidden}
.home-headlines-section{background:#ffffff}
.home-cities-section{background:#F5F5F0}
.home-politics-section{background:#F5F5F0}
.home-day-section{background:#E6F2DD}
.home-sports-section{background:#F5F5F0}
.home-health-section{background:#F3E3D0}
.home-services-section{background:#FAF9EE}
.home-special-section{background:#F1F3E0;padding:28px 24px;margin:0 -24px 28px;border-radius:10px;overflow:hidden}
.section-heading-row-compact{margin-bottom:20px}
.section-heading a{color:inherit;text-decoration:none}
.section-heading a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.section-empty{margin:0;color:var(--muted);font-size:14px}
.home-topic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-topic-grid .more-column{min-width:0}
.more-item-no-image{grid-template-columns:1fr}
.more-item-no-image .story-cat{margin-top:0}
.more-thumb-placeholder{display:block;width:92px;height:72px;border-radius:8px;background:rgba(0,0,0,.04)}
.breadcrumbs a{color:inherit;text-decoration:none}
.breadcrumbs a:hover{text-decoration:underline}
.latest-pagination ul{list-style:none;margin:0;padding:0;display:flex;gap:7px;flex-wrap:wrap}

@media (max-width:760px){
  .home-topic-section,.home-special-section{margin-left:-12px;margin-right:-12px;padding:22px 12px}
  .home-main .home-headlines-section:first-child{padding-top:12px}
  .home-topic-grid{grid-template-columns:1fr}
  .home-topic-grid .more-column{border-right:0;padding-right:0}
}

.latest-publications-layout{max-width:none}
.latest-publications-layout .article-title{margin-bottom:26px}


/* Performance v2.3 — reduz custo de pintura sem interferir no carregamento de publicidade. */
.hero-media img,.side-story img,.highlight-feature img,.highlight-card img,.more-item img,.taxonomy-news-card img,.related-card img,.archive-card img{
  content-visibility:auto;
}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}
