.vagheggi-registration-enhanced .vagheggi-registration-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	text-align: left;
}

.vagheggi-registration-enhanced .vagheggi-field-full {
	grid-column: 1 / -1;
}

.vagheggi-registration-enhanced .vagheggi-registration-section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 14px 0 0;
	font-size: 0.78em;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-align: left;
	text-transform: uppercase;
}

.vagheggi-registration-enhanced .vagheggi-registration-section-title::after {
	content: "";
	flex: 1 1 auto;
	border-bottom: 1px solid currentColor;
	opacity: 0.55;
}

.vagheggi-registration-enhanced .vagheggi-registration-field,
.vagheggi-registration-enhanced .vagheggi-civility,
.vagheggi-registration-enhanced .vagheggi-registration-check,
.vagheggi-registration-enhanced .vagheggi-required-note {
	margin: 0;
}

.vagheggi-registration-enhanced br {
	display: none !important;
}

.vagheggi-registration-enhanced .vagheggi-registration-field input,
.vagheggi-registration-enhanced .vagheggi-registration-field select {
	width: 100%;
	box-sizing: border-box;
}

.vagheggi-registration-enhanced .vagheggi-registration-field select {
	min-height: 48px;
	padding-left: 14px;
	padding-right: 14px;
	background-color: #ffffff;
	border: 1px solid currentColor;
	border-radius: 0;
	color: inherit;
}

.vagheggi-registration-enhanced .vagheggi-visible-field-label {
	display: block;
	margin: 0 0 7px;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.25;
	text-align: left;
}

.vagheggi-registration-enhanced .vagheggi-civility {
	min-width: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

.vagheggi-registration-enhanced .vagheggi-civility legend {
	margin-bottom: 10px;
}

.vagheggi-registration-enhanced .vagheggi-civility-options {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 24px;
}

.vagheggi-registration-enhanced .vagheggi-choice {
	display: inline-flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	cursor: pointer;
}

.vagheggi-registration-enhanced .vagheggi-choice input[type="radio"],
.vagheggi-registration-enhanced .vagheggi-choice input[type="checkbox"] {
	flex: 0 0 auto;
	width: auto;
	margin: 0.2em 0 0;
}

.vagheggi-registration-enhanced .vagheggi-required-note {
	font-size: 0.9em;
}

.vagheggi-registration-enhanced .vagheggi-registration-check .vagheggi-choice {
	width: 100%;
	line-height: 1.35;
	text-align: left;
}

.vagheggi-registration-enhanced .vagheggi-terms-check .vagheggi-choice {
	align-items: center;
	font-size: clamp(12px, 3.35vw, 15px);
}

.vagheggi-registration-enhanced .vagheggi-terms-check .vagheggi-check-text {
	display: inline-block;
	white-space: nowrap;
}

.vagheggi-registration-enhanced .vagheggi-newsletter-check .vagheggi-check-text {
	display: inline-block;
	max-width: 100%;
}

.vagheggi-registration-enhanced .vagheggi-registration-errors {
	margin-bottom: 20px;
}

.vagheggi-account-fields {
	margin-bottom: 24px;
}

@media (max-width: 640px) {
	.vagheggi-registration-enhanced .vagheggi-registration-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.vagheggi-registration-enhanced .vagheggi-field-full {
		grid-column: 1;
	}

	.vagheggi-registration-enhanced .vagheggi-registration-section-title {
		margin-top: 18px;
	}

	.vagheggi-registration-enhanced .vagheggi-registration-field input,
	.vagheggi-registration-enhanced .vagheggi-registration-field select {
		min-height: 54px;
	}

	.vagheggi-registration-enhanced .vagheggi-civility-options {
		gap: 9px 16px;
	}

	.vagheggi-registration-enhanced .vagheggi-registration-check {
		margin-top: 0;
	}
}
