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