/* =========================================
   Calendario - Header con más respiro
   Objetivo: separar un poco el header (Temporada 2026 / Calendario
   Competitivo / Sistema de torneos) de las tarjetas.
   Solo espaciado.
   ========================================= */

#calendario .section-header{
  padding-bottom: 0.75rem !important;
}

#calendario .section-description{
  margin-bottom: 1.35rem !important;
}

@media (max-width: 768px){
  #calendario .section-header{ padding-bottom: 0.65rem !important; }
  #calendario .section-description{ margin-bottom: 1.2rem !important; }
}

@media (max-width: 480px){
  #calendario .section-header{ padding-bottom: 0.6rem !important; }
  #calendario .section-description{ margin-bottom: 1.1rem !important; }
}
