/* --- SOLO PARA EL CONTENIDO DE LOS ARTÍCULOS --- */
/* Esto asegura que los packs se vean bien pero NO toca el slider */

.item-page h1.seo-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 36px !important;
    font-weight: 700 !important; 
    color: #000000 !important;
    text-align: center !important;
    line-height: 1.2 !important; 
    margin: 10px 0 20px 0 !important;
    text-transform: none !important;
}

.item-page h2, 
.item-page h2.pack-title {
font-family: 'Roboto', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important; /* Peso exacto del Pack Cristiano */
    color: #000000 !important;
    text-align: center !important;
    line-height: 24px !important; /* Ajustado para que no "flote" */
    margin: 0 0 5px 0 !important; /* Pegado a las estrellas */
    padding: 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.item-page p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    text-align: center !important;
    line-height: 24px !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
}

/* Ajuste para párrafos con audio o botones */
.item-page p:has(audio), 
.item-page p:has(.btn), 
.item-page p:has(button) {
    margin-bottom: 5px !important;
}

/* --- FIN DE ESTILOS DE ARTÍCULO --- */