/* Radio Field Styles - Structural CSS Only */

/* All visual styles (colors, borders, padding, fonts) are applied dynamically via PHP from Customize settings */

.radio-option {
	display: flex;
	align-items: center;

	/* Colors and fonts inherit from form's Customize settings */
}

.radio-option input[type="radio"] {
	margin-right: 8px;

	/* Colors and sizes inherit from form's Customize settings */
}

/* Other option with text input */
.radio-option input[type="text"] {
	margin-left: 10px;
	padding: 4px 8px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	font-size: 14px;
	flex: 1;
	display: none;

	/* Visual styles (border-color, border-radius, font-size) will be set dynamically to match form inputs */
}
