/* =====================================================================
   CELEBIX NEWS — CSS GLOBAL
   Parte oficial do tema desde a v2.0.2 (assets/css/celebix-global.css,
   carregado via functions.php). Antes vivia fora do tema — como
   arquivo separado editado ao vivo ou snippet do WPCode — e se perdia
   toda vez que o tema era reinstalado. Agora está seguro: sempre vai
   junto no zip, o changelog de versão fica só no style.css do tema.
   ===================================================================== */

/* BUGFIX (linha vermelha do header "fraca" ao carregar, depois normaliza):
   o @import daqui bloqueava a aplicação do resto deste arquivo até a
   fonte do Google terminar de baixar — nesse meio tempo a página só
   tinha o border-bottom cinza claro do snippet do header (sem o
   ::after vermelho), daí "acendia" vermelho forte só quando o resto
   do CSS finalmente aplicava. Fontes movidas para functions.php como
   um <link> próprio (carrega em paralelo, não trava este arquivo). */


/* =====================================================================
   [1] BLOQUEIOS / LIMPEZAS
   ===================================================================== */

a.customize-unpreviewable[href*="afthemes.com/products/chromenews"],
a.aft-readmore,
hr,
.divider,
.separator,
#scroll-up,
.site-footer,
#colophon,
.footer,
.footer-area { display: none !important; }

body.home #aft-archive-wrapper { display: none !important; }

.site-info {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  overflow: hidden !important;
}

.footer-bottom-center,
.footer-bottom-center .sep,
.footer-bottom-center a { font-size: 0; }

.footer-bottom-center::before {
  content: "© 2026 Celebix News. Todos os direitos reservados.";
  font-size: 14px;
  color: inherit;
}


/* =====================================================================
   [2] RESET SEGURO
   ===================================================================== */

/* BUGFIX: destaque azul padrão do Chrome/Android ao tocar em links
   (cards de post inteiros são links grandes, então esse azul cobria
   a tela toda por um instante ao tocar em qualquer post no mobile). */
* {
  -webkit-tap-highlight-color: transparent !important;
}

*,
*::before,
*::after {
  box-shadow: none !important;
}

*:focus:not(:focus-visible) {
  outline: none !important;
}

html,
body,
#page,
#content,
#main,
.container,
.row,
.col { background-image: none !important; }


/* =====================================================================
   [3] COMENTÁRIOS / META
   ===================================================================== */

i.fa-comment,
i.far.fa-comment,
i.fas.fa-comment,
.comments-link,
.comment-link,
.comment-count,
.post-comments,
.meta-comments,
.entry-meta .comments,
.aft-show-hover { display: none !important; }

.comments-link::before,
.comments-link::after,
.comment-count::before,
.comment-count::after { content: none !important; }

.entry-meta,
.post-meta,
.post-meta-wrap,
.single-post .entry-meta,
.blog .entry-meta,
.archive .entry-meta,
.meta,
.posted-on,
.post-date,
.post-date a,
.post-date span {
  overflow: visible !important;
  line-height: 1.4 !important;
  color: #777;
  font-size: 13px;
}

.entry-meta svg,
.entry-meta i,
.post-meta svg,
.post-meta i {
  display: inline-block !important;
  vertical-align: -0.12em;
  line-height: 1 !important;
  overflow: visible !important;
  box-sizing: content-box !important;
  padding: 2px !important;
}


/* =====================================================================
   [4] NAV DO POST — OCULTO
   ===================================================================== */

.nav-previous,
.nav-next,
.chromenews-prev-post,
.chromenews-next-post,
.post-navigation,
nav.post-navigation { display: none !important; margin: 0 !important; padding: 0 !important; }


/* =====================================================================
   [5] TIPOGRAFIA
   ===================================================================== */

body {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(16px, 1.1vw + 13.5px, 18px) !important;
  line-height: 1.65 !important;
  color: #222 !important;
  background: #fff !important;
}

h1,
h2,
h3,
h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #111;
}

.entry-title,
h1 { font-family: 'Oswald', sans-serif !important; font-size: clamp(26px, 3vw + 18px, 40px) !important; line-height: 1.2 !important; font-weight: 700 !important; color: #111 !important; }

h2 { font-size: clamp(20px, 2vw + 14px, 28px); }
h3 { font-size: clamp(18px, 1.5vw + 13px, 22px); font-weight: 600; }
h4 { font-size: clamp(16px, 1vw + 13px, 19px); font-weight: 500; }

.aft-post-title,
.post-title,
.grid-post-title,
.af-sec-post .entry-title,
.af-sec-post h2,
.af-sec-post h3 {
  font-family: 'Oswald', sans-serif !important;
  font-size: clamp(15px, 1vw + 12px, 17px) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
  overflow: visible !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
}

.aft-trending-posts .read-title h3,
.aft-trending-posts .read-title a {
  font-family: 'Oswald', sans-serif !important;
  font-size: clamp(16px, 1vw + 13px, 18px) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.entry-content p {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(16px, 1vw + 14px, 19px) !important;
  line-height: 1.8 !important;
  margin-bottom: 22px !important;
  color: #222 !important;
  text-align: left !important;
  text-indent: 0 !important;
}

.entry-content {
  text-align: left !important;
}

/* -------------------------------------------------------------------
   TIPOGRAFIA EDITORIAL (estilo People.com) — v2.0.8
   Parágrafo de abertura em destaque (maior, mais leve), subtítulos
   dentro do corpo do texto com espaçamento próprio, e citações em
   bloco estilizadas com acento vermelho da marca.
   ------------------------------------------------------------------- */

/* Parágrafo de abertura — maior e com peso levemente mais forte,
   igual ao "lede" que a People usa para puxar o leitor pro texto */
.entry-content > p:first-of-type {
  font-size: clamp(18px, 1.2vw + 15px, 22px) !important;
  line-height: 1.7 !important;
  color: #111 !important;
  font-weight: 500;
}

/* Subtítulos dentro do corpo do post (ex: "Um momento especial no D23") */
.entry-content h2,
.entry-content h3 {
  margin-top: 42px !important;
  margin-bottom: 16px !important;
  padding-bottom: 8px;
  border-bottom: 2px solid #f0f0f0;
}

.entry-content h2 { font-size: clamp(22px, 2vw + 15px, 30px) !important; }
.entry-content h3 { font-size: clamp(19px, 1.5vw + 14px, 24px) !important; }

/* Citações em bloco — estilo "pull quote" editorial */
/* Listas com bolinhas/números dentro do corpo do post — antes ficavam
   na fonte serifada padrão do navegador, quebrando a consistência com
   o resto do texto (Arial). Marcadores mantidos no padrão do navegador. */
.entry-content ul,
.entry-content ol {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(16px, 1vw + 14px, 19px) !important;
  line-height: 1.8 !important;
  color: #222 !important;
  margin: 0 0 24px 0 !important;
  padding-left: 22px !important;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: 14px;
}

.entry-content ul li strong:first-child,
.entry-content ol li strong:first-child {
  color: #111;
  font-weight: 700;
}

.entry-content blockquote {
  border-left: 4px solid #e50914;
  padding: 4px 0 4px 22px;
  margin: 32px 0;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(20px, 1.5vw + 16px, 26px);
  font-weight: 500;
  font-style: italic;
  color: #111;
  line-height: 1.4;
}

/* Palavras de transição em negrito (Primeiramente, Dessa forma...) —
   deixa mais discretas, sem competir visualmente com os subtítulos */
.entry-content p strong:first-child {
  color: #111;
  font-weight: 700;
}

a { text-decoration: none; color: #111; }
a:hover { text-decoration: none; color: #e50914; }


/* =====================================================================
   [6] BUSCA EM PORTUGUÊS
   ===================================================================== */

.search .page-title,
.search-no-results .page-title { font-size: 0 !important; }

.search .page-title::before {
  content: "Você pesquisou por:";
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: #111;
}

.search-no-results .page-title::before {
  content: "Nenhum resultado encontrado para:";
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: #111;
}

.search-no-results .no-results p { font-size: 0 !important; }

.search-no-results .no-results p::before {
  content: "Tente usar palavras diferentes ou mais específicas.";
  font-size: 17px;
  color: #555;
  display: block;
  margin-top: 8px;
}


/* =====================================================================
   [7] RÓTULO "ÚLTIMAS NOTÍCIAS"
   Cor vermelha padrão do site (#e50914), texto branco.
   ===================================================================== */

/* BUGFIX: badge/ticker "Últimas Notícias" encostando direto na notícia
   principal abaixo, sem respiro nenhum. O wrapper nativo do tema só
   tem padding-top, sem padding-bottom. Adicionado espaçamento embaixo
   pra separar visualmente as duas seções. */
.banner-exclusive-posts-wrapper {
  padding-bottom: 20px !important;
}

.exclusive-now {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 4px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #e50914 !important;
  color: #ffffff !important;
  transform: rotate(-2deg);
  box-shadow: 3px 3px 0 #8b0000 !important;
  transition: transform 0.2s ease;
  cursor: default;
}

.exclusive-now:hover { transform: rotate(0deg); }

.exclusive-now span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.aft-ripple {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.exclusive-now::before,
.exclusive-now::after { display: none !important; }

@media (max-width: 768px) {
  .exclusive-now {
    padding: 0 14px !important;
    height: 30px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    border-radius: 4px !important;
    transform: rotate(-1deg) !important;
    box-shadow: 2px 2px 0 #8b0000 !important;
    gap: 6px !important;
    min-width: auto !important;
    transition: transform 0.2s ease !important;
  }
  .exclusive-now:hover { transform: rotate(0deg) !important; }
  .exclusive-now span {
    line-height: 1 !important;
    position: relative !important;
    z-index: 2 !important;
  }
}

@media (max-width: 390px) {
  .exclusive-now {
    transform: rotate(0deg) !important;
    padding: 0 10px !important;
    height: 28px !important;
    font-size: 12px !important;
    transition: transform 0.2s ease !important;
  }
}


/* =====================================================================
   [8] ARQUIVOS / CATEGORIAS / TAGS
   ===================================================================== */

body.archive .page-header,
body.category .page-header,
body.tag .page-header {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

body.archive .page-title,
body.category .page-title,
body.tag .page-title {
  text-align: center !important;
  margin: 0 auto 10px !important;
  color: #111;
}

body.archive .archive-description,
body.category .archive-description,
body.tag .archive-description {
  text-align: center !important;
  margin: 0 auto 18px !important;
  max-width: 820px;
  color: #555;
}

@media (max-width: 768px) {
  body.archive .archive-description,
  body.category .archive-description,
  body.tag .archive-description { padding: 0 14px; }
}

.page .entry-title,
.page h1 { text-align: center; }


/* =====================================================================
   [9] RODAPÉ CUSTOMIZADO
   DEPENDÊNCIA: o HTML do rodapé vem de um snippet SEPARADO (Rodapé
   Global). Esse snippet tem <style> próprio com só 2 coisas que este
   CSS não fornece de propósito: position:relative no ".footer-logo
   span" e o efeito de brilho (::after + @keyframes cn-shine-footer).
   ===================================================================== */

.celebix-footer {
  background: #0b0b0b;
  color: #cfcfcf;
  font-size: 14px;
  margin-top: 80px;
  line-height: 1.6;
}

.celebix-footer-top {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 35px;
  align-items: start;
}

.footer-logo {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.footer-logo a {
  text-decoration: none !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-logo span {
  overflow: hidden !important;
  background: #e50914;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 7px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}

.footer-col h3 { color: #fff; font-size: 20px; margin-bottom: 12px; }

.footer-col h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 14px;
  position: relative;
}

.footer-col h4::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: #e50914;
  margin-top: 6px;
  border-radius: 2px;
}

.footer-col p { line-height: 1.7; margin: 0; color: #cfcfcf; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 8px; }

.footer-col a {
  color: #cfcfcf !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.footer-col a:hover { color: #fff !important; }

.footer-social-icons {
  display: flex;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-icons a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfcfcf !important;
  font-size: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  transition: background 0.2s ease, color 0.2s ease;
}

.footer-social-icons a:hover {
  color: #fff !important;
  background: rgba(255,255,255,0.15);
}

.celebix-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  padding: 15px 20px;
  text-align: center;
  font-size: 13px;
  color: #888;
}

@media (max-width: 1024px) and (min-width: 601px) {
  .celebix-footer-top { grid-template-columns: repeat(3, 1fr); gap: 30px; }
  .footer-brand {
    grid-column: 1 / -1;
    text-align: center;
    max-width: 650px;
    margin: 0 auto 25px auto;
  }
}

@media (max-width: 600px) {
  .celebix-footer { margin-top: 60px; }
  .celebix-footer-top { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .footer-col h4::after { margin-left: auto; margin-right: auto; }
  .footer-social-icons { justify-content: center; }
}

.celebix-footer .footer-brand .footer-logo a {
  font-size: 26px !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
}

.celebix-footer .footer-brand .footer-logo span {
  font-size: 13px !important;
  padding: 5px 10px !important;
  border-radius: 7px !important;
}

@media (max-width: 600px) {
  .celebix-footer .footer-brand .footer-logo a { font-size: 22px !important; }
  .celebix-footer .footer-brand .footer-logo span { font-size: 12px !important; }
}


/* =====================================================================
   [10] PAGINAÇÃO — OCULTA
   ===================================================================== */

.nav-links,
.pagination .nav-links,
.pagination,
nav.pagination { display: none !important; margin: 0 !important; padding: 0 !important; }

.nav-links {
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 48px auto !important;
  padding: 0 16px !important;
}

.nav-links .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 42px !important;
  height: 42px !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333 !important;
  background: #fff !important;
  text-decoration: none !important;
  border: 1px solid #eee !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
  cursor: pointer !important;
}

.nav-links a.page-numbers:hover,
.nav-links a.page-numbers:focus-visible {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
  transform: translateY(-2px) !important;
  text-decoration: none !important;
  outline: 2px solid #e50914 !important;
  outline-offset: 2px !important;
}

.nav-links .page-numbers.current {
  background: #e50914 !important;
  color: #fff !important;
  border-color: #e50914 !important;
  font-weight: 700 !important;
  cursor: default !important;
  transform: none !important;
}

.nav-links .page-numbers.dots {
  background: transparent !important;
  border: none !important;
  color: #bbb !important;
  pointer-events: none !important;
  transform: none !important;
}

.nav-links a.page-numbers.next,
.nav-links a.page-numbers.prev {
  font-size: 0 !important;
  padding: 0 18px !important;
  background: #fafafa !important;
  border-color: #eee !important;
}

.nav-links a.page-numbers.next::after {
  content: "Próxima →" !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #333 !important;
}

.nav-links a.page-numbers.prev::after {
  content: "← Anterior" !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #333 !important;
}

.nav-links a.page-numbers.next:hover,
.nav-links a.page-numbers.next:focus-visible,
.nav-links a.page-numbers.prev:hover,
.nav-links a.page-numbers.prev:focus-visible {
  background: #e50914 !important;
  border-color: #e50914 !important;
}

.nav-links a.page-numbers.next:hover::after,
.nav-links a.page-numbers.next:focus-visible::after,
.nav-links a.page-numbers.prev:hover::after,
.nav-links a.page-numbers.prev:focus-visible::after { color: #fff !important; }

@media (max-width: 480px) {
  .nav-links .page-numbers {
    min-width: 36px !important;
    height: 36px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
    padding: 0 10px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-links .page-numbers {
    transition: background 0.15s ease, color 0.15s ease !important;
    transform: none !important;
  }
}


/* =====================================================================
   [11] LISTA "EM ALTA"
   ===================================================================== */

.aft-trending-posts { overflow: visible !important; }
.aft-trending-posts .read-content { overflow: hidden !important; position: relative !important; }
.aft-trending-posts .read-title { overflow: visible !important; }


/* =====================================================================
   [12] HEADER NATIVO + BREADCRUMB
   ===================================================================== */

.far.fa-clock { display: none !important; }
#masthead { display: none !important; }
.aft-main-breadcrumb-wrapper { display: none !important; }

.header-title-wrapper1,
.entry-header-details { padding: 0 !important; margin: 0 !important; }

#content,
.section-block-upper { padding-top: 0 !important; margin-top: 0 !important; }


/* =====================================================================
   [13] OCULTA EXCERPT DOS CARDS
   ===================================================================== */

.entry-summary,
.post-excerpt,
.excerpt,
.aft-post-excerpt,
.grid-post-excerpt,
.aft-excerpt,
.post-desc,
.post-description,
.aft-post-desc,
.aft-post-description { display: none !important; }


/* =====================================================================
   [13b] LAYOUT DE ARQUIVO — MASONRY 3 COLUNAS (DESKTOP)
   ===================================================================== */

@media (min-width: 1024px) {
  .aft-archive-wrapper.two-col-masonry .af-sec-post { width: 33.33% !important; }
}


/* =====================================================================
   [14] LEGENDA / CRÉDITO DA FOTO
   ===================================================================== */

.wp-caption-text,
.wp-element-caption,
figcaption {
  font-size: 12px;
  color: #888;
  font-style: italic;
  text-align: center;
  padding: 4px 8px;
  border-left: 2px solid #ddd !important;
  margin-top: 4px;
}


/* =====================================================================
   [15] DESIGN EDITORIAL — número dos trending posts
   ===================================================================== */

.aft-trending-posts .read-img,
.aft-trending-posts .post-thumb,
.aft-trending-posts .trending-img-wrap,
.aft-trending-posts .read-content {
  position: relative !important;
}

.aft-trending-posts .read-img img,
.aft-trending-posts .post-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.trending-no {
  position: absolute !important;
  bottom: 7px !important;
  left: 7px !important;
  top: auto !important;
  right: auto !important;
  z-index: 9 !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: unset !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: #111 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-shadow:
    0 0 3px #fff,
    0 0 6px #fff,
    0 1px 4px rgba(0,0,0,0.5) !important;
  isolation: isolate !important;
}

.trending-no::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 2px solid #e50914 !important;
  border-left: 2px solid #e50914 !important;
  border-right: none !important;
  border-bottom: none !important;
  background: transparent !important;
}

.trending-no::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 480px) {
  .trending-no {
    width: 24px !important;
    height: 24px !important;
    font-size: 13px !important;
    bottom: 5px !important;
    left: 5px !important;
  }
  .trending-no::before {
    width: 8px !important;
    height: 8px !important;
  }
}


/* =====================================================================
   [15d] HOVER DO TÍTULO EM "EM ALTA" (TRENDING)
   ===================================================================== */

.aft-trending-posts .read-title a:hover,
.aft-trending-posts .read-title h3 a:hover,
.aft-trending-posts .read-content a:hover {
  color: #e50914 !important;
}


/* =====================================================================
   [15b] WIDGET-TITLE — V2: Barra dupla com acento vermelho
   ===================================================================== */

.widget-title.header-after1,
h3.widget-title.header-after1,
h2.widget-title.header-after1 {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  background: none !important;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
  gap: 0 !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
}

.widget-title.header-after1 .heading-line-before,
.widget-title.header-after1 .heading-line-after,
h3.widget-title.header-after1 .heading-line-before,
h3.widget-title.header-after1 .heading-line-after {
  display: block !important;
  flex: 1 1 0% !important;
  min-width: 0 !important;
  max-width: none !important;
  width: 0 !important;
  height: 2px !important;
  min-height: 2px !important;
  max-height: 2px !important;
  align-self: center !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  flex-shrink: 1 !important;
  flex-grow: 1 !important;
}

.widget-title.header-after1 .heading-line-before,
h3.widget-title.header-after1 .heading-line-before {
  background: linear-gradient(to right, transparent, #bbb) !important;
}

.widget-title.header-after1 .heading-line-after,
h3.widget-title.header-after1 .heading-line-after {
  background: linear-gradient(to left, transparent, #bbb) !important;
}

.widget-title.header-after1 .heading-line,
h3.widget-title.header-after1 .heading-line {
  display: inline-flex !important;
  flex-shrink: 0 !important;
  align-items: center !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #111 !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  font-style: normal !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  padding: 0 20px !important;
  border: none !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  position: relative !important;
  z-index: 1 !important;
}

.widget-title.header-after1 .heading-line .hl-accent,
h3.widget-title.header-after1 .heading-line .hl-accent {
  color: #e50914 !important;
  font-weight: 900 !important;
  margin-right: 7px !important;
}

.widget-title.header-after1 .sub-heading-line,
.widget-title.header-after1::before,
h3.widget-title.header-after1::before { display: none !important; }

@media (max-width: 768px) {
  .widget-title.header-after1 .heading-line,
  h3.widget-title.header-after1 .heading-line {
    font-size: 18px !important;
    letter-spacing: 0.12em !important;
    padding: 0 14px !important;
  }
}

@media (max-width: 480px) {
  .widget-title.header-after1 .heading-line,
  h3.widget-title.header-after1 .heading-line {
    font-size: 16px !important;
    letter-spacing: 0.10em !important;
    padding: 0 10px !important;
  }
}

.widget-area .widget-title.header-after1 .heading-line-before,
.widget-area .widget-title.header-after1 .heading-line-after,
.secondary .widget-title.header-after1 .heading-line-before,
.secondary .widget-title.header-after1 .heading-line-after,
.sidebar .widget-title.header-after1 .heading-line-before,
.sidebar .widget-title.header-after1 .heading-line-after,
.col-md-4 .widget-title.header-after1 .heading-line-before,
.col-md-4 .widget-title.header-after1 .heading-line-after,
.aft-widget-col .widget-title.header-after1 .heading-line-before,
.aft-widget-col .widget-title.header-after1 .heading-line-after {
  display: none !important;
}

.widget-area .widget-title.header-after1,
.secondary .widget-title.header-after1,
.sidebar .widget-title.header-after1,
.col-md-4 .widget-title.header-after1,
.aft-widget-col .widget-title.header-after1 {
  justify-content: flex-start !important;
}


/* =====================================================================
   [15c] LABEL DE CATEGORIA DOS CARDS (CELEBRIDADES, SÉRIES, ESTILO…)
   ===================================================================== */

[class*="chromenews-categories-"],
.chromenews-categories,
.chromenews-categories.category-color-1,
.chromenews-categories.category-color-2,
.chromenews-categories.category-color-3,
.chromenews-categories.category-color-4,
a[class*="chromenews-categories-"],
span[class*="chromenews-categories-"],
.af-sec-post [class*="chromenews-categories-"],
.aft-post [class*="chromenews-categories-"],
.read-content [class*="chromenews-categories-"],
.aft-trending-posts [class*="chromenews-categories-"],
.post-categories [class*="chromenews-categories-"] {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  font-style: normal !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #e50914 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 4px 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
  transition: color 0.2s ease !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
  box-shadow: none !important;
}

[class*="chromenews-categories-"]:hover,
a[class*="chromenews-categories-"]:hover {
  color: #b5070f !important;
  background: transparent !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

[class*="chromenews-categories-"]:focus-visible {
  outline: 2px solid #e50914 !important;
  outline-offset: 2px !important;
}


/* =====================================================================
   [16] SETAS DO CARROSSEL — ocultas
   ===================================================================== */

.af-slick-navcontrols,
.af-main-navcontrols,
.af-trending-navcontrols,
.slick-arrow,
.slide-prev,
.slide-next,
.icon-left,
.icon-right,
.icon-up,
.icon-down { display: none !important; }


/* =====================================================================
   [17] DATA — ponto vermelho + texto compacto
   ===================================================================== */

.item-metadata.posts-date {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  min-width: 0 !important;
  overflow: visible !important;
  margin-top: 6px !important;
}

.item-metadata.posts-date::before {
  content: "" !important;
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #e50914 !important;
  flex-shrink: 0 !important;
  align-self: center !important;
}

.item-metadata.posts-date a {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #999 !important;
  text-decoration: none !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  min-width: 0 !important;
}

.item-metadata.posts-date a:hover {
  color: #e50914 !important;
  text-decoration: none !important;
}

.aft-grid-post,
.post-item,
[class^="af-sec-post"],
[class*=" af-sec-post"],
[class^="aft-post"],
[class*=" aft-post"] { overflow: visible !important; }

.item-metadata,
.post-item-metadata,
.aft-post-meta,
.grid-post-meta {
  overflow: visible !important;
  white-space: normal !important;
  min-width: 0 !important;
}


/* =====================================================================
   [18] TAMANHO DAS IMAGENS DOS POSTS
   ===================================================================== */

.entry-content img:not(.emoji) {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

.entry-content .wp-block-embed img,
.entry-content figure.wp-block-embed img,
.entry-content .wp-block-embed__wrapper img {
  max-width: unset !important;
  width: unset !important;
  height: unset !important;
  display: unset !important;
  margin: unset !important;
}

.entry-content .wp-block-embed,
.entry-content figure.wp-block-embed {
  max-width: 700px !important;
  width: 100% !important;
  margin: 0 auto 22px auto !important;
}

.entry-content .wp-block-embed__wrapper {
  position: relative !important;
  width: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
}

@supports (aspect-ratio: 16 / 9) {
  .entry-content .wp-block-embed__wrapper {
    aspect-ratio: 16 / 9 !important;
    padding-bottom: 0 !important;
    height: auto !important;
  }
}

.entry-content .wp-block-embed__wrapper iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  max-width: unset !important;
}

.entry-content .wp-block-embed.wp-embed-aspect-9-16,
.entry-content figure.wp-block-embed.wp-embed-aspect-9-16 {
  max-width: 400px !important;
  width: 100% !important;
  margin: 0 auto 22px auto !important;
}

.entry-content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
  padding-bottom: 177.78% !important;
  height: 0 !important;
}

@supports (aspect-ratio: 9 / 16) {
  .entry-content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
    aspect-ratio: 9 / 16 !important;
    padding-bottom: 0 !important;
    height: auto !important;
  }
}

.entry-content img.emoji {
  width: 1em !important;
  height: 1em !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: -0.1em !important;
}


/* =====================================================================
   [19] HEADER — fundo branco
   ===================================================================== */

/* A linha vermelha embaixo do header (e o fundo branco / position do
   .celebix-header) foram movidos pra dentro do próprio snippet WPCode
   "CABEÇALHO CELEBIX NEWS" (1342) — ela precisa nascer junto com o
   HTML do header, no <style> inline do snippet, sem depender deste
   arquivo externo. Antes, enquanto este CSS ainda não tinha chegado
   do servidor, a linha (position:absolute) podia calcular a posição
   errada e cair perto da logo, "saltando" pro lugar certo assim que
   este arquivo terminava de carregar. Mantendo essa regra duplicada
   aqui e lá é o mesmo tipo de bug que já causou o problema do rodapé
   ("_v3/_v4", CSS divergente entre dois arquivos) — por isso ela foi
   REMOVIDA daqui de propósito. Não recolocar sem tirar de lá.

.celebix-top,
.celebix-categories {
  background: #fff !important;
  border: none !important;
  /* BUGFIX (linha ficando colada na logo durante o carregamento):
     essa barra fica vazia até o JS do header popular as categorias
     via celebixSetCategorias(). Sem altura reservada, o header nasce
     "encolhido" (só logo) e a linha (bottom:0 do header) fica colada
     nela; quando o JS enche a barra, o header cresce de repente e a
     linha "pula" pra posição certa. Reservando a altura mínima aqui,
     o header já nasce no tamanho final e a linha nunca sai do lugar. */
  min-height: 41px;
}

.celebix-categories a {
  background: none !important;
  border: none !important;
  color: #111 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.celebix-categories a:hover { color: #e50914 !important; text-decoration: none !important; }

.celebix-categories a:focus-visible {
  color: #e50914 !important;
  outline: 2px solid #e50914 !important;
  outline-offset: 3px !important;
}


/* =====================================================================
   [20] MENU MOBILE — fundo branco
   ===================================================================== */

.mobile-menu,
.mobile-menu-inner,
.menu-cats {
  background: #fff !important;
  border: none !important;
}

.menu-cats a {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 15px 20px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #111 !important;
  background: #fff !important;
  border: none !important;
  border-bottom: 1px solid #f2f2f2 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.menu-cats a::after {
  content: "›" !important;
  font-size: 22px !important;
  color: #ccc !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
  transition: color 0.2s ease !important;
}

.menu-cats a:hover { color: #e50914 !important; text-decoration: none !important; }
.menu-cats a:hover::after { color: #e50914 !important; }

.menu-cats a:focus-visible {
  color: #e50914 !important;
  outline: 2px solid #e50914 !important;
  outline-offset: -2px !important;
}
.menu-cats a:focus-visible::after { color: #e50914 !important; }

.menu-cats a:last-child { border-bottom: none !important; }


/* =====================================================================
   [21] LINKS — linha fina apenas no conteúdo do post/página
   ===================================================================== */

body.single .entry-content a,
body.single .post-content a,
body.page .entry-content a,
body.page .post-content a {
  border-bottom: 1px solid #e50914 !important;
  padding-bottom: 1px !important;
  text-decoration: none !important;
}

body.single .entry-content .wp-block-embed a,
body.single .entry-content .wp-block-embed__wrapper a,
body.page .entry-content .wp-block-embed a,
body.page .entry-content .wp-block-embed__wrapper a {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

body.single .entry-content a:hover,
body.single .entry-content a:focus,
body.single .entry-content a:active,
body.single .post-content a:hover,
body.single .post-content a:focus,
body.single .post-content a:active,
body.page .entry-content a:hover,
body.page .entry-content a:focus,
body.page .entry-content a:active,
body.page .post-content a:hover,
body.page .post-content a:focus,
body.page .post-content a:active {
  border-bottom: 1px solid #e50914 !important;
  padding-bottom: 1px !important;
  text-decoration: none !important;
}

body.single .post-navigation a,
body.single .post-navigation a:hover,
body.single .post-navigation a:focus,
body.single .post-navigation a:active,
body.single .post-navigation .nav-previous,
body.single .post-navigation .nav-next,
body.single .chromenews-prev-post,
body.single .chromenews-next-post,
body.single .post-navigation h4,
body.single .post-navigation .post-title,
body.single .post-item-metadata.entry-meta {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

body.single mark.has-inline-color,
body.page mark.has-inline-color {
  border-bottom: 1px solid #e50914 !important;
  padding-bottom: 1px !important;
}

body.single mark.has-inline-color:hover,
body.page mark.has-inline-color:hover {
  border-bottom: 1px solid #e50914 !important;
  padding-bottom: 1px !important;
}


/* =====================================================================
   [22] TICKER DE NOTÍCIAS (marquee automático — ".aft-flash-slide")
   ===================================================================== */

.aft-flash-slide h4,
.aft-flash-slide .exclusive-post-title,
.marquee .exclusive-post-title {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  color: #111 !important;
}


/* =====================================================================
   [23] BUGFIX — FONTES NÃO CARREGADAS (Jost / Noto Serif)
   O style.css nativo do tema (herdado do ChromeNews original) declara
   'Jost' no body inteiro e 'Noto Serif' num seletor enorme cobrindo
   praticamente todo texto do site (parágrafos, listas de widget,
   inputs, links do ticker) — mas NENHUMA dessas duas fontes é
   importada em lugar nenhum do site. O navegador cai no fallback
   genérico (serif do sistema, tipo Times New Roman), criando um
   visual serifado inconsistente em qualquer lugar não coberto pelas
   correções específicas deste arquivo (ex: listas com bolinhas em
   posts, itens de menu de widget, texto de widgets de descrição).
   Corrigido forçando Arial (mesma fonte de corpo do resto do site)
   nesses seletores específicos, restaurando a consistência tipográfica
   sitewide sem depender de cada seção individual já ter uma correção.
   ===================================================================== */

.widget ul.af-tabs > li a,
.site-description,
.site-title,
.widget ul.menu > li,
.widget ul ul li,
.widget ul > li,
.widget ol > li,
main ul li,
main ol li,
input,
textarea,
.chromenews-customizer .post-description,
.chromenews-widget .post-description,
.woocommerce nav.woocommerce-pagination ul li .page-numbers,
input.button,
input[type="submit"],
p.awpa-more-posts,
.post-description .aft-readmore-wrapper,
.exclusive-posts .marquee a {
  font-family: Arial, Helvetica, sans-serif !important;
}
