/* Override phone validation message wrapping to prevent overlap with adjacent fields */
div.input-group:has(input[data-input-type^="phone"]) + span.field-validation-error {
    white-space: normal;
}
