.progress {
    margin-bottom: 0 !important;
    height: 32px !important;
    background-color: var(--color-main-light) !important;
    border-radius: 10px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.progress-bar {
    background-color: var(--color-accent) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.stats-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    min-height: 16px;
}

.stats-info .summary {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 12px;
}