.tae-free-member-registration {
	--tae-registration-border: #d9e1e7;
	--tae-registration-muted: #5d6873;
}

.tae-free-member-registration--single-place .em-booking-form-section-tickets {
	display: none;
}

.tae-free-member-registration .em-booking-form-section-summary {
	display: none;
}

.tae-free-member-registration .em-booking-form-confirm-title,
.tae-free-member-registration .em-booking-form-details-title {
	display: none;
}

.tae-free-member-registration__identity {
	display: grid;
	gap: 0.2rem;
	margin: 0 0 1.25rem;
	padding: 1rem 1.15rem;
	border: 1px solid var(--tae-registration-border);
	border-radius: 4px;
}

.tae-free-member-registration__identity > span {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
}

.tae-free-member-registration__email {
	color: var(--tae-registration-muted);
}

.tae-free-member-registration .em-booking-form-buttons {
	margin-top: 1.25rem;
}
