.coffee-blend-percentages {
    margin: 20px 0;
    font-family: 'Heebo', sans-serif;
    color: #351E18;
    font-size: 16px;
}

.blend-title {
    font-weight: bold;
    font-size: 16px;
    color: #351E18;
}

.blend-type {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blend-label {
    font-weight: 500;
    min-width: 60px;
}

.blend-scale {
    height: 10px;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    width: 200px;
    vertical-align: middle;
}

.blend-fill {
    height: 100%;
    background-color: #351E18;
    transition: width 0.3s ease;
    border-radius: 10px;
}

.blend-percentage {
    font-weight: 500;
}
