.wkit-progressbar-wrap {
    width: 100%;
}

.wkit-progressbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.wkit-progressbar-label,
.wkit-progressbar-percentage {
    line-height: 1.2;
}

.wkit-progressbar-track {
    width: 100%;
    height: 6px;
    background-color: #d5d5d5;
    border-radius: 999px;
    overflow: hidden;
}

.wkit-progressbar-fill {
    display: block;
    width: 0;
    height: 6px;
    border-radius: 999px;
    background-color: #7e6bff;
}
