/* Formato de campos de moneda colombiana (COP) */
.currency-input {
    text-align: right;
    font-variant-numeric: tabular-nums;
}
