.rate-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
}

.rate-container {
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}

.rate-fill {
    height: 100%;
    border-radius: 10px;
    transition: width 0.3s ease;
}

.rate-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #333;
    pointer-events: none;
    white-space: nowrap;
}