/* Hub Editorial /noticias/ — escopado em .noticias-hub para não afetar outras páginas */
.noticias-hub{
  --cream:#fdf9f0; --cream-2:#f3eddd; --paper:#fffdf7;
  --ink:#1c1a16; --ink-2:#26241f; --ink-soft:#56544c; --gray:#6b6960;
  --red:#9b1b22; --gold:#b7942e;
  --line:#d9d5c7; --line-soft:#e8e3d5;
  --display:"Playfair Display",Georgia,serif;
  --serif:"Source Serif 4",Georgia,serif;
  --sans:"Montserrat",-apple-system,system-ui,sans-serif;
  --maxw:1440px;
  font-family:var(--serif);color:var(--ink-2);background:var(--cream);
  line-height:1.55;font-size:16px;-webkit-font-smoothing:antialiased;
}
.noticias-hub *{box-sizing:border-box;margin:0;padding:0}
.noticias-hub img{display:block;max-width:100%}
.noticias-hub a{color:inherit;text-decoration:none}
.noticias-hub .wrap{max-width:var(--maxw);margin:0 auto;padding:0 40px}

.noticias-hub .eyebrow{font-family:var(--sans);font-size:.68rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--gold)}
.noticias-hub .tag-link{font-family:var(--sans);font-size:.72rem;font-weight:600;letter-spacing:.06em;color:var(--ink);display:inline-flex;align-items:center;gap:6px}
.noticias-hub .tag-link.under{text-decoration:underline;text-underline-offset:3px}
.noticias-hub .tag-link:hover{color:var(--gold)}
.noticias-hub .rule{width:54px;height:3px;background:var(--gold);margin:0 auto}

/* MASTHEAD */
.noticias-hub .masthead{position:relative;background:var(--cream);overflow:hidden;text-align:center}
.noticias-hub .masthead .bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.9;
  -webkit-mask-image:radial-gradient(120% 100% at 50% 30%,#000 35%,transparent 78%);
          mask-image:radial-gradient(120% 100% at 50% 30%,#000 35%,transparent 78%)}
.noticias-hub .masthead::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(253,249,240,.35) 0%,rgba(253,249,240,.55) 55%,rgba(253,249,240,.92) 100%)}
.noticias-hub .masthead .inner{position:relative;z-index:2;padding:60px 28px 78px}
.noticias-hub .masthead .badge{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:.78rem;font-weight:700;color:var(--ink);margin-bottom:18px}
.noticias-hub .masthead .badge .dot{width:26px;height:26px;border-radius:50%;background:var(--ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem}
.noticias-hub .masthead .pill{display:inline-flex;align-items:center;gap:10px;background:var(--paper);border:1px solid var(--line);border-radius:99px;padding:11px 22px;margin-bottom:24px;font-family:var(--sans);font-size:.92rem;font-weight:500;color:var(--ink)}
.noticias-hub .masthead .pill svg{width:12px;height:12px;stroke:var(--gray);stroke-width:2;fill:none}
.noticias-hub .masthead h1{font-family:var(--display);font-weight:700;color:var(--ink);font-size:clamp(2rem,4.2vw,3.25rem);line-height:1.06;letter-spacing:-.02em;max-width:22ch;margin:0 auto}
.noticias-hub .masthead .sub{font-family:var(--serif);font-size:1.05rem;color:var(--ink-soft);max-width:52ch;margin:20px auto 0;line-height:1.5}

/* BUSCA + FILTROS */
.noticias-hub .searchbar{border-bottom:1px solid var(--line);background:var(--cream)}
.noticias-hub .searchbar .sb-inner{max-width:var(--maxw);margin:0 auto;padding:22px 40px;display:grid;grid-template-columns:1fr 230px 230px;gap:14px;align-items:stretch}
.noticias-hub .sb-field{position:relative;display:flex;align-items:center;background:var(--paper);border:1px solid var(--line);transition:border-color .2s}
.noticias-hub .sb-field:focus-within{border-color:var(--gold)}
.noticias-hub .sb-field svg{width:18px;height:18px;fill:none;stroke:var(--gray);stroke-width:2;margin:0 14px;flex:0 0 auto}
.noticias-hub .sb-field input{border:none;outline:none;background:transparent;width:100%;font-family:var(--serif);font-size:1rem;color:var(--ink);padding:15px 16px 15px 0}
.noticias-hub .sb-field input::placeholder{color:var(--gray);font-style:italic}
.noticias-hub .sb-select{position:relative;background:var(--paper);border:1px solid var(--line);transition:border-color .2s}
.noticias-hub .sb-select:focus-within{border-color:var(--gold)}
.noticias-hub .sb-select select{appearance:none;-webkit-appearance:none;border:none;outline:none;background:transparent;width:100%;height:100%;font-family:var(--sans);font-size:.86rem;font-weight:500;color:var(--ink);padding:14px 38px 14px 16px;cursor:pointer}
.noticias-hub .sb-select::after{content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:2px solid var(--gray);border-bottom:2px solid var(--gray);transform:translateY(-70%) rotate(45deg);pointer-events:none}

/* INTRO */
.noticias-hub .lede{text-align:center;padding:46px 28px 8px}
.noticias-hub .lede p{font-family:var(--display);font-weight:600;font-size:clamp(1.3rem,2.6vw,1.9rem);color:var(--ink);max-width:34ch;margin:0 auto;line-height:1.25}

/* MOSAICO TOPO */
.noticias-hub .mosaic{display:grid;grid-template-columns:1.7fr 1px 1fr;gap:0 40px;padding:44px 0 56px;border-bottom:1px solid var(--line)}
.noticias-hub .mosaic .divider{background:var(--line)}
.noticias-hub .lead-story .pic{aspect-ratio:16/10;overflow:hidden;background:var(--cream-2)}
.noticias-hub .lead-story .pic img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.noticias-hub .lead-story:hover .pic img{transform:scale(1.03)}
.noticias-hub .lead-story h2{font-family:var(--display);font-weight:600;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.12;margin:18px 0 10px;letter-spacing:-.01em;text-decoration:none}
.noticias-hub .lead-story:hover h2{color:var(--gold)}
.noticias-hub .lead-story p{color:var(--ink-soft);font-size:1rem;max-width:60ch}
.noticias-hub .sub-story{display:grid;grid-template-columns:1fr 1.1fr;gap:24px;align-items:center;margin-top:34px;padding-top:30px;border-top:1px solid var(--line-soft)}
.noticias-hub .sub-story .pic{aspect-ratio:4/3;overflow:hidden;background:var(--cream-2)}
.noticias-hub .sub-story .pic img{width:100%;height:100%;object-fit:cover}
.noticias-hub .sub-story h3{font-family:var(--display);font-weight:600;font-size:1.6rem;line-height:1.12;margin-bottom:8px}
.noticias-hub .sub-story:hover h3{color:var(--gold)}
.noticias-hub .sub-story p{color:var(--ink-soft);font-size:.92rem}
.noticias-hub .side-list{display:flex;flex-direction:column}
.noticias-hub .side-item{padding:22px 0;border-bottom:1px solid var(--line-soft)}
.noticias-hub .side-item:first-child{padding-top:0}
.noticias-hub .side-item:last-child{border-bottom:none}
.noticias-hub .side-item .pic{aspect-ratio:16/9;overflow:hidden;background:var(--cream-2);margin-bottom:12px}
.noticias-hub .side-item .pic img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.noticias-hub .side-item:hover .pic img{transform:scale(1.04)}
.noticias-hub .side-item h4{font-family:var(--display);font-weight:600;font-size:1.18rem;line-height:1.18;margin-bottom:6px}
.noticias-hub .side-item:hover h4{color:var(--gold)}
.noticias-hub .side-item p{color:var(--ink-soft);font-size:.85rem}

/* MATÉRIA DESTAQUE (Especial) */
.noticias-hub .memory{position:relative;padding:56px 0;border-bottom:1px solid var(--line)}
.noticias-hub .memory .big{width:78%;aspect-ratio:16/9;overflow:hidden;background:var(--cream-2)}
.noticias-hub .memory .big img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.noticias-hub .memory:hover .big img{transform:scale(1.03)}
.noticias-hub .memory .caption{position:absolute;right:0;bottom:56px;width:38%;background:var(--cream-2);padding:34px 32px;box-shadow:-8px 8px 0 rgba(155,27,34,.06)}
.noticias-hub .memory .caption .eyebrow{display:block;margin-bottom:10px}
.noticias-hub .memory .caption h3{font-family:var(--display);font-weight:600;font-size:1.7rem;line-height:1.1;margin-bottom:10px}
.noticias-hub .memory .caption p{color:var(--ink-soft);font-size:.95rem;margin-bottom:14px}

/* TÍTULO DE SEÇÃO */
.noticias-hub .section-title{text-align:center;padding:56px 0 8px}
.noticias-hub .section-title .rule{margin-bottom:22px}
.noticias-hub .section-title h2{font-family:var(--display);font-weight:700;font-size:clamp(2rem,3.6vw,2.9rem);letter-spacing:-.01em}
.noticias-hub .section-title p{font-family:var(--sans);font-size:.9rem;color:var(--gray);margin-top:8px}

/* GRID 2 COL (Conhecimento) */
.noticias-hub .grid2{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:30px 0 44px}
.noticias-hub .g-item .pic{aspect-ratio:16/10;overflow:hidden;background:var(--cream-2);margin-bottom:14px}
.noticias-hub .g-item .pic img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.noticias-hub .g-item:hover .pic img{transform:scale(1.04)}
.noticias-hub .g-item .eyebrow{display:block;margin-bottom:9px}
.noticias-hub .g-item h3{font-family:var(--display);font-weight:600;font-size:1.5rem;line-height:1.14;margin-bottom:8px}
.noticias-hub .g-item:hover h3{color:var(--gold)}
.noticias-hub .g-item p{color:var(--ink-soft);font-size:.92rem;max-width:52ch}

/* PERFIS (Trajetória) */
.noticias-hub .profiles{padding:30px 0 56px}
.noticias-hub .profiles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.noticias-hub .profile .pic{aspect-ratio:3/4;overflow:hidden;background:var(--cream-2);margin-bottom:16px}
.noticias-hub .profile .pic img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.noticias-hub .profile:hover .pic img{transform:scale(1.05)}
.noticias-hub .profile h3{font-family:var(--display);font-weight:600;font-size:1.28rem;line-height:1.16;margin-bottom:8px}
.noticias-hub .profile p{color:var(--ink-soft);font-size:.86rem;margin-bottom:12px}
.noticias-hub .profile .read{font-family:var(--sans);font-size:.74rem;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.noticias-hub .profile:hover .read{color:var(--gold)}
.noticias-hub .profile.featured{position:relative;padding:14px}
.noticias-hub .profile.featured::before{content:"";position:absolute;inset:0;border:3px solid var(--gold);pointer-events:none}

/* GRADE FINAL (Campus Vivo) */
.noticias-hub .feed{padding:30px 0 64px}
.noticias-hub .feed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px 36px}
.noticias-hub .f-item .pic{aspect-ratio:16/10;overflow:hidden;background:var(--cream-2);margin-bottom:14px}
.noticias-hub .f-item .pic img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.noticias-hub .f-item:hover .pic img{transform:scale(1.04)}
.noticias-hub .f-item .eyebrow{display:block;margin-bottom:8px}
.noticias-hub .f-item h3{font-family:var(--display);font-weight:600;font-size:1.32rem;line-height:1.15;margin-bottom:7px}
.noticias-hub .f-item:hover h3{color:var(--gold)}
.noticias-hub .f-item p{color:var(--ink-soft);font-size:.88rem}

.noticias-hub .see-all-center{text-align:center;padding:8px 0}
.noticias-hub .see-all-center a{font-family:var(--sans);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-bottom:2px solid var(--gold);padding-bottom:4px}
.noticias-hub .see-all-center a:hover{color:var(--gold)}

/* TERRITÓRIO CARIRI — faixa escura full-bleed */
.noticias-hub .terr-band{position:relative;background:var(--ink);color:#fff;margin:64px calc(50% - 50vw) 0;padding:0}
.noticias-hub .terr-band .tb-inner{max-width:var(--maxw);margin:0 auto;padding:64px 28px 72px}
.noticias-hub .terr-band .tb-head{text-align:center;margin-bottom:40px}
.noticias-hub .terr-band .tb-head .rule{margin:0 auto 20px}
.noticias-hub .terr-band .tb-head h2{font-family:var(--display);font-weight:700;font-size:clamp(2rem,3.6vw,2.9rem);color:#fff;letter-spacing:-.01em}
.noticias-hub .terr-band .tb-head p{font-family:var(--sans);font-size:.9rem;color:rgba(255,255,255,.6);margin-top:8px}
.noticias-hub .terr-band .tb-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:28px}
.noticias-hub .tb-lead{position:relative;overflow:hidden;min-height:460px;display:flex;align-items:flex-end}
.noticias-hub .tb-lead img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1s ease}
.noticias-hub .tb-lead:hover img{transform:scale(1.04)}
.noticias-hub .tb-lead::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(20,18,15,.92) 12%,rgba(20,18,15,.1) 70%)}
.noticias-hub .tb-lead .cap{position:relative;z-index:1;padding:34px}
.noticias-hub .tb-lead .eyebrow{color:#e7c873;display:block;margin-bottom:12px}
.noticias-hub .tb-lead h3{font-family:var(--display);font-weight:700;font-size:clamp(1.7rem,2.6vw,2.2rem);line-height:1.1;margin-bottom:12px;max-width:18ch}
.noticias-hub .tb-lead p{color:rgba(255,255,255,.82);font-size:.98rem;max-width:46ch;margin-bottom:16px}
.noticias-hub .tb-lead .read{font-family:var(--sans);font-size:.76rem;font-weight:700;color:#fff;border-bottom:2px solid #e7c873;padding-bottom:3px;display:inline-flex;gap:7px;align-items:center}
.noticias-hub .tb-lead .read:hover{color:#e7c873}
.noticias-hub .tb-side{display:flex;flex-direction:column;gap:24px}
.noticias-hub .tb-row{display:grid;grid-template-columns:130px 1fr;gap:18px;align-items:center;flex:1;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);padding:16px;transition:background .3s ease}
.noticias-hub .tb-row:hover{background:rgba(255,255,255,.08)}
.noticias-hub .tb-row .pic{aspect-ratio:1;overflow:hidden}
.noticias-hub .tb-row .pic img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.noticias-hub .tb-row:hover .pic img{transform:scale(1.06)}
.noticias-hub .tb-row .eyebrow{color:#e7c873;display:block;margin-bottom:7px;font-size:.62rem}
.noticias-hub .tb-row h4{font-family:var(--display);font-weight:600;font-size:1.18rem;line-height:1.18;color:#fff}
.noticias-hub .tb-row:hover h4{color:#e7c873}
.noticias-hub .terr-band .see-all-center{margin-top:38px}
.noticias-hub .terr-band .see-all-center a{color:#fff;border-color:#e7c873}
.noticias-hub .terr-band .see-all-center a:hover{color:#e7c873}

/* ÍNDICE FLUTUANTE */
.noticias-hub .floatnav{position:fixed;top:50%;left:24px;transform:translateY(-50%);z-index:40;width:210px;background:rgba(253,249,240,.92);backdrop-filter:blur(6px);border:1px solid var(--line);padding:18px 20px;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}
.noticias-hub .floatnav.show{opacity:1;visibility:visible}
.noticias-hub .floatnav .fn-label{font-family:var(--sans);font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);padding-bottom:10px;margin-bottom:8px;border-bottom:1px solid var(--line)}
.noticias-hub .floatnav ul{list-style:none}
.noticias-hub .floatnav a{display:block;font-family:var(--sans);font-size:.76rem;font-weight:500;color:var(--ink-soft);padding:6px 0 6px 12px;border-left:2px solid transparent;line-height:1.3;transition:color .2s,border-color .2s}
.noticias-hub .floatnav a:hover{color:var(--ink);border-left-color:var(--gold)}
.noticias-hub .floatnav a.active{color:var(--ink);font-weight:700;border-left-color:var(--gold)}

/* RESPONSIVO */
@media(max-width:1400px){.noticias-hub .floatnav{left:12px;width:185px;padding:14px 16px}}
@media(max-width:1200px){.noticias-hub .floatnav{display:none}}
@media(max-width:900px){
  .noticias-hub .searchbar .sb-inner{grid-template-columns:1fr;padding:16px 22px}
  .noticias-hub .mosaic{grid-template-columns:1fr;gap:0}
  .noticias-hub .mosaic .divider{display:none}
  .noticias-hub .side-list{margin-top:40px;border-top:1px solid var(--line);padding-top:8px}
  .noticias-hub .memory .big{width:100%}
  .noticias-hub .memory .caption{position:static;width:88%;margin-top:-40px;margin-left:auto}
  .noticias-hub .grid2{grid-template-columns:1fr;gap:36px}
  .noticias-hub .profiles-grid{grid-template-columns:1fr 1fr}
  .noticias-hub .feed-grid{grid-template-columns:1fr 1fr}
  .noticias-hub .terr-band .tb-grid{grid-template-columns:1fr}
  .noticias-hub .tb-lead{min-height:340px}
}
@media(max-width:560px){
  .noticias-hub .sub-story{grid-template-columns:1fr;gap:14px}
  .noticias-hub .profiles-grid,.noticias-hub .feed-grid{grid-template-columns:1fr}
  .noticias-hub .memory .caption{width:100%}
  .noticias-hub .tb-row{grid-template-columns:90px 1fr;gap:12px}
}

/* ÚLTIMAS NOTÍCIAS — layout revista (1 grande + 2 empilhados + 3 pequenos) */
.noticias-hub .latest-news-section{background:#000000;padding:64px 0}
.noticias-hub .latest-news-wrap{max-width:var(--maxw);margin:0 auto;padding:0 40px}
.noticias-hub .latest-news-label{font-family:Arial,sans-serif;font-size:16px;font-weight:800;color:#990000;text-transform:uppercase;margin:0 0 24px}
.noticias-hub .latest-news-layout{display:grid;grid-template-columns:2fr 1fr;gap:36px;border-bottom:1px solid #777;padding-bottom:24px}
.noticias-hub .latest-main{padding-right:24px;border-right:1px solid #777}
.noticias-hub .latest-main a,.noticias-hub .latest-side-item a,.noticias-hub .latest-small a{color:inherit;text-decoration:none}
.noticias-hub .latest-main-img{width:100%;aspect-ratio:16/9;background:#ddd;overflow:hidden;margin-bottom:18px}
.noticias-hub .latest-main-img img,.noticias-hub .latest-side-img img,.noticias-hub .latest-small-img img{width:100%;height:100%;object-fit:cover;display:block}
.noticias-hub .latest-main h3{font-family:Georgia,serif;font-size:32px;line-height:1.1;font-weight:400;margin:0 0 12px}
.noticias-hub .latest-main p{font-family:Arial,sans-serif;font-size:14px;color:#333;margin:0}
.noticias-hub .latest-side{display:grid;gap:24px}
.noticias-hub .latest-side-item:first-child{border-bottom:1px solid #999;padding-bottom:24px}
.noticias-hub .latest-side-img{width:100%;aspect-ratio:16/8;background:#ddd;overflow:hidden;margin-bottom:14px}
.noticias-hub .latest-side-item h3{font-family:Georgia,serif;font-size:22px;line-height:1.15;font-weight:400;margin:0}
.noticias-hub .latest-bottom{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #777;padding:18px 0 24px}
.noticias-hub .latest-small{padding:0 22px;border-right:1px solid #999}
.noticias-hub .latest-small:first-child{padding-left:0}
.noticias-hub .latest-small:last-child{border-right:none;padding-right:0}
.noticias-hub .latest-small a{display:grid;grid-template-columns:80px 1fr;gap:14px;align-items:start}
.noticias-hub .latest-small-img{width:80px;height:70px;background:#ddd;overflow:hidden}
.noticias-hub .latest-small span{display:block;font-family:Arial,sans-serif;font-size:11px;font-weight:800;text-transform:uppercase;margin-bottom:4px}
.noticias-hub .latest-small h4{font-family:Georgia,serif;font-size:15px;line-height:1.2;font-weight:400;margin:0}
@media(max-width:900px){
  .noticias-hub .latest-news-layout{grid-template-columns:1fr}
  .noticias-hub .latest-main{border-right:none;padding-right:0}
  .noticias-hub .latest-bottom{grid-template-columns:1fr;gap:18px}
  .noticias-hub .latest-small{border-right:none;padding:0}
}

/* Últimas notícias — fundo preto: texto e filetes claros pra contraste */
.noticias-hub .latest-news-label{color:#e7c873}
.noticias-hub .latest-news-layout,.noticias-hub .latest-main,.noticias-hub .latest-bottom{border-color:rgba(255,255,255,.22)}
.noticias-hub .latest-side-item:first-child,.noticias-hub .latest-small{border-color:rgba(255,255,255,.18)}
.noticias-hub .latest-main h3,.noticias-hub .latest-side-item h3,.noticias-hub .latest-small h4{color:#fff}
.noticias-hub .latest-main p{color:rgba(255,255,255,.78)}
.noticias-hub .latest-small span{color:#e7c873}

/* Paginação — escopada no Hub, visual editorial (caixas pequenas, fundo claro) */
.noticias-hub .pagination-wrap{margin-top:40px;display:flex;justify-content:center;border-top:none}
.noticias-hub .pagination,.noticias-hub .pagination-wrap .nav-links{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.noticias-hub .page-numbers{min-width:38px;height:38px;padding:0 12px;border:1px solid #d8cdb8;background:#fffaf0;color:#1b1b1b;display:inline-flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:.85rem;font-weight:600;text-decoration:none;line-height:1;transition:background .2s,color .2s,border-color .2s}
.noticias-hub .page-numbers.current{background:#111;color:#fff;border-color:#111;border-bottom:3px solid #b8922f}
.noticias-hub .page-numbers.dots{border:none;background:transparent;color:#cbb27a}
.noticias-hub a.page-numbers:hover{background:#b8922f;color:#111;border-color:#b8922f}
.noticias-hub .page-numbers.prev,.noticias-hub .page-numbers.next{font-family:var(--serif);font-style:italic;font-weight:400}

/* Filtros (select) — dourado da identidade, sem azul nativo no foco */
.noticias-hub select{accent-color:#b8922f}
.noticias-hub .sb-select:focus-within{border-color:#b8922f}
.noticias-hub select:focus{border-color:#b8922f;outline:2px solid rgba(184,146,47,.25);outline-offset:0;box-shadow:none}
.noticias-hub select option:checked{background:#b8922f;color:#111}
.noticias-hub select option:hover{background:#b8922f;color:#111}

/* Custom select dos filtros — substitui o select nativo (sem azul; lista dourada) */
.noticias-hub .hub-custom-select{position:relative;background:var(--paper);border:1px solid var(--line);transition:border-color .2s}
.noticias-hub .hub-custom-select.open,.noticias-hub .hub-custom-select:focus-within{border-color:#b8922f}
.noticias-hub .hub-select-trigger{appearance:none;-webkit-appearance:none;border:none;background:transparent;width:100%;height:100%;min-height:48px;text-align:left;font-family:var(--sans);font-size:.86rem;font-weight:500;color:var(--ink);padding:14px 38px 14px 16px;cursor:pointer;display:flex;align-items:center}
.noticias-hub .hub-select-trigger:focus-visible{outline:2px solid rgba(184,146,47,.25);outline-offset:-2px}
.noticias-hub .hub-custom-select::after{content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:2px solid var(--gray);border-bottom:2px solid var(--gray);transform:translateY(-70%) rotate(45deg);pointer-events:none;transition:transform .2s}
.noticias-hub .hub-custom-select.open::after{transform:translateY(-30%) rotate(-135deg)}
.noticias-hub .hub-select-options{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:60;list-style:none;margin:0;padding:6px 0;background:var(--paper);border:1px solid #d8cdb8;max-height:300px;overflow-y:auto;box-shadow:0 14px 34px -14px rgba(0,0,0,.4);display:none}
.noticias-hub .hub-custom-select.open .hub-select-options{display:block}
.noticias-hub .hub-select-options li{margin:0}
.noticias-hub .hub-select-options a{display:block;padding:10px 16px;font-family:var(--sans);font-size:.85rem;color:var(--ink);text-decoration:none;transition:background .12s,color .12s}
.noticias-hub .hub-select-options a:hover,.noticias-hub .hub-select-options a:focus{background:#b8922f;color:#111;outline:none}

/* Largura/fluidez do conteúdo — aproveitar melhor as laterais */
@media(min-width:1600px){
  .noticias-hub .wrap,
  .noticias-hub .searchbar .sb-inner,
  .noticias-hub .terr-band .tb-inner,
  .noticias-hub .latest-news-wrap{max-width:1480px}
}
@media(max-width:600px){
  .noticias-hub .wrap,
  .noticias-hub .latest-news-wrap{padding-left:20px;padding-right:20px}
}
