ul.errors {
    list-style: none;
    display: block;
    padding-top: 0.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--error, #f40);
}

.alert-success {
    padding-top: 0.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--success, #79ad00);
}

.quickBuyActions .input-select select {
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;
    line-height: 32px;
}

.quickBuyActions .input-select select option {
    padding: 0; 
    line-height: 1.2;
    height: 1.5em;
}