/* =========================================
   STADIUM PAGE - OVERRIDES
========================================= */

/* Mantener la estructura vertical original */

.stadium-single-page,
.stadium-single-page #content,
.stadium-single-page .site-content,
.stadium-single-page .elementor{
    display:block !important;
    width:100% !important;
    max-width:none !important;
}

/* Si algún wrapper heredó flex del tema */

.stadium-single-page #content,
.stadium-single-page .site-content{
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
}

/* Los hijos ocupan todo el ancho */

.stadium-single-page #content > *,
.stadium-single-page .site-content > *{
    width:100% !important;
}

/* Banner superior del estadio */

.stadium-single-page .elementor-element.elementor-element-9fe13e0{
    background-color: var(--e-global-color-e527670) !important;
    background-image: none !important;
}

.stadium-single-page .elementor-element.elementor-element-9fe13e0 .elementor-heading-title,
.stadium-single-page .elementor-element.elementor-element-9fe13e0 p{
    color:#000 !important;
}

/* =========================================
   TIPOGRAFÍAS (igual que Liga)
========================================= */

.stadium-single-page .elementor-heading-title,
.stadium-single-page h1,
.stadium-single-page h2,
.stadium-single-page h3,
.stadium-single-page h4,
.stadium-single-page h5,
.stadium-single-page h6{
    font-family:var(--e-global-typography-primary-font-family) !important;
    font-weight:var(--e-global-typography-primary-font-weight) !important;
}

.stadium-single-page,
.stadium-single-page p,
.stadium-single-page span,
.stadium-single-page a,
.stadium-single-page li,
.stadium-single-page strong,
.stadium-single-page .elementor-widget-text-editor,
.stadium-single-page .elementor-widget-text-editor *{
    font-family:var(--e-global-typography-text-font-family) !important;
}