    /* Estilos específicos para el slider de WPO integrados con la plantilla */
    .mn-wpo-slider-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.5rem;
    }
    .wpo-seconds-display {
        font-size: 1.5rem;
        font-weight: 800;
        color: #0d6efd;
    }
    .mn-wpo-slider-labels {
        display: flex;
        justify-content: space-between;
        margin-top: 0.5rem;
        font-size: 0.8rem;
        color: #888;
        font-weight: 600;
    }
    .text-sm-note {
        font-size: 0.9rem;
        color: #888;
    }
