.wspr-container {
    max-width: 80%!important;
    font-family: 'Montserrat';
    text-align: left;
}

.wspr-text {
    font-size: 14px!important; 
    color: #000000; 
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 400; 
}


.wspr-unidades {
    color: #ff0000; 
    font-weight: 700; 
}


.wspr-progress-bar-base {
    background-color: #e0e0e0;
    height: 15px;
    border-radius: 5px;
    overflow: hidden;
}


.wspr-progress-fill {
    background-color: #aaff00;
    height: 100%;
    border-radius: 5px;
    transition: width 0.5s ease-in-out;
}