/*
 * Feature 5 - EU DDV-ID + VIES + reverse charge.
 *
 * VIES feedback is rendered with NATIVE Bootstrap-5 validation: the JS toggles
 * .is-valid / .is-invalid on the vat_number input and writes the message into a
 * sibling .valid-feedback / .invalid-feedback / .form-text node. The theme
 * (Hummingbird / BS5) supplies all the colours, spacing and the "show on
 * validity" behaviour -- so this file no longer ships any chip / spinner /
 * border chrome. Only two field-level affordances remain.
 */

.apm-f5-field-row {
    position: relative;
}

.apm-f5-vat-input {
    text-transform: uppercase;
}
