:root {
  --accent: #e8541f;
  --bg: #f8f9fa;
}

body {
  background-color: var(--bg);
  color: #212529;
}

.navbar-brand {
  color: var(--accent) !important;
  font-weight: 700;
  letter-spacing: -0.02em;
}

a {
  color: inherit;
  text-decoration: none;
}

.card-noticia {
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.card-noticia:hover {
  box-shadow: 0 0.9rem 1.75rem rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
  border-color: var(--accent);
}

.card-noticia .card-title {
  transition: color 0.15s ease;
}

.card-noticia:hover .card-title {
  color: var(--accent);
}

.destaque-titulo {
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
  word-break: break-word;
}

.destaque-link:hover .destaque-titulo {
  color: var(--accent);
}

.kicker {
  display: inline-block;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0.35rem;
}

.selos-container {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  z-index: 2;
  display: flex;
  gap: 0.4rem;
}

.selo {
  padding: 0.28rem 0.6rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0.25rem;
  color: #fff;
  box-shadow: 0 0.15rem 0.4rem rgba(0, 0, 0, 0.25);
}

.selo-agora {
  background-color: var(--accent);
}

.selo-alta {
  background-color: #1a1a1a;
}

.badge-fonte {
  background-color: var(--accent);
}

.link-leia-mais {
  color: var(--accent);
  font-weight: 600;
}

.link-leia-mais:hover {
  text-decoration: underline;
}

.imagem-post {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.imagem-destaque {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.nav-categorias {
  white-space: nowrap;
}

.nav-categorias .nav-link {
  color: #495057;
  padding: 0.6rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.nav-categorias .nav-link:hover {
  color: var(--accent);
}

.nav-categorias .nav-link.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.sidebar-widget .list-group-item {
  border-left: 0;
  border-right: 0;
}

.sidebar-widget .rank {
  color: var(--accent);
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.1;
  min-width: 1.75rem;
}

.sidebar-widget .titulo-item {
  transition: color 0.15s ease;
}

.sidebar-widget a:hover .titulo-item {
  color: var(--accent);
}

.texto-artigo {
  max-width: 42rem;
  font-size: 1.15rem;
  line-height: 1.7;
}

.page-shell {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.ad-rail {
  width: 160px;
  flex-shrink: 0;
  align-self: flex-start;
  position: sticky;
  top: 1rem;
}

.ad-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(45deg, #e9ecef, #e9ecef 10px, #f1f3f5 10px, #f1f3f5 20px);
  border: 1px dashed #adb5bd;
  border-radius: 0.25rem;
  color: #868e96;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ad-slot-rail {
  width: 160px;
  height: 600px;
}

.ad-slot-leaderboard {
  width: 100%;
  max-width: 728px;
  height: 90px;
  margin: 0 auto;
}

.ad-slot-infeed {
  width: 100%;
  min-height: 220px;
}

.ad-slot-inline {
  width: 100%;
  height: 250px;
}

.anchor-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}

.ad-slot-anchor {
  width: 100%;
  max-width: 728px;
  height: 60px;
}

.anchor-ad-close {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.25rem;
  line-height: 1;
  color: #868e96;
  cursor: pointer;
  padding: 0 0.25rem;
}

.proxima-noticia-img {
  width: 120px;
}

.proxima-noticia-img .imagem-post {
  aspect-ratio: 4 / 3;
}
