/* =========================================
   CAMPEONES (Salón de la Fama) - Tag/Title spacing fix
   Objetivo:
   - Dar aire arriba del tag "SALÓN DE LA FAMA" y separar mejor del título.
   - Evitar que se vea comprimido en laptop/desktop.
   ========================================= */

#campeones .section-header{
  margin-top: 0.35rem !important;
}

#campeones .section-header .section-tag{
  margin-bottom: 1.15rem !important;
}

#campeones .section-header .section-title{
  margin-top: 0.95rem !important;
}

@media (max-width: 768px){
  #campeones .section-header .section-tag{ margin-bottom: 0.95rem !important; }
  #campeones .section-header .section-title{ margin-top: 0.75rem !important; }
}
