/*
 * Tag News Route Isolation
 * Purpose: keep /tag/* aligned with Noticias list visuals and avoid cross-page selector collisions.
 */

body.tag,
html body.tag,
body.tag main,
body.tag .site-main--tag-news {
  background-color: var(--color-bg-light) !important;
}

body.tag {
  color: var(--color-text-primary);
}

body.tag .site-main--tag-news {
  min-height: 100vh;
}

body.tag .site-main--tag-news .conteudo-mais-lidas {
  padding-top: calc(var(--navbar-height) + 28px);
  padding-bottom: 56px;
  background: var(--color-bg-light);
}

body.tag.admin-bar .site-main--tag-news .conteudo-mais-lidas {
  padding-top: calc(var(--navbar-height) + 60px);
}

/* Keep title below fixed capsule and in normal case. */
body.tag .site-main--tag-news .section-title-lidas {
  margin-top: 0;
  margin-bottom: 28px;
  text-transform: none;
  letter-spacing: normal;
  color: var(--color-text-primary);
}

body.tag .site-main--tag-news .section-title-lidas,
body.tag .site-main--tag-news .mais-lida-title,
body.tag .site-main--tag-news .mais-lida-title a,
body.tag .site-main--tag-news .mais-lida-excerpt {
  font-variant: normal;
}

/* Protect row typography from leaked uppercase rules. */
body.tag .site-main--tag-news .mais-lida-title,
body.tag .site-main--tag-news .mais-lida-title a,
body.tag .site-main--tag-news .mais-lida-excerpt,
body.tag .site-main--tag-news .mais-lida-date,
body.tag .site-main--tag-news .mais-lida-post-tag {
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Requested launch polish: calmer excerpt tone and clearer gap before CTA. */
body.tag .site-main--tag-news .mais-lida-excerpt {
  color: #1f1f1f;
  font-weight: 400;
  line-height: 1.55;
}

/* Normalize card spacing to match Noticias rows. */
body.tag .site-main--tag-news .mais-lida-item {
  align-items: center;
}

/* Ensure menu links keep intended nav typography on this route. */
body.tag .site-header .header-navigation a,
body.tag .site-header .header-navigation .menu-item-label {
  font-family: 'DM Sans', sans-serif;
  text-transform: none !important;
  letter-spacing: normal;
}

body.tag .site-header .header-menu-capsule {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #fff;
  box-shadow: 0px 10px 6.6px 0px rgba(0, 0, 0, 0.15);
}

body.tag .site-header .header-cta .btn-cta {
  text-transform: uppercase;
}

@media (max-width: 900px) {
  body.tag .site-main--tag-news .conteudo-mais-lidas {
    padding-top: calc(var(--navbar-height) + 24px);
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }

  body.tag.admin-bar .site-main--tag-news .conteudo-mais-lidas {
    padding-top: calc(var(--navbar-height) + 52px);
  }
}
