/* Form-specific styles */

/* Ensure phone input has visible border */
#customer-phone {
    border-width: 1px;
}

/* Form validation messages */
.validation-message {
    display: block;
    margin-top: 0.25rem;
}