/*
 * SharkProgram — Hero Slider styles (additional hero-specific utilities)
 * Main hero styles are in style.css under .ap-hero-slider
 */

/* Hero slide variants for programs */
.ap-hero-banner__type {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #e2e8f0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ap-hero-banner__type .ap-icon {
  width: 14px;
  height: 14px;
}

.ap-hero-banner__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: #cbd5e1;
}

.ap-hero-banner__meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* Loading state for hero */
.ap-hero-slider.is-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}

.ap-hero-slider.is-loading::after {
  content: 'Cargando...';
}
