/**
 * Economic conditions modal (_economic_conditions_modal.html) footer buttons.
 *
 * style.css's "unified button system" gives .btn-primary extra padding
 * (.75rem 1.5rem) that .btn-outline-secondary and .btn-outline-danger were
 * never added to, so "Salva" rendered taller than "Annulla" and "Torna al
 * listino"/"Rimuovi condizioni" (which also carries .btn-sm, shrinking it
 * further). Match all three footer buttons to Salva's height.
 */
#economicConditionsModal .modal-footer .btn-outline-secondary,
#economicConditionsModal .modal-footer .btn-outline-danger {
    padding: 0.75rem 1.5rem;
}
