/* Custom Gradient Header */
.header-gradient {
  background: linear-gradient(90deg, #ff8000 0%, #ff9529 100%) !important;
}

/* Widget Mais Lidas - Números com fundo laranja claro */
.widget_maravilha_popular_posts article span,
.maravilha_popular_posts article span,
#sidebar-main article span.flex-shrink-0 {
  background-color: rgba(255, 128, 0, 0.1) !important;
  color: #ff8000 !important;
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  flex-shrink: 0 !important;
}

/* Espaçamento entre os posts do widget */
.widget_maravilha_popular_posts article,
.maravilha_popular_posts article,
#sidebar-main article {
  margin-bottom: 20px !important;
}

.widget_maravilha_popular_posts article:last-child,
.maravilha_popular_posts article:last-child,
#sidebar-main article:last-child {
  margin-bottom: 0 !important;
}
