/* Eventos - Tarjetas estilo Noticias */

.news-card-image .ribbon {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  max-width: calc(100% - 28px);
  background: linear-gradient(135deg, #00B0B9 0%, #006272 100%);
  color: #fff;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.news-card-image .closed-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 60px;
  box-shadow: 0 4px 15px rgba(185, 28, 28, 0.4);
  z-index: 10;
  white-space: nowrap;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
}

.news-card-image:has(.closed-banner) img {
  filter: grayscale(30%) brightness(0.7);
}
