.tajo13-evento-producto {
  margin: 18px 0 26px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  border-radius: 0 !important;
}

.tajo13-evento-producto .evento-cartel {
  position: relative !important;
  overflow: hidden !important;
  padding: 22px 20px 20px !important;
  border-radius: 18px !important;
  text-align: center !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0)),
    linear-gradient(135deg, #0a6a35 0%, #0b7f3f 45%, #18a85c 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.18) !important;
  will-change: transform, opacity;
}

.tajo13-evento-producto .evento-cartel::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: repeating-linear-gradient(
    90deg,
    rgba(255,255,255,0.05) 0,
    rgba(255,255,255,0.05) 2px,
    transparent 2px,
    transparent 14px
  ) !important;
  pointer-events: none !important;
}

.tajo13-evento-producto .evento-badge {
  position: relative !important;
  display: inline-block !important;
  margin-bottom: 12px !important;
  padding: 5px 12px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.16) !important;
  color: #fff !important;
}

.tajo13-evento-producto .evento-equipos {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18) !important;
  color: #fff !important;
}

.tajo13-evento-producto .equipo {
  display: inline-block !important;
  color: #fff !important;
}

.tajo13-evento-producto .vs {
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  opacity: 0.85 !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.14) !important;
  color: #fff !important;
}

.tajo13-evento-producto .evento-fecha {
  position: relative !important;
  display: block !important;
  margin-top: 14px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  opacity: 0.95 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .tajo13-evento-producto .evento-equipos {
    font-size: 22px !important;
    gap: 10px !important;
  }

  .tajo13-evento-producto .vs {
    font-size: 13px !important;
  }

  .tajo13-evento-producto .evento-fecha {
    font-size: 12px !important;
  }
}