/**
 * Estilos limpios y adaptativos para exf-course-short-desc
 * Sin colores ni tipografías fijas — hereda del tema activo
 */

.exf-course-short-desc-block {
    width: 100%;
    margin-bottom: 1.5em;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-family: inherit;
    color: inherit;
}


/* Cuerpo del texto: totalmente adaptativo */
.exf-course-short-desc-block .exf-resumen-body {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.exf-course-short-desc-block .exf-resumen-body p {
    margin-bottom: 1em;
}

.exf-course-short-desc-block .exf-resumen-body p:last-child {
    margin-bottom: 0;
}
