.ouaga-progress-wrapper {
    margin-top: 15px;
}

.ouaga-progress-bar {
    width: 100%;
    height: 20px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
}

.ouaga-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #28a745, #ffc107);
    transition: width 0.5s ease;
}
