/* ANACCIM Ajustes Frontend 1.1.0
   Ajustes visuales para la galería de expresidentes. */

/* Nombre del expresidente: más grande y centrado. Se usa !important para
   superar los estilos de ANACCIM Plataforma y del tema de WordPress. */
.ap-view .ap-card .ap-card-body h3,
.ap-view .ap-card h3 {
    width: 100% !important;
    margin: 0 0 12px !important;
    text-align: center !important;
    font-size: clamp(1.45rem, 2.2vw, 1.85rem) !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
    color: #173f68 !important;
}

/* Periodo presidencial: grande, centrado y alineado con la fotografía. */
.ap-view .ap-card .ap-card-body .ap-period,
.ap-view .ap-card .ap-period,
.ap-view .ap-card .ap-period.ap-period-clean {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: auto 0 4px !important;
    padding: 14px 0 0 !important;
    border-top: 1px solid #e4e8ed !important;
    text-align: center !important;
    font-size: clamp(1.55rem, 2.5vw, 2rem) !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    color: #173f68 !important;
}

/* La leyenda se oculta también por CSS, por si el navegador tarda en ejecutar JS. */
.ap-view .ap-card .ap-period > span {
    display: none !important;
}

/* Evita espacios residuales cuando se elimina un desplegable vacío. */
.ap-view .ap-card .ap-details[hidden] {
    display: none !important;
}

@media (max-width: 580px) {
    .ap-view .ap-card .ap-card-body h3,
    .ap-view .ap-card h3 {
        font-size: 1.55rem !important;
    }

    .ap-view .ap-card .ap-card-body .ap-period,
    .ap-view .ap-card .ap-period {
        font-size: 1.7rem !important;
    }
}
