.ws-procent-line-wrap {
    width:100%;
    padding: .75rem 1rem .75rem .75rem;
    font-size: .875rem;
    font-weight: 500;
}
.ws-procent-line-wrap:not(:last-child) {
    border-bottom: 1px solid var(--border);
}
.ws-procent-title {
    color: var(--title-color);
    flex-basis: 4.625rem;
    flex-shrink: 0
}
.ws-procent-value {
    color: var(--icon-color);
    flex-basis: 3.5rem;
    flex-shrink: 0;
    text-align: right
}
.ws-procent-line {
    flex-basis: 100%;
    height: 0.5rem;
    border-radius: 624rem;
    background: var(--border2);
    position: relative;
}
.ws-procent-line-value {
    position: absolute;
    top: 0; left:0; height: 100%;
    border-radius: 624rem;
    background: var(--yellow);
}
