.uhy-event-registration,
.uhy-event-portal {
	--uhy-event-register-ink: var(--uhy-mt-text, var(--e-global-color-text, #17211c));
	--uhy-event-register-accent: var(--uhy-mt-accent, var(--e-global-color-primary, #007a45));
	--uhy-event-register-accent-hover: var(--uhy-mt-accent-hover, var(--uhy-event-register-ink));
	--uhy-event-register-button-text: var(--uhy-mt-button-text, #fff);
	--uhy-event-register-button-hover-text: var(--uhy-mt-button-hover-text, #fff);
	--uhy-event-register-muted: var(--uhy-mt-muted, #56635c);
	--uhy-event-register-line: var(--uhy-mt-border, color-mix(in srgb, var(--uhy-event-register-ink) 22%, transparent));
	--uhy-event-register-soft: color-mix(in srgb, var(--uhy-event-register-accent) 5.5%, var(--uhy-mt-surface, #fff));
	--uhy-event-register-control-surface: var(--uhy-mt-control-surface, #fff);
	--uhy-event-register-focus: var(--uhy-mt-focus, color-mix(in srgb, var(--uhy-event-register-accent) 20%, transparent));
	color: var(--uhy-event-register-ink);
	font-family: var(--e-global-typography-text-font-family, mundial, sans-serif);
}

/* Private team portals deliberately do not load the public theme header/footer. */
body.uhy-event-portal-page {
	margin: 0;
	background: var(--uhy-mt-surface, #fff);
}

body.uhy-event-portal-page .uhy-event-portal {
	min-height: calc(100vh - 108px);
}

.uhy-event-registration {
	border: 1px solid var(--uhy-event-register-line);
	background: var(--uhy-event-register-soft);
	padding: clamp(22px, 4vw, 42px);
	border-radius: 0;
}

.uhy-event-registration-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: clamp(34px, 5vw, 54px);
	margin-top: 28px;
}

.uhy-event-registration-split__part {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.uhy-event-registration-split__part h3 {
	margin: 0 0 14px;
	color: var(--uhy-event-register-ink);
	font-family: var(--e-global-typography-primary-font-family, mundial, sans-serif);
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	font-weight: 600;
	line-height: 1.2;
}

.uhy-event-registration-split .uhy-event-landing__embed {
	margin-top: 0;
}

.uhy-event-registration-split__part > :is(.uhy-event-landing__embed, .uhy-event-template__embed) {
	display: flex;
	flex: 1 1 auto;
	min-height: 0;
}

.uhy-event-registration-split__part > :is(.uhy-event-landing__embed, .uhy-event-template__embed) > .uhy-event-registration {
	width: 100%;
}

.uhy-event-registration-split__part > :is(.uhy-event-landing__embed, .uhy-event-template__embed) > .uhy-event-clickmeeting-embed,
.uhy-event-registration-split__part .uhy-event-clickmeeting-embed > div,
.uhy-event-registration-split__part .uhy-event-clickmeeting-embed > iframe {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0;
}

.uhy-event-registration-split__part > :is(.uhy-event-landing__embed, .uhy-event-template__embed) > .uhy-event-clickmeeting-embed {
	display: flex;
	flex: 1 1 auto;
	min-height: 0;
}

.uhy-event-registration-split__part .uhy-event-clickmeeting-embed > iframe {
	display: block;
	height: 100% !important;
	min-height: 680px;
}

.uhy-event-registration-split__part > :is(.uhy-event-landing__embed, .uhy-event-template__embed) > iframe {
	height: 100% !important;
	min-height: 680px;
}

.uhy-event-registration form,
.uhy-event-portal__inline-form,
.uhy-event-portal__attendance {
	margin: 0;
}

.uhy-event-registration__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
}

.uhy-event-registration label,
.uhy-event-portal__inline-form label,
.uhy-event-portal__toolbar > label {
	display: grid;
	gap: 7px;
	color: var(--uhy-event-register-ink);
	font-weight: 600;
	line-height: 1.25;
}

.uhy-event-registration input:not([type="checkbox"]),
.uhy-event-portal input:not([type="checkbox"]),
.uhy-event-portal select,
.uhy-event-portal textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--uhy-event-register-line);
	border-radius: 0;
	background: var(--uhy-event-register-control-surface);
	color: var(--uhy-event-register-ink);
	font: inherit;
	padding: 10px 12px;
}

.uhy-event-registration textarea,
.uhy-event-portal textarea {
	min-height: 84px;
	resize: vertical;
}

.uhy-event-registration input:focus,
.uhy-event-portal input:focus,
.uhy-event-portal select:focus,
.uhy-event-portal textarea:focus {
	border-color: var(--uhy-event-register-accent);
	box-shadow: 0 0 0 2px var(--uhy-event-register-focus);
	outline: 0;
}

.uhy-event-registration small {
	color: var(--uhy-event-register-muted);
	font-size: .82em;
	font-weight: 400;
	line-height: 1.35;
}

.uhy-event-registration__field {
	grid-template-rows: auto 46px minmax(2.7em, auto);
	align-content: start;
}

.uhy-event-registration__field small {
	display: block;
	min-height: 2.7em;
}

.uhy-event-registration__field-error {
	display: block;
	min-height: 1.35em;
	color: #b42318;
	font-size: .82em;
	font-weight: 600;
	line-height: 1.35;
}

.uhy-event-registration input[aria-invalid='true'] {
	border-color: #b42318;
	box-shadow: 0 0 0 2px color-mix(in srgb, #b42318 18%, transparent);
}

.uhy-event-registration__full {
	grid-column: 1 / -1;
}

.uhy-event-registration__consent {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	margin: 26px 0 0;
	font-size: .95em;
	font-weight: 400 !important;
}

.uhy-event-registration__consent input {
	flex: 0 0 auto;
	margin: .25em 0 0;
	accent-color: var(--uhy-event-register-accent);
}

.uhy-event-registration__privacy,
.uhy-event-registration__required {
	margin: 12px 0 0;
	color: var(--uhy-event-register-muted);
	font-size: .86em;
	line-height: 1.5;
}

.uhy-event-registration__privacy a,
.uhy-event-portal a {
	color: var(--uhy-event-register-accent);
}

.uhy-event-registration__submit,
.uhy-event-portal button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: 24px;
	padding: 10px 22px;
	border: 1px solid var(--uhy-event-register-accent);
	border-radius: 0;
	background: var(--uhy-event-register-accent);
	color: var(--uhy-event-register-button-text);
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	text-decoration: none;
}

.uhy-event-registration__submit[disabled] {
	cursor: wait;
	opacity: .72;
}

.uhy-event-registration__submit:hover,
.uhy-event-registration__submit:focus,
.uhy-event-portal button:hover,
.uhy-event-portal button:focus {
	background: var(--uhy-event-register-accent-hover);
	border-color: var(--uhy-event-register-accent-hover);
	color: var(--uhy-event-register-button-hover-text);
}

/*
 * Hello Elementor loads its generic button reset after plugin styles. The
 * selector below deliberately wins that reset without relying on a fixed
 * colour, so the registration CTA still follows UHY Marketing tokens or
 * Elementor's global palette when no shared override is enabled.
 */
.uhy-event-registration button.uhy-event-registration__submit[type='submit'] {
	background-color: var(--uhy-event-register-accent);
	border-color: var(--uhy-event-register-accent);
	border-radius: 0;
	color: var(--uhy-event-register-button-text);
	/* The theme reset also changes the CTA's metrics after this stylesheet. */
	font-weight: 700 !important;
	line-height: 1.2 !important;
	padding: 10px 22px !important;
}

.uhy-event-registration button.uhy-event-registration__submit[type='submit']:hover,
.uhy-event-registration button.uhy-event-registration__submit[type='submit']:focus {
	background-color: var(--uhy-event-register-accent-hover);
	border-color: var(--uhy-event-register-accent-hover);
	color: var(--uhy-event-register-button-hover-text);
}

.uhy-event-registration__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.uhy-event-registration__notice {
	margin: 0 0 20px;
	padding: 13px 16px;
	border-left: 4px solid var(--uhy-event-register-accent);
	background: var(--uhy-event-register-control-surface);
	line-height: 1.45;
}

.uhy-event-registration__notice--error {
	border-left-color: #b42318;
}

.uhy-event-registration__notice--info {
	border-left-color: #536d8a;
}

.uhy-event-portal {
	box-sizing: border-box;
	max-width: 1480px;
	margin: 54px auto;
	padding: 0 30px;
}

.uhy-event-portal__header {
	padding: clamp(26px, 5vw, 52px);
	background: var(--uhy-event-register-soft);
	border: 1px solid var(--uhy-event-register-line);
	border-radius: 0;
}

.uhy-event-portal__header p {
	margin: 0 0 8px;
	color: var(--uhy-event-register-accent);
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.uhy-event-portal__header h1 {
	margin: 0;
	color: var(--uhy-event-register-ink);
	font-family: var(--e-global-typography-primary-font-family, mundial, sans-serif);
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1.1;
}

.uhy-event-portal__header span {
	display: block;
	margin-top: 14px;
	color: var(--uhy-event-register-muted);
}

.uhy-event-portal__toolbar {
	display: grid;
	grid-template-columns: minmax(220px, 1.6fr) minmax(180px, .8fr) minmax(180px, .8fr);
	gap: 16px;
	align-items: end;
	margin: 28px 0 20px;
}

.uhy-event-portal__search {
	min-width: 0;
}

.uhy-event-portal__table-wrap {
	box-sizing: border-box;
	max-width: 100%;
	margin-top: 0;
	overflow: hidden;
	padding: 0 16px;
	border: 1px solid var(--uhy-event-register-line);
	background: #fff;
}

.uhy-event-portal__table {
	width: 100%;
	min-width: 0;
	table-layout: fixed;
	border-collapse: collapse;
	background: #fff;
	font-size: .93rem;
	line-height: 1.45;
}

.uhy-event-portal__table th,
.uhy-event-portal__table td {
	box-sizing: border-box;
	padding: 16px 18px;
	border: 0;
	border-bottom: 1px solid var(--uhy-event-register-line);
	vertical-align: top;
	text-align: left;
	overflow-wrap: anywhere;
	word-break: normal;
}

.uhy-event-portal__table th:first-child,
.uhy-event-portal__table td:first-child {
	padding-left: 8px;
}

.uhy-event-portal__table th:last-child,
.uhy-event-portal__table td:last-child {
	padding-right: 10px;
}

.uhy-event-portal__table th {
	color: var(--uhy-event-register-muted);
	background: var(--uhy-event-register-soft);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .06em;
	line-height: 1.25;
	text-transform: uppercase;
}

.uhy-event-portal__table tbody tr:last-child td {
	border-bottom: 0;
}

.uhy-event-portal__table tbody tr[hidden] {
	display: none;
}

.uhy-event-portal__table td > strong,
.uhy-event-portal__table td small,
.uhy-event-portal__table td a {
	display: block;
}

.uhy-event-portal__table td small {
	margin-top: 4px;
	color: var(--uhy-event-register-muted);
}

.uhy-event-portal__table td a + a {
	margin-top: 5px;
}

.uhy-event-portal__table--sales th:nth-child(1),
.uhy-event-portal__table--sales td:nth-child(1) {
	width: 14%;
}

.uhy-event-portal__table--sales th:nth-child(2),
.uhy-event-portal__table--sales td:nth-child(2) {
	width: 14%;
}

.uhy-event-portal__table--sales th:nth-child(3),
.uhy-event-portal__table--sales td:nth-child(3) {
	width: 17%;
}

.uhy-event-portal__table--sales th:nth-child(4),
.uhy-event-portal__table--sales td:nth-child(4) {
	width: 10%;
}

.uhy-event-portal__table--sales th:nth-child(5),
.uhy-event-portal__table--sales td:nth-child(5) {
	width: 18%;
}

.uhy-event-portal__table--sales th:nth-child(6),
.uhy-event-portal__table--sales td:nth-child(6) {
	width: 27%;
}

.uhy-event-portal__table--partner th:nth-child(1),
.uhy-event-portal__table--partner td:nth-child(1) {
	width: 13%;
}

.uhy-event-portal__table--partner th:nth-child(2),
.uhy-event-portal__table--partner td:nth-child(2) {
	width: 14%;
}

.uhy-event-portal__table--partner th:nth-child(3),
.uhy-event-portal__table--partner td:nth-child(3) {
	width: 16%;
}

.uhy-event-portal__table--partner th:nth-child(4),
.uhy-event-portal__table--partner td:nth-child(4) {
	width: 19%;
}

.uhy-event-portal__table--partner th:nth-child(5),
.uhy-event-portal__table--partner td:nth-child(5) {
	width: 10%;
}

.uhy-event-portal__table--partner th:nth-child(6),
.uhy-event-portal__table--partner td:nth-child(6) {
	width: 28%;
}

.uhy-event-portal__status-badge {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 8px;
	border: 1px solid var(--uhy-event-register-line);
	background: var(--uhy-event-register-soft);
	color: var(--uhy-event-register-ink);
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.2;
}

.uhy-event-portal__status-badge[data-status="confirmed"] {
	border-color: color-mix(in srgb, var(--uhy-event-register-accent) 45%, transparent);
	background: color-mix(in srgb, var(--uhy-event-register-accent) 11%, #fff);
	color: var(--uhy-event-register-accent);
}

.uhy-event-portal__status-badge[data-status="waitlist"] {
	border-color: #b98d24;
	background: #fff8e7;
	color: #735308;
}

.uhy-event-portal__status-badge[data-status="rejected"] {
	border-color: #c76868;
	background: #fff1f1;
	color: #8b2525;
}

.uhy-event-portal__notes {
	margin: 0;
	padding: 0;
	border-left: 3px solid var(--uhy-event-register-line);
	background: transparent;
}

.uhy-event-portal__notes p {
	margin: 0;
	padding: 0 0 8px 10px;
}

.uhy-event-portal__notes p:last-child {
	padding-bottom: 0;
}

.uhy-event-portal__empty {
	color: var(--uhy-event-register-muted);
	font-size: .88em;
}

.uhy-event-portal__inline-form {
	display: grid;
	min-width: 0;
	width: 100%;
	gap: 9px;
	margin: 0;
}

.uhy-event-portal__inline-form textarea {
	min-height: 76px;
	padding: 8px 10px;
	font-size: .9rem;
}


.uhy-event-portal__inline-form button {
	width: 100%;
	min-width: 0;
	margin: 0;
}

.uhy-event-portal__attendance {
	margin: 0;
}

.uhy-event-portal__attendance label {
	display: inline-flex !important;
	align-items: center;
	gap: 9px;
	font-weight: 700;
}

.uhy-event-portal__attendance input {
	accent-color: var(--uhy-event-register-accent);
}

@media (max-width: 960px) {
	.uhy-event-portal__toolbar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.uhy-event-portal__search {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.uhy-event-registration__grid,
	.uhy-event-registration-split {
		grid-template-columns: minmax(0, 1fr);
	}

	.uhy-event-registration__full,
	.uhy-event-registration-split__part {
		grid-column: auto;
	}

	.uhy-event-registration-split__part {
		display: block;
	}

	.uhy-event-registration-split__part > :is(.uhy-event-landing__embed, .uhy-event-template__embed) {
		display: block;
	}

	.uhy-event-registration-split__part > :is(.uhy-event-landing__embed, .uhy-event-template__embed) > iframe {
		height: 680px !important;
	}

	.uhy-event-registration-split__part .uhy-event-clickmeeting-embed > iframe {
		height: 680px !important;
	}

	.uhy-event-registration__field {
		grid-template-rows: auto 46px auto;
	}

	.uhy-event-registration__field small {
		min-height: 0;
	}

	.uhy-event-portal {
		margin: 30px auto;
		padding: 0 16px;
	}

	.uhy-event-portal__toolbar {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	.uhy-event-portal__search {
		grid-column: auto;
	}

	.uhy-event-portal__table-wrap {
		margin-right: -16px;
		margin-left: -16px;
		overflow-x: auto;
		padding: 0;
		border-right: 0;
		border-left: 0;
		-webkit-overflow-scrolling: touch;
	}

	.uhy-event-portal__table {
		min-width: 720px;
	}

	.uhy-event-portal__table th,
	.uhy-event-portal__table td {
		padding: 14px 12px;
	}
}

@media (min-width: 701px) and (max-width: 960px) {
	.uhy-event-registration-split {
		grid-template-columns: minmax(0, 1fr);
	}
}
