/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* ==============================================
   TABLA DE SOCIOS
   ============================================== */
.tabla-socios {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 16px;
    border: 1px solid #ddd;
}

.tabla-socios th {
    background: #f3f5f7;
    color: #333;
    text-align: left;
    padding: 12px;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
}

.tabla-socios td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
}

.tabla-socios tr:hover {
    background: #fafafa;
}

.tabla-socios a {
    color: #0055aa;
    text-decoration: none;
    font-weight: 600;
}

.tabla-socios a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 640px) {
    .tabla-socios, 
    .tabla-socios thead, 
    .tabla-socios tbody, 
    .tabla-socios th, 
    .tabla-socios td, 
    .tabla-socios tr {
        display: block;
        width: 100%;
    }

    .tabla-socios tr {
        margin-bottom: 1rem;
        border-bottom: 2px solid #ddd;
    }

    .tabla-socios td {
        padding: 8px 0;
        display: flex;
        justify-content: space-between;
    }

    .tabla-socios td:before {
        content: attr(data-label);
        font-weight: 600;
        color: #444;
    }
}

/* ==============================================
   FICHA DEL SOCIO
   ============================================== */
.perfil-socio-wrapper {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    margin-bottom: 2rem;
}

.perfil-socio-wrapper h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
}

.perfil-socio-dato {
    margin: 6px 0;
    font-size: 16px;
}

.perfil-socio-dato strong {
    color: #111;
}

/* Separador visual */
.perfil-socio-separador {
    border-bottom: 1px solid #ddd;
    margin: 1.5rem 0;
    opacity: 0.7;
}
/* ==============================================
   LISTA DE ALUMNOS
   ============================================== */
.lista-alumnos {
    list-style: none;
    padding-left: 0;
}

.lista-alumnos li {
    padding: 10px 12px;
    margin-bottom: 6px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fafafa;
    font-size: 15px;
}

.lista-alumnos li strong {
    font-weight: 600;
    color: #222;
}

.lista-alumnos a {
    color: #0055aa;
    text-decoration: none;
    margin-left: 6px;
}

.lista-alumnos a:hover {
    text-decoration: underline;
}
/* CONTENEDOR GENERAL */
.banda-box {
    background: #ffffff;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 2rem;
}

/* TÍTULOS */
.banda-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: #222;
}

/* SUBTÍTULOS */
.banda-subtitle {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    color: #444;
}
