.apoa-events-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.apoa-event-card,
.apoa-my-event,
.apoa-events-empty {
	background: #fff;
	border: 1px solid #dde0e8;
	border-radius: 10px;
	overflow: hidden;
}

.apoa-event-card-image {
	display: block;
	height: 190px;
	object-fit: cover;
	width: 100%;
}

.apoa-event-card-body,
.apoa-my-event,
.apoa-events-empty {
	padding: 22px;
}

.apoa-event-card h3,
.apoa-my-event h3 {
	margin: 10px 0;
}

.apoa-event-badge {
	background: #1a1f6e;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 10px;
}

.apoa-event-meta {
	color: #5a5f72;
	font-size: 14px;
}

/* Keep event sharing useful without letting the QR block dominate the page. */
.apoa-event-share-compact {
	align-items: center;
	display: grid;
	gap: 10px 14px;
	grid-template-columns: minmax(180px, 1fr) auto 72px;
	margin: 0 0 16px !important;
	padding: 12px 14px;
}

.apoa-event-share-compact .apoa-share-panel-heading {
	gap: 2px;
}

.apoa-event-share-compact .apoa-share-panel-heading strong {
	font-size: 14px;
}

.apoa-event-share-compact .apoa-share-panel-heading span {
	font-size: 12px;
}

.apoa-event-share-compact .apoa-share-panel-actions {
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
}

.apoa-event-share-compact .apoa-share-panel-button {
	font-size: 12px;
	padding: 6px 10px;
}

.apoa-event-share-compact .apoa-share-panel-qr img {
	border-radius: 6px;
	box-sizing: border-box;
	display: block;
	height: 72px;
	width: 72px;
}

.apoa-event-share-compact .apoa-share-panel-qr-toggle {
	background: transparent;
	border: 0;
	cursor: zoom-in;
	display: block;
	padding: 0;
}

.apoa-event-share-compact .apoa-share-panel-qr.is-expanded {
	align-items: center;
	background: rgba(18, 24, 33, .72);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 24px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
}

.apoa-event-share-compact .apoa-share-panel-qr.is-expanded .apoa-share-panel-qr-toggle {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
	cursor: zoom-out;
	padding: 14px;
}

.apoa-event-share-compact .apoa-share-panel-qr.is-expanded img {
	height: min(320px, 75vw);
	width: min(320px, 75vw);
}

.apoa-event-link {
	font-weight: 700;
}

.apoa-my-events {
	display: grid;
	gap: 16px;
}

.apoa-event-pass-view {
	margin: 28px 0;
}

.apoa-event-pass {
	background: #f7f9fc;
	border: 1px solid #cfd8e5;
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(19, 39, 72, .09);
	box-sizing: border-box;
	color: #18202d;
	margin: 22px auto;
	max-width: 780px;
	overflow: hidden;
	position: relative;
}

.apoa-event-pass.is-plus-pass .apoa-event-pass__header {
	background: #d9152d;
}

.apoa-event-pass.is-free-pass .apoa-event-pass__header {
	background: #172554;
}

.apoa-event-pass__watermark {
	bottom: 20px;
	filter: grayscale(1);
	height: auto;
	opacity: .075;
	pointer-events: none;
	position: absolute;
	right: 188px;
	transform: rotate(-8deg);
	width: 260px;
	z-index: 0;
}

.apoa-event-pass__header {
	align-items: center;
	background: #18202d;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 15px 22px;
	position: relative;
	z-index: 1;
}

.apoa-event-pass__brand {
	align-items: center;
	display: flex;
	gap: 12px;
}

.apoa-event-pass__brand img {
	background: #fff;
	border-radius: 5px;
	max-height: 38px;
	max-width: 105px;
	object-fit: contain;
}

.apoa-event-pass__brand strong {
	font-size: 24px;
}

.apoa-event-pass__brand span {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
}

.apoa-event-pass__plan {
	border-radius: 3px;
	font-size: 14px;
	font-weight: 900;
	padding: 7px 11px;
}

.apoa-event-pass__plan.is-plus {
	background: #d9152d;
	color: #fff;
}

.apoa-event-pass__plan.is-free {
	background: #e5e9ef;
	color: #303846;
}

.apoa-event-pass__body {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) 168px;
	padding: 22px;
	position: relative;
	z-index: 1;
}

.apoa-event-pass__event {
	margin: 0 0 10px;
}

.apoa-event-pass__event p {
	margin: 0;
}

.apoa-event-pass__event-zh {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.28;
}

.apoa-event-pass__event-en {
	color: #334155;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	margin-top: 3px !important;
}

.apoa-event-pass__event-subtitle {
	color: #d9152d;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0;
	margin-top: 4px !important;
}

.apoa-event-pass__number {
	color: #536174;
	font-size: 15px;
	margin: 0 0 7px;
}

.apoa-event-pass__number strong,
.apoa-event-success-number strong {
	color: #172554;
	font-size: 1.65em;
	letter-spacing: .08em;
}

.apoa-event-pass__details h3 {
	font-size: 25px;
	margin: 7px 0 14px;
}

.apoa-event-pass__details dl {
	display: grid;
	font-size: 14px;
	gap: 5px 12px;
	grid-template-columns: 56px 1fr;
	margin: 0;
}

.apoa-event-pass__details dt {
	font-weight: 800;
}

.apoa-event-pass__details dd {
	margin: 0;
}

.apoa-event-pass__entry-note {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 8px;
	color: #7c2d12;
	font-size: 12.5px;
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 12px 0 0;
	padding: 8px 10px;
}

.apoa-event-pass__entry-note p {
	margin: 0;
}

.apoa-event-pass__entry-note p + p {
	margin-top: 3px;
}

.apoa-event-pass__qr-block {
	justify-self: center;
	text-align: center;
}

.apoa-event-pass__qr-wrap {
	display: inline-block;
	position: relative;
}

.apoa-event-pass__qr {
	background: #fff;
	border: 1px solid #dce2e9;
	box-sizing: border-box;
	display: block;
	height: 168px;
	padding: 8px;
	position: relative;
	width: 168px;
	z-index: 2;
}

.apoa-event-pass__qr-logo {
	background: rgba(255, 255, 255, .92);
	border-radius: 6px;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .92);
	height: 30px;
	left: 50%;
	object-fit: contain;
	padding: 2px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	z-index: 3;
}

.apoa-event-pass__qr-note {
	color: #64748b;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
	margin: 8px auto 0;
	max-width: 180px;
	text-align: center;
}

.apoa-event-pass__qr-note strong,
.apoa-event-pass__qr-note span {
	display: block;
}

.apoa-event-pass footer {
	align-items: center;
	background: #fff1f3;
	color: #5d1720;
	display: flex;
	font-size: 12px;
	gap: 12px;
	justify-content: space-between;
	padding: 10px 22px;
	position: relative;
	z-index: 1;
}

.apoa-event-pass-note {
	color: #425166;
	text-align: center;
}

.apoa-event-success-number {
	font-size: 18px;
}

.single-apoa_event main .wp-block-post-date,
.single-apoa_event main .wp-block-group:has(> .wp-block-post-date) {
	display: none;
}

.single-apoa_event main > h1,
.single-apoa_event main .wp-block-post-title {
	font-size: clamp(30px, 3vw, 38px);
	line-height: 1.12;
	margin-bottom: 8px;
}

.apoa-event-details {
	background: #f4f5f7;
	border-left: 5px solid #1a1f6e;
	border-radius: 0 10px 10px 0;
	font-size: 14px;
	line-height: 1.45;
	margin: 0 0 22px;
	padding: 14px 18px;
}

.apoa-event-details h2 {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 9px;
}

.apoa-event-details dl {
	display: grid;
	gap: 4px 16px;
	grid-template-columns: minmax(105px, 145px) 1fr;
	margin: 0;
}

.apoa-event-details dt {
	font-weight: 700;
}

.apoa-event-details dd {
	line-height: 1.45;
	margin: 0;
}

@media (max-width: 600px) {
	.apoa-event-pass__header {
		padding: 14px 16px;
	}

	.apoa-event-pass__watermark {
		bottom: 128px;
		opacity: .07;
		right: 50%;
		transform: translateX(50%) rotate(-8deg);
		width: 190px;
	}

	.apoa-event-pass__body {
		gap: 14px;
		grid-template-columns: 1fr;
		padding: 16px;
	}

	.apoa-event-pass__event-zh {
		font-size: 18px;
	}

	.apoa-event-pass__event-en {
		font-size: 13px;
	}

	.apoa-event-pass__details h3 {
		font-size: 23px;
		margin-bottom: 12px;
	}

	.apoa-event-pass__qr {
		height: min(210px, 68vw);
		justify-self: center;
		width: min(210px, 68vw);
	}

	.apoa-event-pass footer {
		align-items: flex-start;
		flex-direction: column;
		padding: 12px 16px;
	}

	.apoa-event-share-compact {
		grid-template-areas:
			"heading qr"
			"actions actions";
		grid-template-columns: minmax(0, 1fr) 64px;
	}

	.apoa-event-share-compact .apoa-share-panel-heading {
		grid-area: heading;
	}

	.apoa-event-share-compact .apoa-share-panel-heading span {
		display: none;
	}

	.apoa-event-share-compact .apoa-share-panel-actions {
		align-items: center;
		flex-direction: row;
		gap: 4px;
		grid-area: actions;
		justify-content: flex-start;
	}

	.apoa-event-share-compact .apoa-share-panel-button {
		font-size: 11px;
		padding: 5px 7px;
		width: auto;
	}

	.apoa-event-share-compact .apoa-share-panel-qr {
		grid-area: qr;
	}

	.apoa-event-share-compact .apoa-share-panel-qr img {
		height: 64px;
		width: 64px;
	}

	.apoa-event-details dl {
		gap: 3px 10px;
		grid-template-columns: minmax(86px, 100px) 1fr;
	}

	.apoa-event-details dd + dt {
		margin-top: 0;
	}

	.apoa-event-details {
		font-size: 13px;
		padding: 12px 14px;
	}

	.single-apoa_event main > h1,
	.single-apoa_event main .wp-block-post-title {
		font-size: clamp(20px, 6vw, 24px);
		line-height: 1.25;
		margin-bottom: 10px;
	}

	.single-apoa_event .apoa-language-version {
		display: none;
	}
}

.apoa-event-registration,
.apoa-event-plus,
.apoa-event-success {
	border: 1px solid #dde0e8;
	border-radius: 12px;
	margin: 28px 0;
	padding: 26px;
}

.apoa-event-registration > h2 {
	font-size: 23px;
	line-height: 1.3;
	margin: 0 0 16px;
}

.apoa-event-plus {
	background: #f7f6ff;
	border-color: #cbc8ef;
}

.apoa-event-plus-kicker {
	color: #1a1f6e;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
}

.apoa-event-plus-confirmed,
.apoa-event-waitlist-note,
.apoa-event-success {
	background: #f1f8f4;
}

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

.apoa-event-registration label {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
}

.apoa-event-registration input[type="text"],
.apoa-event-registration input[type="email"],
.apoa-event-registration input[type="tel"],
.apoa-event-registration input[type="number"],
.apoa-event-registration input:not([type]),
.apoa-event-registration select,
.apoa-event-registration textarea {
	box-sizing: border-box;
	max-width: 100%;
	padding: 11px 12px;
	width: 100%;
}

.apoa-event-tier-selector {
	border-bottom: 1px solid #dce3ec;
	margin: 0 0 22px;
	padding: 0 0 22px;
}

.apoa-event-tier-selector h3 {
	font-size: 20px;
	margin: 0 0 5px;
}

.apoa-event-tier-note {
	color: #536174;
	font-size: 14px;
	margin: 0 0 14px;
}

.apoa-event-tier-note strong {
	color: #1f2937;
	display: inline-block;
	margin-bottom: 5px;
}

.apoa-event-account-note {
	background: #f8fafc;
	border: 1px solid #d9e2ec;
	border-radius: 8px;
	margin: 0 0 14px;
	padding: 12px 14px;
}

.apoa-event-account-note h4 {
	font-size: 16px;
	margin: 0 0 4px;
}

.apoa-event-account-note p {
	color: #4b5563;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.apoa-event-tier-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

.apoa-event-tier-card {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #cbd4df;
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex !important;
	gap: 10px;
	margin: 0 !important;
	padding: 15px 16px;
	position: relative;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.apoa-event-tier-card--plus {
	background: #f4f8ff;
	border-color: #aebed4;
}

.apoa-event-tier-card.is-selected {
	border-color: #173f5f;
	box-shadow: 0 0 0 2px rgba(23, 63, 95, .12);
}

.apoa-event-tier-card input {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.apoa-event-tier-radio {
	border: 2px solid #8491a3;
	border-radius: 50%;
	box-sizing: border-box;
	flex: 0 0 18px;
	height: 18px;
	margin-top: 2px;
	position: relative;
	width: 18px;
}

.apoa-event-tier-card.is-selected .apoa-event-tier-radio {
	border-color: #173f5f;
}

.apoa-event-tier-card.is-selected .apoa-event-tier-radio::after {
	background: #173f5f;
	border-radius: 50%;
	content: "";
	inset: 3px;
	position: absolute;
}

.apoa-event-tier-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.apoa-event-tier-copy strong {
	color: #1f2937;
	font-size: 17px;
}

.apoa-event-tier-brand.apoa-plus-mini-brand {
	margin: 0;
}

.apoa-event-tier-brand.apoa-plus-mini-brand span {
	font-size: 17px;
}

.apoa-event-tier-brand.apoa-plus-mini-brand em {
	background: #d9152d;
	color: #fff;
}

.apoa-event-tier-copy b {
	color: #173f5f;
	font-size: 14px;
}

.apoa-event-tier-copy small {
	color: #607086;
	font-size: 13px;
}

.apoa-event-tier-copy ul {
	color: #435269;
	font-size: 13px;
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
}

.apoa-event-tier-copy li {
	line-height: 1.45;
}

.apoa-event-recommended {
	background: #dcecff;
	border-radius: 999px;
	color: #173f5f;
	font-size: 11px;
	font-weight: 800;
	padding: 3px 8px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.apoa-event-tier-card.is-active .apoa-event-recommended {
	display: none;
}

.apoa-event-tier-checkout {
	background: #f7f9fc;
	border: 1px solid #d9e2ec;
	border-radius: 9px;
	margin-top: 12px;
	padding: 14px;
}

.apoa-event-tier-checkout[hidden] {
	display: none;
}

.apoa-event-tier-checkout .apoa-plus-checkout > p,
.apoa-event-tier-checkout .apoa-plus-checkout form,
.apoa-event-tier-checkout .apoa-member-button {
	margin: 0;
}

.apoa-event-tier-checkout .apoa-member-button {
	box-sizing: border-box;
	min-height: 52px;
	width: 100%;
}

.apoa-event-tier-checkout > p {
	color: #5a6472;
	font-size: 12px;
	margin: 8px 0 0;
	text-align: center;
}

.apoa-event-tier-flow-note {
	background: #f7f9fc;
	border-left: 3px solid #182b49;
	color: #46556a;
	font-size: 14px;
	margin: 12px 0 0;
	padding: 10px 12px;
}

.apoa-event-tier-flow-note[hidden] {
	display: none;
}

.apoa-event-checkbox label {
	font-weight: 400;
}

.apoa-event-email-suggestion,
.apoa-event-email-confirmation {
	display: block;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 6px;
}

.apoa-event-email-suggestion { color: #9a3412; }
.apoa-event-email-confirmation { color: #425166; }
.apoa-event-email-use,
.apoa-event-email-keep {
	background: transparent;
	border: 0;
	color: #182b49;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	padding: 0 3px;
	text-decoration: underline;
}

.apoa-event-email-keep { color: #5a6472; margin-left: 5px; }

.apoa-event-email-fix {
	margin-left: auto;
	margin-right: auto;
	max-width: 680px;
}

.apoa-event-email-fix form > p {
	max-width: 520px;
}

.apoa-event-checkbox {
	margin-bottom: 8px;
}

.apoa-event-terms-checkbox {
	background: #f7f9fc;
	border: 1px solid #d7e0ea;
	border-radius: 10px;
	color: #425166;
	padding: 12px 14px;
}

.apoa-event-terms-checkbox a {
	color: #182b49;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.apoa-event-submit {
	margin: 0;
}

.apoa-event-submit .apoa-event-button {
	font-size: 17px;
	min-height: 58px;
	min-width: min(100%, 320px);
	padding-left: 26px;
	padding-right: 26px;
}

.apoa-event-actions {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	justify-content: center;
}

.apoa-event-support-action {
	display: grid;
	gap: 4px;
	width: 260px;
}

.apoa-event-support-action small {
	color: #5a6472;
	font-size: 12px;
	line-height: 1.35;
	text-align: center;
}

.apoa-event-support-toggle {
	background: #f8fafc;
	border-color: #d7dee8;
	color: #2f3742;
	min-height: 52px;
	width: 100%;
}

.apoa-event-support-panel {
	margin-top: 18px;
}

.apoa-event-support-panel[hidden] {
	display: none;
}

.apoa-event-support-panel .apoa-support-module--event {
	margin: 0;
}

.apoa-event-field-note {
	color: #5a5f72;
	display: block;
	font-size: 13px;
	margin-top: 6px;
}

.apoa-event-single-person-note {
	background: #f4f5f7;
	border-left: 4px solid #1a1f6e;
	border-radius: 0 6px 6px 0;
	margin: 1em 0;
	padding: 12px 14px;
}

.apoa-event-single-person-note strong,
.apoa-event-single-person-note span {
	display: block;
}

.apoa-event-single-person-note span {
	color: #5a5f72;
	font-size: 14px;
	margin-top: 4px;
}

.apoa-event-button {
	background: #1a1f6e;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 11px 18px;
	text-decoration: none;
}

.apoa-event-submit .apoa-event-button {
	box-sizing: border-box;
	font-size: 16px;
	min-height: 52px;
	width: 260px;
}

.apoa-event-button:hover,
.apoa-event-button:focus {
	box-shadow: 0 5px 14px rgba(26, 31, 110, .18);
	color: #fff;
	text-decoration: none;
}

.apoa-event-button.is-secondary {
	background: #fff;
	border: 1px solid #b9c1cc;
	color: #2e3744;
}

.apoa-event-button.is-secondary:hover,
.apoa-event-button.is-secondary:focus {
	background: #f3f5f7;
	color: #202630;
}

.apoa-event-form-error {
	background: #fff1f1;
	border-left: 4px solid #e8192c;
	margin: 0 0 18px;
	padding: 12px 14px;
}

.apoa-event-login-success {
	background: #eef8f2;
	border-left: 4px solid #24724a;
	margin: 0 0 18px;
	padding: 12px 14px;
}

.apoa-event-inline-login {
	background: #f7f9fc;
	border: 1px solid #cbd5e1;
	border-radius: 12px;
	margin: 0 0 22px;
	padding: 20px;
}

.apoa-event-inline-login h3,
.apoa-event-inline-login > p {
	margin-top: 0;
}

.apoa-event-inline-login-form {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin-top: 16px;
}

.apoa-event-inline-login-form p {
	margin: 0;
}

.apoa-event-inline-login-form .apoa-event-inline-remember,
.apoa-event-inline-login-form .apoa-event-button {
	align-self: center;
}

.apoa-event-inline-login-form .apoa-event-button {
	min-height: 48px;
}

.apoa-event-inline-login-links {
	font-size: 14px;
	margin: 10px 0 0;
}

.apoa-event-inline-google {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-top: 16px;
}

.apoa-event-inline-google .apoa-google-button {
	margin: 0;
	max-width: 320px;
}

.apoa-event-wechat-login-note {
	background: #fff;
	border-left: 3px solid #65758b;
	color: #455468;
	font-size: 14px;
	margin: 16px 0 0 !important;
	padding: 10px 12px;
}

.apoa-event-honeypot {
	left: -9999px;
	position: absolute;
}

.apoa-event-success dl {
	display: grid;
	gap: 8px 18px;
	grid-template-columns: minmax(100px, 150px) 1fr;
}

.apoa-event-success dt {
	font-weight: 700;
}

.apoa-event-success dd {
	margin: 0;
}

.apoa-event-success-summary {
	background: #f8fafc;
	border: 1px solid #d8e0ea;
	border-radius: 12px;
	margin: 18px 0;
	padding: 18px;
	text-align: center;
}

.apoa-event-success-summary h3 {
	color: #1f2937;
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.2;
	margin: 0 0 10px;
}

.apoa-event-success-summary p {
	margin: 8px 0 0;
}

.apoa-event-success-pass-action {
	margin-top: 16px !important;
}

.apoa-event-success-pass-action .apoa-event-button {
	box-sizing: border-box;
	min-height: 50px;
	min-width: 260px;
}

.apoa-event-success-saved-note {
	color: #5b6675;
	font-size: 14px;
	line-height: 1.55;
}

.apoa-event-success-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 20px;
}

.apoa-event-success-plus {
	background: #f4f8ff;
	border: 1px solid #cbd8ea;
	border-radius: 10px;
	margin-top: 22px;
	padding: 18px;
}

.apoa-event-success-plus h3,
.apoa-event-success-plus p {
	margin-top: 0;
}

.apoa-event-success-plus ul {
	list-style: none;
	margin: 10px 0 14px;
	padding: 0;
}

.apoa-event-success-plus-checkout {
	margin: 14px auto 0;
	max-width: 340px;
}

.apoa-event-success-plus-checkout .apoa-member-button {
	box-sizing: border-box;
	min-height: 52px;
	width: 100%;
}

.apoa-event-success-support {
	margin-top: 18px;
}

.apoa-event-interest {
	background: #f8fafc;
	border: 1px solid #d8e0ea;
	border-radius: 16px;
	margin: 32px auto 0;
	max-width: 1120px;
	padding: 24px;
}

.apoa-event-interest h2 {
	margin-top: 0;
}

.apoa-event-interest.is-success {
	background: #f2f8f5;
	border-color: #cfe3d7;
}

.apoa-event-interest select {
	min-height: 46px;
	min-width: 220px;
}

.apoa-event-success-support .apoa-event-button {
	box-sizing: border-box;
	min-height: 48px;
	text-align: center;
}

@media (max-width: 768px) {
	.apoa-event-inline-login {
		padding: 16px;
	}

	.apoa-event-inline-login-form {
		grid-template-columns: 1fr;
	}

	.apoa-event-inline-login-form .apoa-event-button,
	.apoa-event-inline-google,
	.apoa-event-inline-google .apoa-google-button {
		width: 100%;
	}

	.apoa-event-inline-google {
		align-items: stretch;
		flex-direction: column;
	}

	.apoa-event-recommended {
		display: none;
	}

	.apoa-event-form-grid,
	.apoa-event-tier-grid,
	.apoa-event-success dl {
		grid-template-columns: 1fr;
	}

	.apoa-event-tier-selector {
		margin-bottom: 18px;
		padding-bottom: 18px;
	}

	.apoa-event-tier-card {
		padding: 13px 14px;
	}

	.apoa-event-tier-copy strong {
		font-size: 16px;
	}

	.apoa-event-tier-card--plus .apoa-event-tier-copy li:nth-child(n+3) {
		display: none;
	}

	.apoa-event-single-person-note {
		background: transparent;
		border: 0;
		grid-column: 1;
		margin: -2px 0 12px;
		padding: 0;
	}

	.apoa-event-single-person-note strong {
		display: none;
	}

	.apoa-event-single-person-note span {
		color: #5a6472;
		font-size: 12px;
		line-height: 1.45;
		margin: 0;
	}

	.apoa-event-single-person-note span::before {
		content: "ℹ️ ";
	}

	.apoa-event-registration,
	.apoa-event-plus,
	.apoa-event-success,
	.apoa-event-interest {
		padding: 20px;
	}

	.apoa-event-success-summary {
		padding: 16px;
	}

	.apoa-event-submit .apoa-event-button,
	.apoa-event-success-pass-action .apoa-event-button,
	.apoa-event-success-actions .apoa-event-button,
	.apoa-event-success-support .apoa-event-button,
	.apoa-event-support-action,
	.apoa-event-support-toggle {
		text-align: center;
		width: 100%;
	}

	.apoa-event-actions {
		display: grid;
		grid-template-columns: 1fr;
	}
}
