
.wfg-progress {
    margin-top: 10px;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.wfg-bar {
    height: 8px;
    background: #4CAF50;
    width: 0%;
    transition: width 0.5s ease-in-out;
}
.wfg-text {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}
