/* Hidden Field Styles - Structural CSS Only */

/* Styles for fields that should be hidden from view */

.form-field.hidden-field {
	display: none;

	/* Completely hide the field from view */
}
