/* Phone Field Styles - Structural CSS Only */

/* All visual styles (colors, borders, padding, fonts) are applied dynamically via PHP from Customize settings */



/* Ensure phone input is always visible */
.phone-field-input {
	display: block !important;
	width: 100% !important;
	flex: 1 !important;
}
