#wc-weight-meter {
    margin: 1em 0;
}

.weight-progress-bar {
    background: #eee;
    height: 24px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
}

.weight-progress-bar .progress {
    height: 100%;
    background: #4CAF50;
    transition: width 0.4s ease-in-out;
}
