/* TAG-scala-ingredienti v1.4.1 */
.decrease-quantity,
.increase-quantity {
    background-color: #ed096f;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    font-size: 22px;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    vertical-align: middle;
    line-height: 1;
}

.decrease-quantity:hover,
.increase-quantity:hover {
    background-color: #c10a5d;
}

/* Stato disabilitato: bottone − a quota 1 */
.decrease-quantity:disabled {
    background-color: #ccc;
    cursor: default;
    opacity: 0.6;
}

.current-quantity {
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px;
    will-change: contents;
    vertical-align: middle;
}
