﻿.wpb-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #2a7c6f;
    padding: 14px 24px;
    width: 100vw;
    box-sizing: border-box;
    margin-top: -16px;
    margin-left: calc(-50vw + 50%)
}

.wpb-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.wpb-track {
    flex: 1;
    height: 6px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 99px;
    overflow: hidden;
}

.wpb-fill {
    height: 100%;
    background: #f5c842
    border-radius: 99px;
    transition: width 0.4s ease;
}

.wpb-count {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
