.wrb-portions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.wrb-portions button {
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    cursor: pointer;
    font-size: 18px;
    border-radius: 4px;
}

.wrb-portions input {
    width: 60px;
    text-align: center;
    padding: 5px;
    font-size: 16px;
}

.wrb-ingredient {
    cursor: pointer;
    padding: 4px 0;
    transition: opacity .2s;
}

.wrb-ingredient.is-checked {
    text-decoration: line-through;
    opacity: .6;
}