/* ==========================================================================
   assets/css/single-overrides.css
   Redesign Editorial Premium 2026 (Desktop 900px & Mobile Edge-to-Edge)
   ========================================================================== */

/* ==========================================================================
   1. TRAVA DE SCROLL E CONTAINER PRINCIPAL
   ========================================================================== */
html, body {
  overflow-x: hidden;
  width: 100%;
}

.single-container {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  background: transparent;
  box-shadow: none; 
  padding: 0; 
}

/* ==========================================================================
   2. HEADER JORNALÍSTICO (ALINHADO À ESQUERDA - LARGURA 900PX)
   ========================================================================== */
.entry-header {
  text-align: left !important; 
  width: 100%;
  max-width: 900px; /* Largura cravada para a leitura */
  margin: 2.5rem auto 1.5rem; 
  padding: 0 1.25rem;
  box-sizing: border-box;
}

/* --- NOVO BREADCRUMB MOBILE-FIRST --- */
.breadcrumbs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f1f5f9;
  font-family: var(--font-sans, sans-serif);
}

.breadcrumbs-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.breadcrumb-item {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-item:hover {
  color: var(--color-link, #0066cc);
}

.breadcrumb-item.active {
  color: var(--color-link, #0066cc);
}

.breadcrumb-sep {
  color: #cbd5e1;
  font-weight: 400;
}

.breadcrumb-meta {
  display: flex;
  align-items: center;
}

.entry-reading-time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  background: #f8fafc;
  padding: 3px 8px;
  border-radius: 4px;
}

.entry-reading-time svg {
  color: #cbd5e1;
}

/* --- NOVO BADGE EDITORIAL --- */
.entry-editorial-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  color: var(--color-link, #0066cc);
  font-family: var(--font-sans, sans-serif);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.badge-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
}

/* Cores específicas por tipo para dar um toque mais premium */
.entry-editorial-badge--opiniao { color: #d97706; background-color: #fef3c7; border-color: #fde68a; }
.entry-editorial-badge--analise { color: #4f46e5; background-color: #e0e7ff; border-color: #c7d2fe; }
.entry-editorial-badge--publieditorial { color: #16a34a; background-color: #dcfce7; border-color: #bbf7d0; }
.entry-editorial-badge--servico { color: #0891b2; background-color: #cffafe; border-color: #a5f3fc; }
.entry-editorial-badge--coluna { color: #9333ea; background-color: #f3e8ff; border-color: #e9d5ff; }

.entry-title {
  text-align: left !important;
  font-family: var(--font-sans, sans-serif); 
  font-size: clamp(1.5rem, 4vw, 3rem); 
  font-weight: 900;
  line-height: 1.15;
  color: var(--color-heading, #111);
  margin-bottom: 1rem; 
  letter-spacing: -0.03em;
}

.entry-title::after { display: none !important; }

.entry-subtitle {
  text-align: left !important;
  font-family: var(--font-sans, sans-serif);
  font-size: clamp(1rem, 2vw, 1rem);
  line-height: 1.5;
  color: #4b5563;
  font-weight: 400;
  font-style: normal; 
  margin-bottom: 1.5rem; 
  max-width: 100%;
}

/* Meta Data - Organização Perfeita do "byautor" */
.entry-meta-top {
  display: flex !important;
  flex-direction: row !important; 
  flex-wrap: wrap !important;
  justify-content: flex-start !important; 
  align-items: center !important;
  gap: 0.5rem 0.75rem !important;
  font-size: 0.9rem;
  color: #64748b;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.8rem 0;
  margin-bottom: 2rem;
  font-weight: 500;
  font-family: var(--font-sans, sans-serif);
  width: 100%;
}

.entry-meta-top > span,
.entry-meta-top > time,
.entry-meta-top > div,
.entry-meta-top > a {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.entry-meta-top .entry-author a {
  color: var(--color-link, #0066cc);
  font-weight: 800;
  text-decoration: none;
}

.entry-meta-top .entry-author a:hover { text-decoration: underline; }

/* Separador elegante entre os dados */
.entry-meta-top .meta-sep {
  color: #cbd5e1 !important;
  font-size: 1.2rem;
  line-height: 1;
}

/* ==========================================================================
   3. OTIMIZAÇÃO DE LEITURA (COLUNA DE 900PX E FOTOS LARGAS)
   ========================================================================== */
.article-body {
  display: block; 
  padding: 0 0 3rem;
  width: 100%;
}

.post-content-inner {
  width: 100%;
  max-width: 900px; /* Alinhado ao Header e demais blocos */
  padding: 0 1.25rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.post-content-inner > p,
.post-content-inner > h2,
.post-content-inner > h3,
.post-content-inner > ul,
.post-content-inner > ol,
.post-content-inner > blockquote {
  max-width: 100% !important;
}

.post-content-inner p {
  font-size: 1.15rem; 
  line-height: 1.75;
  color: #222;
  margin-bottom: 1.75rem;
}

.post-content-inner h2 {
  font-family: var(--font-sans, sans-serif);
  font-size: 1.9rem;
  font-weight: 900;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.post-content-inner > img,
.post-content-inner figure {
  width: 100%;
  max-width: 1000px; /* Imagens internas ficam levemente mais largas que o texto para dar respiro */
  height: auto !important;
  border-radius: 8px;
  margin: 2.5rem auto;
  display: block;
}

.post-content-inner .n10-ad--in-content {
  margin: 2.5rem auto;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  display: block;
}

/* ==========================================================================
   4. HERO IMAGE & LEGENDAS (REDIMENSIONAMENTO PERFEITO SEM CORTES)
   ========================================================================== */
.post-hero.n10-hero-2026 {
  position: relative;
  width: 100%;
  max-width: 1000px; 
  margin: 0 auto 2.5rem;
  padding: 0 1.25rem;
  box-sizing: border-box;
}

.post-hero-img-wrap {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: transparent;
  display: block; 
}

/* REGRA DE REDIMENSIONAMENTO: Largura total do wrap, altura natural */
.post-hero-img,
.post-hero-img-wrap picture,
.post-hero-img-wrap img {
  display: block;
  width: 100% !important;
  height: auto !important; /* ESSENCIAL: Garante que a imagem escale proporcionalmente sem ser fatiada */
  max-height: none !important;
  object-fit: contain !important; 
  margin: 0 !important;
}

/* Novo Design Elegante para as Legendas */
.post-hero-caption,
.post-content-inner figcaption,
.wp-caption-text {
  position: relative !important;
  background: transparent !important;
  padding: 0.75rem 0 0 0.5rem !important;
  margin: 0 !important;
  color: #64748b !important;
  font-family: var(--font-sans, sans-serif) !important;
  font-size: 0.85rem !important;
  line-height: 1.4 !important;
  text-align: left !important;
  border-left: 2px solid #cbd5e1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.caption-text { text-shadow: none !important; font-weight: 500 !important; }
.caption-icon { color: #94a3b8 !important; font-size: 0.85rem !important; }

/* ==========================================================================
   5. NEWS SUMMARY (RESUMO LIMPO, MODERNO E BLINDADO)
   ========================================================================== */
.n10-news-summary {
  max-width: 900px;
  margin: 2.5rem auto;
  background-color: #f8fafc; 
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--color-link, #0066cc);
  border-radius: 6px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.n10-summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap !important; /* Modificado de nowrap para wrap para suportar mobile */
  gap: 1rem;
  margin-bottom: 0;
}

/* BLINDAGEM NUCLEAR CONTRA O H2 GLOBAL DO TEMA */
h2.n10-summary-title,
.post-content-inner h2.n10-summary-title,
.n10-news-summary h2.n10-summary-title {
  font-family: var(--font-sans, sans-serif) !important;
  font-size: 0.85rem !important; 
  font-weight: 900 !important;
  color: var(--color-heading, #111) !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  border: none !important;
}

/* Extirpa qualquer pseudo-elemento (linhas coloridas) que o tema injete no H2 */
h2.n10-summary-title::after,
h2.n10-summary-title::before,
.n10-news-summary h2.n10-summary-title::after,
.n10-news-summary h2.n10-summary-title::before {
  display: none !important;
}

.n10-summary-icon { 
  color: var(--color-link, #0066cc) !important; 
  display: flex !important; 
  align-items: center !important; 
}
.n10-summary-icon svg { width: 18px !important; height: 18px !important; }

/* Botão de Toggle - Estilo Outline Elegante */
.n10-summary-toggle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  background: transparent !important;
  color: var(--color-link, #0066cc) !important;
  border: 1px solid currentColor !important; 
  border-radius: 4px !important; 
  padding: 0.35rem 0.8rem !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

.n10-summary-toggle:hover { 
  background: var(--color-link, #0066cc) !important;
  color: #ffffff !important; 
}

.n10-toggle-icon { display: flex; align-items: center; transition: transform 0.3s ease; }
.n10-summary-toggle[aria-expanded="true"] .n10-toggle-icon { transform: rotate(180deg); }

.n10-summary-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
}

.n10-summary-content.expanded {
  max-height: 2000px; 
  opacity: 1;
  margin-top: 1.25rem;
  border-top: 1px solid #e2e8f0;
  padding-top: 1.25rem;
}

.n10-summary-list { 
  list-style: none !important; 
  margin: 0 !important; 
  padding: 0 !important; 
  display: flex; 
  flex-direction: column; 
  gap: 0.8rem; 
}
.n10-summary-item { display: flex; align-items: flex-start; gap: 0.75rem; }
.n10-summary-bullet { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background-color: var(--color-link, #0066cc); flex-shrink: 0; margin-top: 0.55rem; }
.n10-summary-text { color: #334155; font-family: var(--font-sans, sans-serif); font-size: 1.05rem; line-height: 1.6; font-weight: 500; margin: 0; }

/* ==========================================================================
   6. CTAS DE ENGANJAMENTO (FLEXBOX CORRIGIDO E ALINHADO)
   ========================================================================== */

/* Subscribe / Google Follow */
.post-cta.post-cta--subscribe {
  max-width: 900px !important;
  margin: 2.75rem auto !important;
  width: 100% !important;
  display: block !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 18px !important;
  padding: 1rem !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06) !important;
  box-sizing: border-box !important;
  clear: both !important;
}

.post-cta.post-cta--subscribe .post-cta__inner {
  display: grid !important;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr) !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  width: 100% !important;
  gap: 1.1rem !important;
  margin: 0 !important;
  padding: 0 !important;
}

.post-cta.post-cta--subscribe .post-cta__text-group {
  flex: initial !important;
  min-width: 0 !important;
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 0.45rem 0.35rem 0.45rem 0.55rem !important;
}

.post-cta.post-cta--subscribe .post-cta__eyebrow {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 0 0.45rem 0 !important;
  padding: 0.28rem 0.62rem !important;
  border-radius: 999px !important;
  background: #eef6ff !important;
  color: #0b63ce !important;
  font-family: var(--font-sans, sans-serif) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

.post-cta.post-cta--subscribe .post-cta__title {
  font-family: var(--font-serif, serif) !important;
  font-size: clamp(1.22rem, 2vw, 1.55rem) !important;
  font-weight: 850 !important;
  margin: 0 0 0.45rem 0 !important;
  padding: 0 !important;
  color: var(--color-heading, #111827) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.025em !important;
}

.post-cta.post-cta--subscribe .post-cta__title::after,
.post-cta.post-cta--subscribe .post-cta__title::before {
  display: none !important;
}

.post-cta.post-cta--subscribe .post-cta__text {
  font-family: var(--font-sans, sans-serif) !important;
  font-size: 0.95rem !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #475569 !important;
  line-height: 1.45 !important;
}

.post-cta.post-cta--subscribe .n10-google-follow {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.72rem !important;
  width: 100% !important;
  min-width: 0 !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 0.82rem !important;
  min-width: 0 !important;
  min-height: 86px !important;
  padding: 0.94rem 1rem !important;
  background: #ffffff !important;
  border: 1px solid #dbe5f0 !important;
  border-radius: 16px !important;
  color: #0f172a !important;
  text-decoration: none !important;
  font-family: var(--font-sans, sans-serif) !important;
  box-shadow: 0 7px 18px rgba(15, 23, 42, 0.05) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__card:hover,
.post-cta.post-cta--subscribe .n10-google-follow__card:focus-visible {
  transform: translateY(-2px) !important;
  border-color: var(--color-link, #0b63ce) !important;
  box-shadow: 0 13px 28px rgba(15, 23, 42, 0.10) !important;
  outline: none !important;
  text-decoration: none !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__card--preferred {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%) !important;
  border-color: rgba(30, 64, 175, 0.55) !important;
  color: #ffffff !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__card--preferred:hover,
.post-cta.post-cta--subscribe .n10-google-follow__card--preferred:focus-visible {
  border-color: #facc15 !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
  flex-shrink: 0 !important;
  background: #eff6ff !important;
  color: #2563eb !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__card--preferred .n10-google-follow__icon {
  background: rgba(250, 204, 21, 0.16) !important;
  color: #facc15 !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__icon svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__content {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  gap: 0.16rem !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__kicker {
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  color: #64748b !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__card--preferred .n10-google-follow__kicker {
  color: rgba(255, 255, 255, 0.72) !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__title {
  color: inherit !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__desc {
  display: block !important;
  max-width: 44ch !important;
  color: #475569 !important;
  font-size: 0.8rem !important;
  line-height: 1.28 !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__card--preferred .n10-google-follow__desc {
  color: rgba(255, 255, 255, 0.80) !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__action {
  align-self: center !important;
  white-space: nowrap !important;
  padding: 0.46rem 0.7rem !important;
  border-radius: 999px !important;
  background: #f1f5f9 !important;
  color: #0f172a !important;
  font-size: 0.74rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

.post-cta.post-cta--subscribe .n10-google-follow__card--preferred .n10-google-follow__action {
  background: #facc15 !important;
  color: #0f172a !important;
}

.post-cta.post-cta--subscribe .post-cta__buttons {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.62rem !important;
  padding: 0.88rem 0.35rem 0 !important;
  margin: 0.1rem 0 0 !important;
  border-top: 1px solid #e5e7eb !important;
  flex: initial !important;
}

.post-cta.post-cta--subscribe .cta-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 8px 13px !important;
  background-color: #ffffff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 50px !important;
  color: #374151 !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-family: var(--font-sans, sans-serif) !important;
  box-shadow: none !important;
  transition: all 0.18s ease !important;
}

.post-cta.post-cta--subscribe .cta-pill:hover,
.post-cta.post-cta--subscribe .cta-pill:focus-visible {
  background-color: #f8fafc !important;
  border-color: var(--color-link, #0066cc) !important;
  color: var(--color-link, #0066cc) !important;
  outline: none !important;
  text-decoration: none !important;
}

.post-cta.post-cta--subscribe .cta-pill-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
}

.post-cta.post-cta--subscribe .cta-pill-icon img,
.post-cta.post-cta--subscribe .cta-pill-icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  pointer-events: none !important;
}

/* Share */
.post-cta--share {
  max-width: 900px !important;
  margin: 1.5rem auto !important; 
  display: flex !important;
  flex-direction: row !important; /* Lado a Lado */
  align-items: center !important;
  background: transparent !important;
  padding: 1.5rem 0 !important; 
  text-align: left !important; 
  border: none !important;
  border-top: 1px solid #eaeaea !important;
  border-bottom: 1px solid #eaeaea !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

.post-cta--share .post-cta__title { display: none !important; }
.post-cta--share .post-cta__inner { margin: 0 !important; max-width: none !important; padding: 0 !important; }

/* Botões do Share sempre em ROW */
.post-cta--share .post-cta__buttons {
  display: flex !important; 
  flex-direction: row !important; 
  flex-wrap: wrap !important; 
  justify-content: flex-start !important; 
  align-items: center !important;
  gap: 1rem !important; 
}

.share-label { font-family: var(--font-sans, sans-serif) !important; font-size: 0.85rem !important; font-weight: 800 !important; text-transform: uppercase !important; color: #777 !important; letter-spacing: 0.05em !important; margin-right: 0.5rem !important; display: flex !important; align-items: center !important; }
.post-cta--share .share-btn { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 44px !important; height: 44px !important; color: #fff !important; border-radius: 50% !important; text-decoration: none !important; transition: all 0.3s ease !important; padding: 0 !important; box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important; }
.post-cta--share .share-btn:hover { transform: translateY(-3px) scale(1.05) !important; box-shadow: 0 6px 16px rgba(0,0,0,0.15) !important; }
.post-cta--share .share-btn svg { width: 20px !important; height: 20px !important; display: block !important; fill: currentColor !important; pointer-events: none !important; }

.share-btn--whatsapp { background-color: var(--social-whatsapp, #25D366) !important; }
.share-btn--facebook { background-color: var(--social-facebook, #1877F2) !important; }
.share-btn--twitter  { background-color: var(--social-twitter, #0f1419) !important; }
.share-btn--linkedin { background-color: var(--social-linkedin, #0A66C2) !important; }

/* ==========================================================================
   7. INLINE, BOTTOM ENGAGEMENT & AUTHOR BOX (TODOS EM 900PX)
   ========================================================================== */
.n10-inline-engagement { max-width: 900px; margin: 2.1rem auto; padding: 1.05rem 1.25rem; background: #f8fafc; border-left: 3px solid var(--color-link, #0066cc); border-radius: 10px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-decoration: none; transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease; }
.n10-inline-engagement:hover { background: #f1f5f9; transform: translateX(4px); }
.inline-eng-wrap { display: flex; flex-direction: column; gap: 0.25rem; }
.inline-eng-label { font-size: 0.72rem; font-weight: 800; text-transform: uppercase; color: var(--color-link, #0066cc); letter-spacing: 0.05em; }
.inline-eng-title { font-size: 1.08rem; font-weight: 700; color: #0f172a; line-height: 1.4; }
.inline-eng-arrow { color: #94a3b8; flex-shrink: 0; transition: transform 0.2s ease, color 0.2s ease; }
.n10-inline-engagement:hover .inline-eng-arrow { transform: translateX(4px); color: var(--color-link, #0066cc); }

.author-box { max-width: 900px; margin: 3rem auto; padding: 2.5rem 0; background: transparent; border-top: 2px solid var(--color-heading, #111); border-bottom: 1px solid #eaeaea; width: 100%; box-sizing: border-box; text-align: left; }
.author-box__header { display: flex; flex-direction: row; align-items: center; gap: 1.25rem; margin-bottom: 1.5rem; }
.author-box__avatar { flex-shrink: 0; }
.author-box__avatar-img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; filter: grayscale(100%); transition: filter 0.4s ease; display: block; }
.author-box:hover .author-box__avatar-img { filter: grayscale(0%); }
.author-box__meta { display: flex; flex-direction: column; justify-content: center; gap: 0.35rem; }
.author-box__name { font-family: var(--font-sans, sans-serif); font-size: 1.25rem; font-weight: 900; margin: 0; color: var(--color-heading, #111); line-height: 1.2; letter-spacing: -0.01em; }
.author-box__name::after, .author-box__name::before { display: none !important; }
.author-box__contacts { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; position: relative; z-index: 10; }
.author-box__contact-link { display: inline-flex; align-items: center; justify-content: center; color: #888; transition: color 0.2s ease, transform 0.2s ease; position: relative; z-index: 10; padding: 8px; margin: -8px; }
.author-box__contact-link svg { width: 18px; height: 18px; display: block; fill: currentColor; pointer-events: none; }
.author-box__contact-link--email svg { fill: none; }
.author-box__contact-link--email:hover { color: var(--color-link, #0066cc); transform: translateY(-2px); }
.author-box__contact-link--twitter:hover { color: var(--social-twitter, #0f1419); transform: translateY(-2px); }
.author-box__contact-link--facebook:hover { color: var(--social-facebook, #1877F2); transform: translateY(-2px); }
.author-box__contact-link--linkedin:hover { color: var(--social-linkedin, #0A66C2); transform: translateY(-2px); }
.author-box__contact-link--instagram:hover { color: var(--social-instagram, #E1306C); transform: translateY(-2px); }
.author-box__content { margin-bottom: 1.25rem; }
.author-box__bio { font-family: var(--font-serif, serif); font-size: 1.05rem; line-height: 1.6; color: #444; margin: 0; }
.author-box__footer { display: flex; }
.author-box__posts-link { display: inline-flex; align-items: center; gap: 0.4rem; font-family: var(--font-sans, sans-serif); font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--color-heading, #111); text-decoration: none; transition: color 0.2s ease; }
.author-box__posts-link svg { width: 16px; height: 16px; transition: transform 0.2s ease; }
.author-box__posts-link:hover { color: var(--color-link, #0066cc); }
.author-box__posts-link:hover svg { transform: translateX(4px); }

.n10-bottom-engagement { max-width: 1000px; margin: 3.5rem auto 2rem; border-top: 1px solid #e2e8f0; padding-top: 2rem; padding-left: 1.25rem; padding-right: 1.25rem; }
.eng-header { margin-bottom: 1.35rem; }
.eng-section-title { font-family: var(--font-sans, sans-serif); font-size: 1.35rem; font-weight: 800; color: #111; margin: 0; letter-spacing: -0.02em; }
.eng-grid-2026 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.75rem 1.35rem; }
.eng-card { display: flex; flex-direction: column; gap: 1rem; border: none; background: transparent; }
.eng-thumb { width: 100%; aspect-ratio: 16/9; border-radius: 8px; overflow: hidden; display: block; }
.eng-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.eng-card:hover .eng-thumb img { transform: scale(1.05); }
.eng-info { display: flex; flex-direction: column; gap: 0.4rem; }
.eng-title { font-family: var(--font-sans, sans-serif); font-size: 1.15rem; font-weight: 800; line-height: 1.3; margin: 0; }
.eng-title a { color: #111; text-decoration: none; transition: color 0.2s ease; }
.eng-card:hover .eng-title a { color: var(--color-link, #0066cc); }
.eng-time { font-family: var(--font-sans, sans-serif); font-size: 0.75rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; }

/* ==========================================================================
   8. RESPONSIVIDADE MOBILE-FIRST (EDGE-TO-EDGE COM REDIMENSIONAMENTO PERFEITO)
   ========================================================================== */
@media (max-width: 768px) {
  .entry-header { padding: 0 20px; margin-top: 1.5rem; }
  
  .breadcrumbs-container {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
  
  .entry-reading-time {
    padding: 2px 6px;
    font-size: 0.65rem;
  }

  .entry-title { font-size: 2.1rem; letter-spacing: -0.04em; }
  .entry-subtitle { font-size: 1.15rem; margin-bottom: 1.25rem; }
  .entry-meta-top { padding: 0.8rem 0; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; margin-bottom: 1.5rem; }
  
  .post-content-inner { padding: 0 20px; }

  /* IMAGENS EDGE-TO-EDGE NO MOBILE SEM CORTES FORÇADOS */
  .post-hero.n10-hero-2026 { padding: 0; margin-bottom: 2rem; }
  
  .post-hero-img-wrap { 
    border-radius: 0;
    width: 100vw;
  }
  
  .post-content-inner > img, 
  .post-content-inner figure { 
    width: 100vw !important; 
    max-width: 100vw !important; 
    margin-left: -20px !important; 
    border-radius: 0 !important;
    height: auto !important; /* Garantia extra para manter a proporção correta nas imagens do conteúdo */
  }
  
  .post-hero-caption, .post-content-inner figcaption, .wp-caption-text { margin-left: 20px !important; margin-right: 20px !important; }

  /* Ajuste Summary no Mobile para acomodar o botão de expandir */
  .n10-news-summary { margin: 2rem 20px; border-radius: 8px; }
  .n10-summary-header { flex-direction: column !important; align-items: flex-start !important; gap: 0.8rem !important; } /* Coloca o botão abaixo do título se a tela for pequena */
  
  .post-cta.post-cta--subscribe { padding: 1.5rem 20px !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; }
  .post-cta.post-cta--subscribe .post-cta__inner { flex-direction: column !important; align-items: flex-start !important; gap: 1rem !important; }
  .post-cta.post-cta--subscribe .post-cta__buttons { justify-content: flex-start !important; }

  .post-cta--share { padding: 1.25rem 20px !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; flex-direction: column !important; align-items: flex-start !important; gap: 1rem !important; }
  .post-cta--share .post-cta__buttons { justify-content: flex-start !important; }

  .n10-inline-engagement { margin: 2.1rem -20px; border-radius: 0; padding-left: 20px; padding-right: 20px; }

  .eng-grid-2026 { grid-template-columns: 1fr; gap: 1.5rem; }
  .eng-card { flex-direction: row; align-items: center; gap: 1rem; }
  .eng-thumb { width: 120px; height: 80px; flex-shrink: 0; }
  .eng-title { font-size: 1rem; }
}

@media (min-width: 769px) {
  .author-box__avatar-img { width: 80px; height: 80px; }
  .author-box__name { font-size: 1.4rem; }
  .author-box__bio { font-size: 1.1rem; }
}

/* ==========================================================================
   9. ALERTA EEAT
   ========================================================================== */
.n10-eeat-alert-container { margin: 2.5rem auto; width: 100%; max-width: 900px; }
.n10-eeat-alert-btn { display: flex; justify-content: space-between; align-items: center; background-color: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 1.25rem 1.5rem; text-decoration: none !important; color: inherit; transition: all 0.25s ease; }
.n10-eeat-alert-btn:hover { background-color: #ffffff; border-color: var(--color-link, #0066cc); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04); }
.eeat-alert-content { display: flex; align-items: center; gap: 1.25rem; }
.eeat-alert-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background-color: rgba(0, 102, 204, 0.1); color: var(--color-link, #0066cc); border-radius: 50%; flex-shrink: 0; }
@supports (color: color-mix(in srgb, var(--color-link) 10%, white)) { .eeat-alert-icon { background: color-mix(in srgb, var(--color-link) 12%, transparent); } }
.eeat-alert-text { display: flex; flex-direction: column; gap: 0.25rem; }
.eeat-alert-title { font-family: var(--font-sans, sans-serif); font-weight: 800; font-size: 0.95rem; color: #0f172a; text-transform: uppercase; letter-spacing: 0.02em; }
.eeat-alert-desc { font-size: 0.9rem; color: #4b5563; line-height: 1.4; }
.eeat-alert-arrow { color: #9ca3af; display: flex; align-items: center; transition: transform 0.25s ease; margin-left: 1rem; }
.n10-eeat-alert-btn:hover .eeat-alert-arrow { transform: translateX(4px); color: var(--color-link, #0066cc); }
@media (max-width: 600px) { .n10-eeat-alert-btn { padding: 1rem; border-radius: 0; border-left: none; border-right: none; margin: 2rem -20px; width: auto; } .eeat-alert-content { gap: 0.75rem; } .eeat-alert-icon { width: 36px; height: 36px; } .eeat-alert-icon svg { width: 16px; height: 16px; } .eeat-alert-arrow { display: none; } }

/* ==========================================================================
   10. DARK MODE TOTAL
   ========================================================================== */
@media (prefers-color-scheme: dark) {
  body, .single-container { background-color: #0f172a; color: #cbd5e1; }
  
  .entry-title { color: #f8fafc; }
  .entry-subtitle { color: #94a3b8; }
  .entry-meta-top { border-color: #334155; color: #94a3b8; }
  .entry-meta-top .entry-author a { color: var(--color-link, #60a5fa); }
  .entry-meta-top .meta-sep { color: #475569 !important; }

  /* Dark mode do Badge */
  .entry-editorial-badge {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #334155;
    color: #e2e8f0;
  }
  .entry-editorial-badge--opiniao { color: #fbbf24; background-color: rgba(217, 119, 6, 0.15); border-color: rgba(217, 119, 6, 0.3); }
  .entry-editorial-badge--analise { color: #818cf8; background-color: rgba(79, 70, 229, 0.15); border-color: rgba(79, 70, 229, 0.3); }
  .entry-editorial-badge--publieditorial { color: #4ade80; background-color: rgba(22, 163, 74, 0.15); border-color: rgba(22, 163, 74, 0.3); }
  .entry-editorial-badge--servico { color: #22d3ee; background-color: rgba(8, 145, 178, 0.15); border-color: rgba(8, 145, 178, 0.3); }
  .entry-editorial-badge--coluna { color: #c084fc; background-color: rgba(147, 51, 234, 0.15); border-color: rgba(147, 51, 234, 0.3); }

  .post-content-inner p { color: #cbd5e1; }
  .post-content-inner h2, .post-content-inner h3 { color: #f8fafc; }
  
  .n10-news-summary { background-color: #1e293b !important; border-color: #334155 !important; }
  h2.n10-summary-title, .post-content-inner h2.n10-summary-title, .n10-news-summary h2.n10-summary-title { color: #f8fafc !important; }
  .n10-summary-icon { color: var(--color-link, #60a5fa) !important; }
  .n10-summary-toggle { background: transparent !important; color: var(--color-link, #60a5fa) !important; }
  .n10-summary-toggle:hover { background-color: var(--color-link, #3b82f6) !important; color: #ffffff !important; border-color: var(--color-link, #3b82f6) !important; }
  .n10-summary-content.expanded { border-top-color: #334155 !important; }
  .n10-summary-text { color: #e2e8f0 !important; }
  .n10-summary-bullet { background-color: var(--color-link, #60a5fa) !important; }

  .post-cta.post-cta--subscribe { border-color: #334155 !important; }
  .post-cta.post-cta--subscribe .post-cta__title { color: #f8fafc !important; }
  .post-cta.post-cta--subscribe .post-cta__text { color: #cbd5e1 !important; }
  .post-cta.post-cta--subscribe .cta-pill { background-color: #1e293b !important; border-color: #475569 !important; color: #e2e8f0 !important; }
  .post-cta.post-cta--subscribe .cta-pill:hover { background-color: var(--color-link, #3b82f6) !important; color: #fff !important; border-color: var(--color-link, #3b82f6) !important; }
  
  .post-cta--share { border-color: #334155 !important; }
  .share-label { color: #94a3b8 !important; }

  .n10-inline-engagement { background: #1e293b; border-left-color: var(--color-link, #3b82f6); }
  .n10-inline-engagement:hover { background: #334155; }
  .inline-eng-title { color: #f8fafc; }
  .inline-eng-label { color: var(--color-link, #60a5fa); }
  
  .n10-bottom-engagement { border-top-color: #334155; }
  .eng-section-title { color: #f8fafc; }
  .eng-title a { color: #e2e8f0; }
  .eng-title a:hover { color: var(--color-link, #3b82f6); }

  .author-box { border-top-color: #475569; border-bottom-color: #334155; }
  .author-box__name { color: #f8fafc; }
  .author-box__bio { color: #cbd5e1; }
  .author-box__posts-link { color: #f8fafc; }
  .author-box__posts-link:hover { color: var(--color-link, #60a5fa); }
  
  .n10-eeat-alert-btn { background-color: #1e293b; border-color: #334155; }
  .n10-eeat-alert-btn:hover { background-color: #334155; border-color: #475569; }
  .eeat-alert-title { color: #f8fafc; }
  .eeat-alert-desc { color: #94a3b8; }
  .eeat-alert-icon { background-color: rgba(96, 165, 250, 0.15); color: var(--color-link, #60a5fa); }
  
  .post-hero-caption, .post-content-inner figcaption, .wp-caption-text { color: #94a3b8 !important; border-left-color: #475569 !important; }

  .breadcrumbs-container { border-bottom-color: #1e293b; }
  .breadcrumb-item { color: #94a3b8; }
  .breadcrumb-sep { color: #334155; }
  .entry-reading-time { background: #1e293b; color: #64748b; }
  .entry-reading-time svg { color: #334155; }
}

/* ==========================================================================
   11. ESCUDO ANTI-ANÚNCIOS NO HERO/CAPTION
   ========================================================================== */
.post-hero.n10-hero-2026 ins,
.post-hero.n10-hero-2026 iframe,
.post-hero.n10-hero-2026 .google-auto-ads,
.post-hero.n10-hero-2026 [class*="google_ads"],
.post-hero.n10-hero-2026 [id^="google_ads_iframe"],
.post-hero.n10-hero-2026 + ins,
.post-hero.n10-hero-2026 + iframe,
.post-hero.n10-hero-2026 + .google-auto-ads,
.post-hero.n10-hero-2026 + [id^="google_ads_iframe"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.post-hero.n10-hero-2026 { contain: content; }

/* ==========================================================================
   INLINE COVERAGE ENGAGEMENT
   ========================================================================== */
.n10-inline-engagement.is-coverage-link {
    border-left: 4px solid #1e40af !important;
    background: #f1f5f9 !important;
}

.n10-inline-engagement.is-coverage-link .inline-eng-label {
    background: #1e40af !important;
    color: #ffffff !important;
    padding: 2px 8px !important;
    border-radius: 3px !important;
    font-size: 10px !important;
}

.n10-inline-engagement.is-coverage-link:hover {
    background: #e2e8f0 !important;
    border-left-color: #3b82f6 !important;
}

.n10-inline-engagement.is-coverage-link .inline-eng-title {
    color: #1e3a8a !important;
}
/* ==========================================================================
   12. UPDATE NOTE (NOTA DE ATUALIZAÇÃO EDITORIAL)
   ========================================================================== */
.entry-update-note {
    background-color: #fffbeb;
    border: 1px solid #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 1.25rem 1.5rem;
    margin: 2rem 0 2.5rem;
    border-radius: 6px;
    font-family: var(--font-sans, sans-serif);
    font-size: 1.05rem;
    line-height: 1.6;
    color: #451a03;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.update-note-icon {
    flex-shrink: 0;
    color: #d97706;
    margin-top: 0.15rem;
}

.entry-update-note strong {
    color: #b45309;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
    display: inline-block;
    margin-right: 0.25rem;
}

/* Suporte Automático ao Dark Mode do Tema */
@media (prefers-color-scheme: dark) {
    .entry-update-note {
        background-color: rgba(245, 158, 11, 0.1);
        border-color: rgba(245, 158, 11, 0.2);
        color: #e2e8f0;
    }
    .update-note-icon {
        color: #fbbf24;
    }
    .entry-update-note strong {
        color: #fbbf24;
    }
}


.entry-hub-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin: 1rem 0 1.2rem;
}
.entry-hub-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .45rem .9rem;
  border-radius: 999px;
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #166534;
  font-size: .92rem;
  font-weight: 800;
  text-decoration: none;
}
.entry-hub-chip--secondary {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

/* ==========================================================================
   Continuidade editorial discreta dentro do conteúdo
   ========================================================================== */
.gateway-kicker {
  display: inline-flex;
  margin-bottom: .35rem;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #16a34a;
}
.n10-editorial-gateway h3 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #0f172a;
}
.gateway-pill,
.eng-badge {
  display: inline-flex;
  align-items: center;
  padding: .55rem .85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dbe2ea;
  color: #0f172a;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 800;
}
.gateway-pill--hub { background: #e8f6ee; border-color: #bfe8cf; color: #137c3a; }
.eng-badge { margin-bottom: .45rem; font-size: .78rem; padding: .35rem .65rem; }


.n10-inline-topic-gateway {
  max-width: 900px;
  margin: 1.6rem auto 1.8rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(180deg,#f8fafc,#f1f5f9);
  border: 1px solid #e2e8f0;
}
.n10-inline-topic-gateway__head {
  display: grid;
  gap: .2rem;
  margin-bottom: .8rem;
  color: #0f172a;
}
.n10-inline-topic-gateway__links {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.gateway-pill--anchor { background: #eef2ff; border-color: #c7d2fe; color: #4338ca; }
.gateway-pill--support { background: #f8fafc; border-color: #dbe2ea; color: #0f172a; }
@media (max-width: 640px) {
  .n10-inline-topic-gateway { padding: .9rem; border-radius: 16px; }
  .n10-inline-topic-gateway__links { gap: .5rem; }
  .n10-inline-topic-gateway .gateway-pill { width: 100%; justify-content: flex-start; }
}

/* N10 CWV 2.6.69 - hero/page/ads CLS guard */
.post-hero.n10-hero-2026 .post-hero-img-wrap,
.n10-static-page .post-hero-img-wrap{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#f1f5f9;
  aspect-ratio:var(--n10-hero-ratio,16/9);
  min-height:1px;
}
.post-hero.n10-hero-2026 .post-hero-img-wrap>picture,
.post-hero.n10-hero-2026 .post-hero-img-wrap>picture.post-hero-img,
.post-hero.n10-hero-2026 .post-hero-img-wrap>img,
.post-hero.n10-hero-2026 .post-hero-img-wrap>picture>img,
.n10-static-page .post-hero-img-wrap>picture,
.n10-static-page .post-hero-img-wrap>picture>img,
.n10-static-page .post-hero-img-wrap>img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  margin:0!important;
}
.post-hero.n10-hero-2026 .post-hero-img-wrap img[width][height],
.n10-static-page .post-hero-img-wrap img[width][height]{
  aspect-ratio:attr(width) / attr(height);
}
.post-content-inner iframe,
.entry-content iframe,
.n10-page-content-inner iframe{
  max-width:100%;
}
.n10-ad-reserved,
.n10-ad-wrapper,
.n10-ad,
[id*="top-scroll"],
[class*="top-scroll"]{
  contain:layout paint style;
}


/* N10 CWV 2026-05-05 v2: estabiliza top-scroll ads e logo do menu mobile. */
.mobile-menu-header .mobile-logo,
.mobile-menu-header .mobile-logo .custom-logo-link{
  display:block!important;
  width:100px!important;
  height:50px!important;
  min-width:100px!important;
  min-height:50px!important;
  max-width:100px!important;
  max-height:50px!important;
  flex:0 0 100px!important;
  overflow:hidden!important;
}
.mobile-menu-header .mobile-logo img.custom-logo,
.custom-logo.n10-fast-logo--mobile-menu{
  display:block!important;
  width:100px!important;
  height:50px!important;
  max-width:100px!important;
  max-height:50px!important;
  aspect-ratio:2/1!important;
  object-fit:contain!important;
  margin:0!important;
}
body > div[id*="top-scroll"],
body > div[class*="top-scroll"]{
  position:fixed!important;
  top:150px!important;
  left:0!important;
  right:auto!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  z-index:2147483000!important;
  contain:layout paint style!important;
}
body.admin-bar > div[id*="top-scroll"],
body.admin-bar > div[class*="top-scroll"]{
  top:182px!important;
}
body > div[id*="top-scroll"] > iframe,
body > div[class*="top-scroll"] > iframe,
iframe[id*="top-scroll"],
iframe[name*="top-scroll"]{
  position:fixed!important;
  top:150px!important;
  left:0!important;
  width:100%!important;
  height:min(250px,30vh)!important;
  min-height:0!important;
  max-height:250px!important;
  margin:0!important;
  border:0!important;
  display:block!important;
  contain:layout paint style!important;
}
body.admin-bar > div[id*="top-scroll"] > iframe,
body.admin-bar > div[class*="top-scroll"] > iframe{
  top:182px!important;
}

/* Ajustes finais do CTA Google: desktop/tablet sem cards espremidos */
@media (min-width: 769px) and (max-width: 980px) {
  .post-cta.post-cta--subscribe .post-cta__inner {
    grid-template-columns: minmax(220px, 0.74fr) minmax(0, 1.26fr) !important;
    gap: 1rem !important;
  }

  .post-cta.post-cta--subscribe .post-cta__title {
    font-size: clamp(1.16rem, 1.75vw, 1.42rem) !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow__card {
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    gap: 0.76rem !important;
    padding: 0.88rem 0.92rem !important;
  }
}

@media (min-width: 769px) and (max-width: 860px) {
  .post-cta.post-cta--subscribe .post-cta__inner {
    grid-template-columns: 1fr !important;
  }

  .post-cta.post-cta--subscribe .post-cta__text-group {
    padding-right: 0.55rem !important;
  }
}

/* Ajustes finais do CTA Google: mobile-first sem prejudicar leitura do post */
@media (max-width: 768px) {
  .post-cta.post-cta--subscribe {
    margin: 2.25rem 0 !important;
    padding: 0.85rem !important;
    border-radius: 16px !important;
  }

  .post-cta.post-cta--subscribe .post-cta__inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.95rem !important;
  }

  .post-cta.post-cta--subscribe .post-cta__text-group {
    padding: 0.2rem 0.1rem 0 !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow {
    grid-template-columns: 1fr !important;
    gap: 0.68rem !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow__card {
    min-height: auto !important;
    grid-template-columns: 40px minmax(0, 1fr) auto !important;
    padding: 0.82rem !important;
    border-radius: 15px !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow__icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 13px !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow__desc {
    max-width: none !important;
    font-size: 0.79rem !important;
  }

  .post-cta.post-cta--subscribe .post-cta__buttons {
    justify-content: flex-start !important;
    padding: 0.75rem 0.1rem 0 !important;
  }
}

@media (max-width: 420px) {
  .post-cta.post-cta--subscribe .n10-google-follow__card {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: start !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow__action {
    grid-column: 2 !important;
    width: fit-content !important;
    margin-top: 0.34rem !important;
  }
}

@media (prefers-color-scheme: dark) {
  .post-cta.post-cta--subscribe {
    background: linear-gradient(180deg, #111827 0%, #0f172a 100%) !important;
    border-color: #334155 !important;
    box-shadow: none !important;
  }

  .post-cta.post-cta--subscribe .post-cta__eyebrow {
    background: rgba(96, 165, 250, 0.14) !important;
    color: #93c5fd !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow__card {
    background: #111827 !important;
    border-color: #334155 !important;
    color: #e2e8f0 !important;
    box-shadow: none !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow__card--preferred {
    background: linear-gradient(135deg, #020617 0%, #1e3a8a 100%) !important;
    border-color: rgba(250, 204, 21, 0.35) !important;
    color: #ffffff !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow__icon {
    background: rgba(96, 165, 250, 0.13) !important;
    color: #93c5fd !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow__card--preferred .n10-google-follow__icon {
    background: rgba(250, 204, 21, 0.16) !important;
    color: #facc15 !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow__kicker {
    color: #94a3b8 !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow__desc {
    color: #cbd5e1 !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow__action {
    background: #1e293b !important;
    color: #f8fafc !important;
  }

  .post-cta.post-cta--subscribe .n10-google-follow__card--preferred .n10-google-follow__action {
    background: #facc15 !important;
    color: #0f172a !important;
  }

  .post-cta.post-cta--subscribe .post-cta__buttons {
    border-top-color: #334155 !important;
  }
}


@media (max-width: 520px) {
  .post-cta.post-cta--subscribe .post-cta__buttons {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.55rem !important;
    width: 100% !important;
  }

  .post-cta.post-cta--subscribe .cta-pill {
    width: 100% !important;
    min-width: 0 !important;
  }
}


.n10-ad,
.n10-ad-wrapper,
.n10-ad-reserved,
.n10-smart-ad-slot{
  overflow-anchor:none;
}
