.wrifas-progress-wrap {
    margin-top: 12px;
}

.wrifas-progress-label {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 6px;
}

.wrifas-progress-bar {
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,.25);
    border-radius: 999px;
    overflow: hidden;
}

.wrifas-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--wrifas-primary,#F15B2A), var(--wrifas-secondary,#FAAF43));
    border-radius: 999px;
    transition: width .3s ease;
}
