.ear9aacaa26-registration-page {
	max-width: 960px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* [ear9aacaa26_registration_form] can end up nested inside a
   page-builder container/column with its own fixed width (e.g. an
   Elementor column set to a fraction of the row) that our CSS has no
   selector to reach or override from inside. The pure-CSS "100vw +
   negative margin" breakout trick only centers correctly when the
   element's own containing block happens to already be centered on
   the viewport — inside an arbitrary nested page-builder layout that
   isn't guaranteed, so the actual full-bleed positioning is computed
   at runtime in registration-form.js (measures the real offset after
   render, rather than assuming it). This class just needs
   box-sizing so the JS-applied width/padding math is predictable. */
.ear9aacaa26-registration-form-page {
	box-sizing: border-box;
}

.ear9aacaa26-registration-form-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px;
	box-sizing: border-box;
}

.ear9aacaa26-registration-form-inner h2 {
	margin: 0 0 20px;
}

.ear9aacaa26-hero {
	display: flex;
	align-items: center;
	gap: 32px;
	flex-wrap: wrap;
	padding: 24px 0;
}

.ear9aacaa26-qr svg,
.ear9aacaa26-qr img {
	width: 100%;
	height: 100%;
	display: block;
}

.ear9aacaa26-hero-content {
	flex: 1;
	min-width: 240px;
}

.ear9aacaa26-btn {
	background: #0b5fff;
	color: #fff;
	border: none;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	cursor: pointer;
}

.ear9aacaa26-btn:hover {
	background: #0949c7;
}

.ear9aacaa26-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.ear9aacaa26-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ear9aacaa26-modal[hidden] {
	display: none;
}

.ear9aacaa26-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.ear9aacaa26-modal-dialog {
	position: relative;
	background: #fff;
	max-width: 640px;
	width: 92%;
	max-height: 88vh;
	overflow-y: auto;
	border-radius: 8px;
	padding: 28px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.ear9aacaa26-modal-close {
	position: absolute;
	top: 12px;
	right: 16px;
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #555;
}

body.ear9aacaa26-modal-open {
	overflow: hidden;
}

.ear9aacaa26-form-row {
	margin-bottom: 14px;
}

.ear9aacaa26-form-row--split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.ear9aacaa26-form-row label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
	font-size: 14px;
}

.ear9aacaa26-form-row input,
.ear9aacaa26-form-row select,
.ear9aacaa26-form-row textarea {
	width: 100%;
	padding: 9px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
}

.ear9aacaa26-form-row input.ear9aacaa26-has-error,
.ear9aacaa26-form-row select.ear9aacaa26-has-error {
	border-color: #d63638;
}

.ear9aacaa26-field-error {
	color: #d63638;
	font-size: 13px;
	margin: 4px 0 0;
}

.ear9aacaa26-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ear9aacaa26-form-message {
	padding: 12px 14px;
	border-radius: 4px;
	margin-bottom: 16px;
	font-size: 14px;
}

.ear9aacaa26-form-message--success {
	background: #e7f7ed;
	color: #1e7a3d;
	border: 1px solid #b5e3c3;
}

.ear9aacaa26-form-message--error {
	background: #fdecea;
	color: #a32a2a;
	border: 1px solid #f4c2c0;
}

@media ( max-width: 600px ) {
	.ear9aacaa26-form-row--split {
		grid-template-columns: 1fr;
	}
}
