/* ==========================================================================
   BLOCK, WIDGET & ELEMENTOR: IMPORTE DEL CURSO (EXF - CAJÓN DESASTRE)
   ========================================================================== */

.exf-course-price-block {
    font-family: inherit;
    box-sizing: border-box;
    background: transparent;
    padding: 0;
    border: none;
}

/* Valor del precio — tamaño destacado pero color heredado */
.exf-price-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.exf-price-value {
    font-size: 1.8rem;
    font-weight: 800;
    font-family: inherit;
    color: inherit;
    line-height: 1.2;
}

/* Excepción semántica: el precio "Gratuito" siempre es verde */
.exf-price-value.exf-free {
    color: #10b981;
}

.exf-price-details {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: 1.6;
    opacity: 0.8;
}
