:root {
	--ticketo-bg: #111923;
	--ticketo-panel: #182330;
	--ticketo-panel-2: #202d3b;
	--ticketo-text: #f4f6f8;
	--ticketo-muted: #a9b5c4;
	--ticketo-line: #344558;
	--ticketo-accent: #c8a35f;
	--ticketo-accent-ink: #19150e;
	--ticketo-success: #4fb286;
	--ticketo-danger: #e4776c;
	--ticketo-quantity-bg: #202d3b;
	--ticketo-quantity-text: #f8fafc;
	--ticketo-quantity-button: #cbd5e1;
	--ticketo-radius: 16px;
	--ticketo-shadow: 0 18px 48px rgba(0, 0, 0, .24);
	--ticketo-font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ticketo-font-body: 16px;
	--ticketo-font-supporting: 14px;
	--ticketo-font-label: 12px;
	--ticketo-font-button: 14px;
	--ticketo-weight-regular: 400;
	--ticketo-weight-medium: 500;
	--ticketo-control-height: 44px;
	--ticketo-control-compact: 40px;
	--ticketo-button-radius: 9px;
	--ticketo-primary-button: #2563eb;
	--ticketo-primary-button-text: #ffffff;
	--ticketo-secondary-button: #eef4ff;
	--ticketo-secondary-button-text: #1d4ed8;
}

body.ticketo-theme-light {
	--ticketo-bg: #f4f7fb;
	--ticketo-panel: #ffffff;
	--ticketo-panel-2: #eef4ff;
	--ticketo-text: #0f172a;
	--ticketo-muted: #64748b;
	--ticketo-line: #dbe3ef;
	--ticketo-accent: #2563eb;
	--ticketo-accent-ink: #ffffff;
	--ticketo-success: #16825d;
	--ticketo-danger: #c2413b;
	--ticketo-quantity-bg: #eef4ff;
	--ticketo-quantity-text: #0f172a;
	--ticketo-quantity-button: #475569;
	--ticketo-shadow: 0 18px 50px rgba(15, 23, 42, .09);
}

body.ticketo-theme-dark,
body.ticketo-theme-dark .ticketo-public-page {
	--ticketo-bg: #0b1220;
	--ticketo-panel: #111c2d;
	--ticketo-panel-2: #17243a;
	--ticketo-text: #f8fafc;
	--ticketo-muted: #a9b8cc;
	--ticketo-line: #2b3b52;
	--ticketo-accent: #60a5fa;
	--ticketo-accent-ink: #07101f;
	--ticketo-success: #4fd1a1;
	--ticketo-danger: #fb8b84;
	--ticketo-quantity-bg: #17243a;
	--ticketo-quantity-text: #f8fafc;
	--ticketo-quantity-button: #cbd5e1;
	--ticketo-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

@media (prefers-color-scheme: light) {
	body.ticketo-theme-auto {
		--ticketo-bg: #f4f7fb;
		--ticketo-panel: #ffffff;
		--ticketo-panel-2: #eef4ff;
		--ticketo-text: #0f172a;
		--ticketo-muted: #64748b;
		--ticketo-line: #dbe3ef;
		--ticketo-accent: #2563eb;
		--ticketo-accent-ink: #ffffff;
		--ticketo-success: #16825d;
		--ticketo-danger: #c2413b;
		--ticketo-quantity-bg: #eef4ff;
		--ticketo-quantity-text: #0f172a;
		--ticketo-quantity-button: #475569;
		--ticketo-shadow: 0 18px 50px rgba(15, 23, 42, .09);
	}
}

@media (prefers-color-scheme: dark) {
	body.ticketo-theme-auto,
	body.ticketo-theme-auto .ticketo-public-page {
		--ticketo-bg: #0b1220;
		--ticketo-panel: #111c2d;
		--ticketo-panel-2: #17243a;
		--ticketo-text: #f8fafc;
		--ticketo-muted: #a9b8cc;
		--ticketo-line: #2b3b52;
		--ticketo-accent: #60a5fa;
		--ticketo-accent-ink: #07101f;
		--ticketo-success: #4fd1a1;
		--ticketo-danger: #fb8b84;
		--ticketo-quantity-bg: #17243a;
		--ticketo-quantity-text: #f8fafc;
		--ticketo-quantity-button: #cbd5e1;
		--ticketo-shadow: 0 18px 50px rgba(0, 0, 0, .28);
	}
}

.ticketo-event-shell, .ticketo-account-head, .ticketo-account-form, .ticketo-people-list, .ticketo-pass-grid, .ticketo-checkout-panel, .ticketo-event-grid, .ticketo-empty { box-sizing: border-box; }
.ticketo-event-embed { box-sizing: border-box; overflow: hidden; width: min(1180px, 100%); margin: 28px auto; padding: 0 26px 30px; border: 1px solid var(--ticketo-line); border-radius: 20px; background: var(--ticketo-bg); color: var(--ticketo-text); box-shadow: var(--ticketo-shadow); }
.ticketo-embed-image { display: block; overflow: hidden; margin: 0 -26px; aspect-ratio: 16 / 7; background: var(--ticketo-panel); }
.ticketo-embed-image img { width: 100%; height: 100%; object-fit: cover; }
.ticketo-embed-header { max-width: 820px; padding: 28px 0 4px; }
.ticketo-embed-header h2 { margin: 7px 0 9px; font-size: clamp(30px, 5vw, 48px); line-height: 1.08; }
.ticketo-embed-header h2 a { color: var(--ticketo-text); text-decoration: none; }
.ticketo-embed-header p { margin: 0; color: var(--ticketo-muted); font-size: 15px; line-height: 1.65; }
.ticketo-event-embed > .ticketo-event-shell { padding-top: 8px; padding-bottom: 0; }
.ticketo-event-shell { max-width: 1180px; margin: 0 auto; padding: 20px 0 60px; color: var(--ticketo-text); }
.ticketo-event-copy { max-width: 800px; color: var(--ticketo-muted); font-size: 17px; line-height: 1.75; }
.ticketo-event-copy p { color: inherit; }
.ticketo-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 28px 0 18px; }
.ticketo-fact { padding: 18px; border: 1px solid var(--ticketo-line); border-radius: 12px; background: var(--ticketo-panel); }
.ticketo-fact span { display: block; margin-bottom: 6px; color: var(--ticketo-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ticketo-fact strong { color: var(--ticketo-text); font-size: 14px; line-height: 1.45; }
.ticketo-text-link, .ticketo-card-footer a, .ticketo-pass-qr a, .ticketo-cancel { color: var(--ticketo-accent) !important; text-decoration: none; }
.ticketo-entry-notes { margin: 24px 0; padding: 20px; border-left: 3px solid var(--ticketo-accent); background: var(--ticketo-panel); color: var(--ticketo-muted); }
.ticketo-entry-notes strong { color: var(--ticketo-text); }
.ticketo-entry-notes p { margin: 6px 0 0; color: inherit; }
.ticketo-ticket-section-heading { margin: 42px 0 18px; }
.ticketo-section-title { margin: 0; color: var(--ticketo-text); font-size: clamp(26px, 4vw, 38px); }
.ticketo-ticket-section-heading > p { margin: 7px 0 0; color: var(--ticketo-muted); font-size: 16px; line-height: 1.5; }
.ticketo-capacity-overview { display: grid; grid-template-columns: repeat(2, minmax(130px, 180px)) 1fr; gap: 1px; overflow: hidden; margin: 0 0 18px; border: 1px solid var(--ticketo-line); border-radius: 12px; background: var(--ticketo-line); }
.ticketo-capacity-overview > div, .ticketo-capacity-overview > p { margin: 0; padding: 14px 16px; background: var(--ticketo-panel); }
.ticketo-capacity-overview span { display: block; color: var(--ticketo-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ticketo-capacity-overview strong { display: block; margin-top: 3px; color: var(--ticketo-text); font-size: 23px; }
.ticketo-capacity-overview p { display: flex; align-items: center; color: var(--ticketo-muted); font-size: 12px; }
.ticketo-tier-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ticketo-tier-card { display: flex; min-height: 310px; flex-direction: column; gap: 16px; padding: 24px; border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); box-shadow: var(--ticketo-shadow); }
.ticketo-tier-card h3 { margin: 6px 0 0; color: var(--ticketo-text); font-size: 22px; }
.ticketo-tier-description { min-height: 42px; margin: 8px 0 0; color: var(--ticketo-muted); font-size: 13px; line-height: 1.55; }
.ticketo-eyebrow { display: block; color: var(--ticketo-accent); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.ticketo-price { color: var(--ticketo-text); font-size: 30px; font-weight: 800; }
.ticketo-price del { color: var(--ticketo-muted); font-size: 16px; }
.ticketo-price ins { color: var(--ticketo-text); text-decoration: none; }
.ticketo-stock { color: var(--ticketo-muted); font-size: 13px; }
.ticketo-stock strong { color: var(--ticketo-text); }
.ticketo-buy-form { display: grid; grid-template-columns: 90px 1fr; gap: 10px; margin-top: auto; }
.ticketo-buy-form label, .ticketo-form-grid label, .ticketo-attendee-grid label { display: flex; flex-direction: column; gap: 6px; }
.ticketo-buy-form label span, .ticketo-form-grid label span, .ticketo-attendee-grid label span { color: var(--ticketo-muted); font-size: 11px; font-weight: 700; }
.ticketo-buy-form input, .ticketo-form-grid input, .ticketo-attendee-grid select, .ticketo-attendee-grid input { width: 100%; min-height: 46px; padding: 9px 12px; border: 1px solid var(--ticketo-line) !important; border-radius: 9px !important; background: var(--ticketo-panel-2) !important; color: var(--ticketo-text) !important; box-shadow: none !important; }
.ticketo-buy-form input:focus, .ticketo-form-grid input:focus, .ticketo-attendee-grid select:focus, .ticketo-attendee-grid input:focus { border-color: var(--ticketo-accent) !important; outline: 2px solid rgba(200, 163, 95, .2); }
.ticketo-button, button.ticketo-button, .ticketo-checkin-button { min-height: 46px; padding: 11px 18px !important; border: 1px solid var(--ticketo-accent) !important; border-radius: 9px !important; background: var(--ticketo-accent) !important; color: var(--ticketo-accent-ink) !important; font-weight: 800 !important; text-align: center; text-decoration: none; cursor: pointer; }
.ticketo-button:hover, .ticketo-checkin-button:hover { border-color: #dfbd7c !important; background: #dfbd7c !important; }
.ticketo-secondary-button { display: block; padding: 11px 16px; border: 1px solid var(--ticketo-line); border-radius: 9px; color: var(--ticketo-text) !important; font-weight: 700; text-align: center; text-decoration: none; }
.ticketo-sold-out { margin-top: auto; padding: 12px; border: 1px solid var(--ticketo-danger); border-radius: 9px; color: var(--ticketo-danger); font-weight: 700; text-align: center; }

/* Plugin-owned single event experience. All selectors remain inside NXT Tickets & Events. */
.ticketo-public-page {
	--ticketo-bg: #f4f7fb;
	--ticketo-panel: #ffffff;
	--ticketo-panel-2: #eef4ff;
	--ticketo-text: #0f172a;
	--ticketo-muted: #64748b;
	--ticketo-line: #dbe3ef;
	--ticketo-accent: #2563eb;
	--ticketo-accent-ink: #ffffff;
	--ticketo-success: #16825d;
	--ticketo-danger: #c2413b;
	--ticketo-radius: 18px;
	--ticketo-shadow: 0 18px 50px rgba(15, 23, 42, .09);
	isolation: isolate;
	position: relative;
	left: 50%;
	width: 100vw !important;
	max-width: none !important;
	min-height: 70vh;
	margin: 0 0 0 -50vw !important;
	padding: 64px 24px 88px !important;
	overflow: hidden;
	background: var(--ticketo-bg) !important;
	color: var(--ticketo-text) !important;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 16px;
	line-height: 1.6;
}
body.single-ticketo_event .post-header-container,
body.single-ticketo_event #hero,
body.single-ticketo_event .post-title-container.hero-section,
body.single-ticketo_event .page-header:not(.site-header),
body.single-ticketo_event .entry-header { display: none !important; }
.ticketo-public-page,
.ticketo-public-page * { box-sizing: border-box; }
.ticketo-public-page :where(h1, h2, h3, p, figure, form) { font-family: inherit !important; letter-spacing: normal; }
.ticketo-public-page :where(button, input, select, textarea) { font: inherit !important; }
.ticketo-public-frame { width: min(1180px, 100%); margin: 0 auto; }
.ticketo-public-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); overflow: hidden; border: 1px solid var(--ticketo-line); border-radius: 24px; background: var(--ticketo-panel); box-shadow: var(--ticketo-shadow); }
.ticketo-public-hero-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; padding: clamp(32px, 5vw, 64px); }
.ticketo-public-badge { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 10px; border: 1px solid var(--ticketo-line); border-radius: 999px; background: var(--ticketo-panel-2); color: var(--ticketo-accent); font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.ticketo-public-hero h1 { max-width: 780px; margin: 18px 0 0 !important; color: var(--ticketo-text) !important; font-size: clamp(40px, 6vw, 72px) !important; font-weight: 500 !important; line-height: 1 !important; }
.ticketo-public-summary { max-width: 720px; margin: 20px 0 0 !important; color: var(--ticketo-muted) !important; font-size: 17px; line-height: 1.7; }
.ticketo-hero-description { width: 100%; max-width: 760px; margin-top: 20px; color: var(--ticketo-muted); }
.ticketo-hero-description p { margin: 0 !important; color: inherit !important; font-size: 14px; line-height: 1.65; }
.ticketo-hero-description.is-collapsed p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ticketo-hero-description button { display: inline-flex; gap: 7px; align-items: center; min-height: 28px; margin: 7px 0 0; padding: 0; border: 0; background: transparent; color: var(--ticketo-accent); font-size: 11px; font-weight: 780; cursor: pointer; box-shadow: none; }
.ticketo-hero-description button:hover { color: var(--ticketo-text); }
.ticketo-hero-description button:focus-visible { outline: 2px solid var(--ticketo-accent); outline-offset: 3px; }
.ticketo-hero-description button i { width: 7px; height: 7px; margin-top: -3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .18s ease, margin .18s ease; }
.ticketo-hero-description button [data-description-less] { display: none; }
.ticketo-hero-description.is-expanded button [data-description-more] { display: none; }
.ticketo-hero-description.is-expanded button [data-description-less] { display: inline; }
.ticketo-hero-description.is-expanded button i { margin-top: 3px; transform: rotate(225deg); }
.ticketo-public-hero-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 20px; width: 100%; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--ticketo-line); }
.ticketo-public-hero-meta div { min-width: 0; }
.ticketo-public-hero-meta span { display: block; margin-bottom: 5px; color: var(--ticketo-muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
.ticketo-public-hero-meta strong { display: block; color: var(--ticketo-text); font-size: 14px; font-weight: 720; line-height: 1.5; }
.ticketo-public-hero-meta small { display: block; margin-top: 2px; color: var(--ticketo-muted); font-size: 12px; font-weight: 650; line-height: 1.45; }
.ticketo-public-hero-meta .ticketo-hero-when strong { white-space: nowrap; }
.ticketo-public-hero-meta .ticketo-hero-when small { white-space: nowrap; }
.ticketo-public-hero-meta .ticketo-hero-map-link { display: inline-flex; gap: 7px; align-items: center; width: fit-content; margin-top: 9px; padding: 5px 8px 5px 6px; border: 1px solid var(--ticketo-line); border-radius: 8px; background: var(--ticketo-panel-2); color: var(--ticketo-accent) !important; font-size: 11px; font-weight: 750; line-height: 1.2; text-decoration: none !important; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.ticketo-public-hero-meta .ticketo-hero-map-link svg { width: 16px; height: 16px; flex: 0 0 16px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ticketo-public-hero-meta .ticketo-hero-map-link:hover { border-color: var(--ticketo-accent); background: var(--ticketo-panel); color: var(--ticketo-text) !important; }
.ticketo-public-hero-meta .ticketo-hero-map-link:focus-visible { outline: 2px solid var(--ticketo-accent); outline-offset: 2px; }
.ticketo-hero-extra { width: 100%; margin-top: 18px; }
.ticketo-hero-entry { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 9px; margin-top: 10px; padding: 11px 12px; border-left: 3px solid var(--ticketo-accent); border-radius: 0 8px 8px 0; background: var(--ticketo-panel-2); }
.ticketo-hero-entry > svg { width: 17px; height: 17px; margin-top: 1px; stroke: var(--ticketo-accent); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ticketo-hero-entry span { display: block; color: var(--ticketo-text); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ticketo-hero-entry p { display: -webkit-box; overflow: hidden; margin: 3px 0 0 !important; color: var(--ticketo-muted) !important; font-size: 11px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ticketo-hero-cta { display: inline-flex; gap: 12px; align-items: center; justify-content: center; min-height: 48px; margin-top: 28px; padding: 11px 18px; border: 1px solid var(--ticketo-accent); border-radius: 10px; background: var(--ticketo-accent); color: #fff !important; font-size: 14px; font-weight: 780; text-decoration: none !important; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.ticketo-hero-cta:hover { border-color: #1d4ed8; background: #1d4ed8; color: #fff !important; transform: translateY(-1px); }
.ticketo-hero-cta span { font-size: 18px; line-height: 1; }
.ticketo-public-hero-image { position: relative; min-height: 460px; margin: 0; background: #dbeafe; }
.ticketo-public-hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ticketo-public-hero-mark { display: flex; min-height: 460px; flex-direction: column; align-items: center; justify-content: center; padding: 36px; background: #172554; color: #fff; text-align: center; }
.ticketo-public-hero-mark strong { display: grid; width: 112px; height: 112px; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 28px; background: #2563eb; color: #fff; font-size: 58px; line-height: 1; }
.ticketo-public-hero-mark span { margin-top: 20px; color: #fff; font-size: 20px; font-weight: 800; }
.ticketo-public-hero-mark small { margin-top: 5px; color: #bfdbfe; font-size: 12px; }
.ticketo-public-page .ticketo-event-shell { width: 100%; max-width: none; margin: 0; padding: 34px 0 0; color: var(--ticketo-text); }
.ticketo-public-page .ticketo-event-copy:not(:empty) { max-width: none; margin: 0 0 20px; padding: clamp(24px, 4vw, 38px); border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); color: var(--ticketo-muted); font-size: 16px; line-height: 1.75; box-shadow: 0 10px 30px rgba(15, 23, 42, .05); }
.ticketo-public-page .ticketo-event-copy > :first-child { margin-top: 0 !important; }
.ticketo-public-page .ticketo-event-copy > :last-child { margin-bottom: 0 !important; }
.ticketo-public-page .ticketo-event-copy :where(p, li) { color: inherit !important; font-size: inherit; line-height: inherit; }
.ticketo-public-page .ticketo-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 0 20px; }
.ticketo-public-page .ticketo-fact { padding: 20px; border-color: var(--ticketo-line); background: var(--ticketo-panel); box-shadow: 0 8px 24px rgba(15, 23, 42, .04); }
.ticketo-public-page .ticketo-fact span { color: var(--ticketo-muted); }
.ticketo-public-page .ticketo-fact strong { color: var(--ticketo-text); }
.ticketo-public-page .ticketo-text-link { display: inline-flex; margin: 2px 0 20px; color: var(--ticketo-accent) !important; font-weight: 750; }
.ticketo-public-page .ticketo-entry-notes { margin: 0 0 24px; padding: 22px 24px; border: 1px solid var(--ticketo-line); border-left: 4px solid var(--ticketo-accent); border-radius: 12px; background: var(--ticketo-panel-2); color: var(--ticketo-muted); }
.ticketo-public-page .ticketo-entry-notes strong { color: var(--ticketo-text); }
.ticketo-public-page .ticketo-section-title { scroll-margin-top: 34px; margin: 44px 0 18px !important; color: var(--ticketo-text) !important; font-size: clamp(28px, 4vw, 42px) !important; font-weight: 760 !important; line-height: 1.1 !important; }
.ticketo-public-page .ticketo-capacity-overview { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px 24px; margin-bottom: 20px; padding: 20px 22px; border-color: var(--ticketo-line); border-radius: 14px; background: var(--ticketo-panel); box-shadow: 0 8px 24px rgba(15, 23, 42, .04); }
.ticketo-public-page .ticketo-capacity-overview > div { padding: 0; background: transparent; }
.ticketo-public-page .ticketo-availability-copy span { display: block; color: var(--ticketo-muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ticketo-public-page .ticketo-availability-copy strong { display: block; margin-top: 3px; color: var(--ticketo-text); font-size: 17px; font-weight: 650; }
.ticketo-public-page .ticketo-availability-copy strong b { font-size: 27px; font-weight: 800; }
.ticketo-public-page .ticketo-availability-meta { display: flex; gap: 8px 18px; align-items: center; justify-content: flex-end; color: var(--ticketo-muted); font-size: 12px; }
.ticketo-public-page .ticketo-availability-meta span + span { position: relative; }
.ticketo-public-page .ticketo-availability-meta span + span::before { position: absolute; top: 50%; left: -10px; width: 3px; height: 3px; border-radius: 50%; background: #94a3b8; content: ''; transform: translateY(-50%); }
.ticketo-public-page .ticketo-capacity-overview .ticketo-availability-track { grid-column: 1 / -1; overflow: hidden; height: 7px; border-radius: 999px; background: var(--ticketo-panel-2); }
.ticketo-public-page .ticketo-availability-track i { display: block; height: 100%; border-radius: inherit; background: var(--ticketo-accent); }
.ticketo-public-page .ticketo-tier-grid { justify-content: center; gap: 18px; }
.ticketo-public-page .ticketo-tier-grid.is-columns-1 { grid-template-columns: minmax(0, 620px); }
.ticketo-public-page .ticketo-tier-grid.is-columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ticketo-public-page .ticketo-tier-grid.is-columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ticketo-public-page .ticketo-tier-card { min-width: 0; min-height: 0; gap: 18px; padding: 26px; border-color: var(--ticketo-line); border-radius: 16px; background: var(--ticketo-panel); box-shadow: 0 12px 34px rgba(15, 23, 42, .06); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.ticketo-public-page .ticketo-tier-card:hover { border-color: #bfdbfe; box-shadow: 0 18px 42px rgba(37, 99, 235, .10); transform: translateY(-2px); }
.ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] { border-top: 3px solid #b8862e; }
.ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] { border-top: 3px solid #16825d; }
.ticketo-public-page .ticketo-tier-card h3 { margin: 0 !important; color: var(--ticketo-text) !important; font-size: clamp(27px, 2.2vw, 34px) !important; font-weight: 780 !important; line-height: 1.12 !important; }
.ticketo-public-page .ticketo-tier-card-head { display: flex; gap: 18px; align-items: flex-start; justify-content: space-between; }
.ticketo-public-page .ticketo-tier-card-head > div { min-width: 0; }
.ticketo-public-page .ticketo-tier-label { display: inline-flex; min-height: 24px; align-items: center; padding: 4px 8px; border: 1px solid var(--ticketo-line); border-radius: 999px; color: var(--ticketo-muted); font-size: 11px; font-weight: 500; letter-spacing: .06em; line-height: 1; text-transform: uppercase; }
.ticketo-public-page .ticketo-stock-pill { display: inline-flex; flex: 0 0 auto; gap: 6px; align-items: center; min-height: 27px; padding: 5px 8px; border: 1px solid var(--ticketo-line); border-radius: 999px; background: var(--ticketo-panel-2); color: var(--ticketo-muted); font-size: 10px; font-weight: 750; line-height: 1; }
.ticketo-public-page .ticketo-stock-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--ticketo-success); }
.ticketo-public-page .ticketo-tier-description { min-height: 0; margin: 8px 0 0 !important; color: var(--ticketo-muted) !important; font-size: 14px; line-height: 1.55; }
.ticketo-public-page .ticketo-eyebrow { color: var(--ticketo-accent); }
.ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] .ticketo-eyebrow { color: #16825d; }
.ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] .ticketo-eyebrow { color: #8a641e; }
.ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] .ticketo-tier-label { border-color: #93d9bd; color: #16724f; }
.ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] .ticketo-tier-label { border-color: #e2c68b; color: #8a641e; }
.ticketo-public-page .ticketo-tier-availability { display: flex; gap: 9px; align-items: baseline; padding: 10px 0 2px; color: var(--ticketo-muted); }
.ticketo-public-page .ticketo-tier-availability strong { color: var(--ticketo-text); font-size: 38px; font-weight: 820; line-height: 1; }
.ticketo-public-page .ticketo-tier-availability span { font-size: 13px; font-weight: 650; }
.ticketo-public-page .ticketo-tier-card.is-sold-out .ticketo-tier-availability strong,
.ticketo-public-page .ticketo-tier-card.is-sold-out .ticketo-tier-availability span { color: var(--ticketo-danger); }
.ticketo-public-page .ticketo-tier-price { display: flex; gap: 12px; align-items: baseline; justify-content: space-between; }
.ticketo-public-page .ticketo-tier-price > span { color: var(--ticketo-muted); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.ticketo-public-page .ticketo-tier-price > strong { color: var(--ticketo-text); font-size: 22px; font-weight: 800; }
.ticketo-public-page .ticketo-tier-price.is-free > strong { color: var(--ticketo-success); }
.ticketo-public-page .ticketo-tier-price ins { color: inherit; text-decoration: none; }
.ticketo-public-page .ticketo-tier-price del { color: var(--ticketo-muted); font-size: 14px; }
.ticketo-public-page .ticketo-price { margin-top: 0; color: var(--ticketo-text); font-size: 32px; line-height: 1; }
.ticketo-public-page .ticketo-price del { color: var(--ticketo-muted); }
.ticketo-public-page .ticketo-price ins { color: var(--ticketo-text); }
.ticketo-public-page .ticketo-tier-actions { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--ticketo-line); }

/* Spotlight keeps the same NXT Tickets & Events structure, but uses solid tier tones for faster comparison. */
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card { border-width: 1px; box-shadow: none; }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] { --ticketo-tier-tone: #16825d; --ticketo-tier-soft: #e8f7ef; border-color: #16825d; }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="standard"] { --ticketo-tier-tone: #2563eb; --ticketo-tier-soft: #eaf1ff; border-color: #2563eb; }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] { --ticketo-tier-tone: #a56b12; --ticketo-tier-soft: #fbf2df; border-color: #a56b12; }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card:hover { border-color: var(--ticketo-tier-tone); box-shadow: 0 12px 28px rgba(15, 23, 42, .10); }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card-head { min-height: 126px; }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card h3 { margin-top: 10px !important; }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-description { margin-top: 7px !important; }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-label { border-color: var(--ticketo-tier-tone); background: var(--ticketo-tier-soft); color: var(--ticketo-tier-tone); }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-price { order: 1; margin-top: 2px; }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-price > span { display: none; }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-price > strong { color: var(--ticketo-tier-tone); font-size: 36px; line-height: 1.1; }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-availability { order: 2; min-height: 42px; padding: 9px 12px; border: 1px solid var(--ticketo-tier-tone); border-radius: 10px; background: var(--ticketo-tier-soft); color: var(--ticketo-tier-tone); }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-availability strong,
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-availability span { color: var(--ticketo-tier-tone); }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-availability strong { font-size: 22px; }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-actions { order: 3; }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card .ticketo-button { border-color: var(--ticketo-tier-tone) !important; background: var(--ticketo-tier-tone) !important; color: #fff !important; -webkit-text-fill-color: #fff !important; }
body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card .ticketo-button:hover { filter: brightness(.94); }
body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] { --ticketo-tier-soft: #102b24; }
body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="standard"] { --ticketo-tier-soft: #111e38; }
body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] { --ticketo-tier-soft: #2a2112; }
body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] { --ticketo-tier-soft: #102b24; }
body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="standard"] { --ticketo-tier-soft: #111e38; }
body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] { --ticketo-tier-soft: #2a2112; }
.ticketo-public-page .ticketo-buy-form { grid-template-columns: 116px minmax(0, 1fr); gap: 10px; align-items: end; margin: 0; }
.ticketo-public-page .ticketo-buy-form .ticketo-quantity-field { display: flex; flex-direction: column; gap: 7px; }
.ticketo-public-page .ticketo-buy-form .ticketo-quantity-field > span:first-child { color: var(--ticketo-muted); font-size: 10px; font-weight: 750; }
.ticketo-public-page .ticketo-quantity-stepper { display: grid; grid-template-columns: 34px 46px 34px; overflow: hidden; height: 48px; border: 1px solid var(--ticketo-line); border-radius: 10px; background: var(--ticketo-panel-2); }
body.single-ticketo_event .ticketo-public-page .ticketo-quantity-stepper button { display: grid !important; min-width: 0 !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; place-items: center; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: var(--ticketo-quantity-button) !important; font-size: 18px !important; font-weight: 700 !important; line-height: 1 !important; box-shadow: none !important; cursor: pointer; }
body.single-ticketo_event .ticketo-public-page .ticketo-quantity-stepper button:hover { background: #e8eef8 !important; color: var(--ticketo-accent) !important; }
body.single-ticketo_event .ticketo-public-page .ticketo-buy-form input { min-width: 0; min-height: 46px; margin: 0 !important; padding: 0 !important; border: 0 !important; border-right: 1px solid var(--ticketo-line) !important; border-left: 1px solid var(--ticketo-line) !important; border-radius: 0 !important; background: var(--ticketo-quantity-bg) !important; color: var(--ticketo-quantity-text) !important; caret-color: var(--ticketo-quantity-text) !important; font-size: 16px !important; font-weight: 750 !important; line-height: 1 !important; text-align: center; text-shadow: none !important; opacity: 1 !important; box-shadow: none !important; -webkit-text-fill-color: var(--ticketo-quantity-text) !important; appearance: textfield; }
.ticketo-public-page .ticketo-buy-form input::-webkit-inner-spin-button,
.ticketo-public-page .ticketo-buy-form input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.ticketo-public-page .ticketo-buy-form input:focus { border-color: var(--ticketo-accent) !important; outline: 2px solid rgba(37, 99, 235, .16); }
body.single-ticketo_event .ticketo-public-page .ticketo-buy-form button.ticketo-button { align-self: end; min-height: 48px !important; margin: 0 !important; padding: 10px 16px !important; border: 1px solid #2563eb !important; border-radius: 10px !important; background-color: #2563eb !important; color: #fff !important; font-size: 13px !important; font-weight: 800 !important; line-height: 1.2 !important; white-space: nowrap; box-shadow: none !important; }
body.single-ticketo_event .ticketo-public-page .ticketo-buy-form button.ticketo-button:hover { border-color: #1d4ed8 !important; background-color: #1d4ed8 !important; color: #fff !important; }
body.single-ticketo_event .ticketo-public-page .ticketo-buy-form button.ticketo-button:disabled { border-color: var(--ticketo-line) !important; background-color: var(--ticketo-panel-2) !important; color: var(--ticketo-muted) !important; cursor: not-allowed; opacity: .72; }
.ticketo-public-page .ticketo-secondary-button { display: inline-flex; gap: 7px; align-items: center; justify-content: center; min-height: 0; margin: 14px 0 0 126px; padding: 2px; border: 0; background: transparent; color: var(--ticketo-muted) !important; font-size: 12px; font-weight: 700; line-height: 1.4; }
.ticketo-public-page .ticketo-secondary-button span { color: var(--ticketo-accent); font-size: 15px; transition: transform .18s ease; }
.ticketo-public-page .ticketo-secondary-button:hover { background: transparent; color: var(--ticketo-accent) !important; }
.ticketo-public-page .ticketo-secondary-button:hover span { transform: translateX(2px); }
.ticketo-public-page .ticketo-cart-checkout { display: flex; visibility: hidden; overflow: hidden; gap: 24px; align-items: center; justify-content: space-between; max-height: 0; margin-top: 0; padding: 0 20px; border: 1px solid transparent; border-radius: 14px; background: var(--ticketo-panel); opacity: 0; box-shadow: none; pointer-events: none; transform: translateY(12px); transition: max-height .3s ease, margin .3s ease, padding .3s ease, border-color .3s ease, opacity .22s ease, transform .3s ease, visibility 0s linear .3s; }
.ticketo-public-page .ticketo-cart-checkout.is-visible { visibility: visible; max-height: 120px; margin-top: 20px; padding: 18px 20px; border-color: var(--ticketo-line); opacity: 1; box-shadow: var(--ticketo-shadow); pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
.ticketo-public-page .ticketo-cart-checkout > div > span { display: block; color: var(--ticketo-muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.ticketo-public-page .ticketo-cart-checkout strong { display: block; margin-top: 3px; color: var(--ticketo-text); font-size: 16px; }
.ticketo-public-page .ticketo-cart-checkout strong b { color: var(--ticketo-accent); font-size: 21px; }
.ticketo-public-page .ticketo-cart-checkout > a { display: inline-flex; gap: 10px; align-items: center; justify-content: center; min-height: 46px; padding: 10px 18px; border-radius: 10px; background: var(--ticketo-accent); color: #fff !important; font-size: 13px; font-weight: 750; text-decoration: none !important; }
.ticketo-public-page .ticketo-cart-checkout > a:hover { background: #1d4ed8; color: #fff !important; }
.ticketo-public-page .ticketo-cart-checkout > a[aria-busy="true"] { opacity: .68; pointer-events: none; }
.ticketo-public-page :where(h1, h2, h3, strong, b, button, a, span, small) { font-weight: 500 !important; }

.ticketo-event-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; width: min(1180px, 100%); margin: 0 auto; padding: 28px 0; }
.ticketo-event-card { display: block; overflow: hidden; border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); color: var(--ticketo-text) !important; box-shadow: var(--ticketo-shadow); text-decoration: none !important; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.ticketo-event-card:hover, .ticketo-event-card:focus-visible { border-color: var(--ticketo-accent); box-shadow: 0 18px 42px rgba(37, 99, 235, .14); color: var(--ticketo-text) !important; outline: 0; transform: translateY(-2px); }
.ticketo-card-image { display: grid; aspect-ratio: 16 / 10; place-items: center; overflow: hidden; background: var(--ticketo-panel-2); color: var(--ticketo-accent); font-size: 42px; }
.ticketo-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.ticketo-event-card:hover .ticketo-card-image img { transform: scale(1.025); }
.ticketo-card-body { display: block; padding: 22px; }
.ticketo-card-title { display: block; margin: 8px 0; color: var(--ticketo-text); font-size: 23px; font-weight: 500; line-height: 1.2; }
.ticketo-card-venue { display: block; min-height: 22px; color: var(--ticketo-muted); }
.ticketo-card-cta { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--ticketo-line); color: var(--ticketo-accent); font-size: 14px; font-weight: 500; }
.ticketo-pass-grid:empty { display: none; }
html body .woocommerce-MyAccount-content .ticketo-empty { display: grid; width: min(820px, 100%) !important; min-height: 260px; place-content: center; justify-items: center; gap: 0; margin: 16px 0 0 !important; padding: 34px 24px !important; border: 1px solid var(--ticketo-line) !important; border-radius: 16px !important; background: var(--ticketo-panel) !important; color: var(--ticketo-muted) !important; box-shadow: none !important; text-align: center; }
html body .woocommerce-MyAccount-content .ticketo-empty .ticketo-eyebrow { margin-bottom: 9px; }
html body .woocommerce-MyAccount-content .ticketo-empty h3 { margin: 0 !important; color: var(--ticketo-text) !important; font-family: var(--ticketo-font-family) !important; font-size: 24px !important; font-weight: var(--ticketo-weight-medium) !important; line-height: 1.2 !important; letter-spacing: -.015em !important; }
html body .woocommerce-MyAccount-content .ticketo-empty p { max-width: 430px; margin: 9px 0 20px !important; color: var(--ticketo-muted) !important; font-size: 14px !important; font-weight: var(--ticketo-weight-regular) !important; line-height: 1.55 !important; }
html body .woocommerce-MyAccount-content .ticketo-empty a.ticketo-button { display: inline-flex !important; min-height: 44px !important; align-items: center; justify-content: center; padding: 10px 16px !important; border: 1px solid #2563eb !important; border-radius: 9px !important; background: #2563eb !important; background-color: #2563eb !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; font-size: 14px !important; font-weight: var(--ticketo-weight-medium) !important; line-height: 1.2 !important; text-decoration: none !important; text-shadow: none !important; }
html body .woocommerce-MyAccount-content .ticketo-empty a.ticketo-button:hover { border-color: #1d4ed8 !important; background: #1d4ed8 !important; background-color: #1d4ed8 !important; }

.ticketo-checkout-panel { margin: 26px 0; padding: 24px; border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); color: var(--ticketo-text); }
.ticketo-checkout-panel h3 { margin: 6px 0 8px; color: var(--ticketo-text); }
.ticketo-checkout-panel > p { color: var(--ticketo-muted); }
.ticketo-checkout-item { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--ticketo-line); }
.ticketo-checkout-item h4 { margin: 0 0 12px; color: var(--ticketo-text); }
.ticketo-attendee-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.ticketo-ticket-assignment { display: grid; gap: 8px; }
.ticketo-ticket-email-option { display: grid !important; gap: 4px !important; margin: 0 !important; padding: 0 2px; }
.ticketo-ticket-email-option[hidden] { display: none !important; }
.ticketo-ticket-email-check { display: inline-flex !important; flex-direction: row !important; gap: 8px; align-items: center; color: var(--ticketo-text) !important; font-size: 13px !important; font-weight: 500 !important; }
.ticketo-ticket-email-check input { width: 16px !important; min-height: 16px !important; margin: 0 !important; padding: 0 !important; accent-color: var(--ticketo-accent); }
.ticketo-ticket-email-option small { color: var(--ticketo-muted); font-size: 11px; line-height: 1.4; }
.ticketo-attendee-grid select option { background: var(--ticketo-panel-2); color: var(--ticketo-text); }
.ticketo-guest-attendee-grid { gap: 14px; }
.ticketo-guest-attendee { display: grid; gap: 12px; min-width: 0; margin: 0; padding: 16px; border: 1px solid var(--ticketo-line); border-radius: 12px; background: var(--ticketo-panel-2); }
.ticketo-guest-attendee legend { width: auto; margin: 0 0 2px; padding: 0 7px; color: var(--ticketo-text); font-size: 14px; font-weight: var(--ticketo-weight-medium); }
.ticketo-guest-attendee input { margin: 0 !important; -webkit-text-fill-color: var(--ticketo-text) !important; }
.ticketo-checkout-help { margin-bottom: 0 !important; }
.ticketo-checkout-person-tools { margin: 20px 0 4px; padding: 14px; border: 1px solid var(--ticketo-line); border-radius: 12px; background: var(--ticketo-panel-2); }
.ticketo-checkout-person-tools > button { display: inline-flex; gap: 9px; align-items: center; min-height: 42px; padding: 8px 12px; border: 1px solid var(--ticketo-accent); border-radius: 9px; background: transparent; color: var(--ticketo-accent); cursor: pointer; }
.ticketo-checkout-person-tools > button > span { font-size: 20px; line-height: 1; }
.ticketo-checkout-person-form { display: grid; gap: 12px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--ticketo-line); }
.ticketo-checkout-person-form[hidden] { display: none !important; }
.ticketo-checkout-person-form label { display: grid; gap: 6px; }
.ticketo-checkout-person-form label > span { color: var(--ticketo-muted); font-size: 11px; font-weight: 700; }
.ticketo-checkout-person-form input, .ticketo-checkout-person-form select { width: 100%; min-height: 46px; padding: 9px 12px; border: 1px solid var(--ticketo-line) !important; border-radius: 9px !important; background: var(--ticketo-panel) !important; color: var(--ticketo-text) !important; -webkit-text-fill-color: var(--ticketo-text) !important; }
.ticketo-person-form-actions { display: flex; gap: 12px; align-items: center; }
.ticketo-person-form-actions button { min-height: 42px; padding: 8px 14px; border: 0; border-radius: 9px; background: var(--ticketo-accent); color: #fff; cursor: pointer; }
.ticketo-person-form-actions small { color: var(--ticketo-muted); }
body.ticketo-theme-dark .ticketo-checkout-panel { border-color: #2b3b52 !important; background: #111c2d !important; color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-checkout-panel h3,
body.ticketo-theme-dark .ticketo-checkout-item h4 { color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-checkout-panel > p { color: #a9b8cc !important; }
body.ticketo-theme-dark .ticketo-attendee-grid select { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-attendee-grid input { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-guest-attendee { border-color: #33465f !important; background: #17243a !important; }
body.ticketo-theme-dark .ticketo-checkout-panel .ticketo-attendee-grid select option { background: #17243a !important; color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-checkout-panel .ticketo-checkout-person-tools { border-color: #33465f !important; background: #17243a !important; }
body.ticketo-theme-dark .ticketo-checkout-panel .ticketo-checkout-person-form { border-top-color: #33465f !important; }
body.ticketo-theme-dark .ticketo-checkout-panel .ticketo-checkout-person-form label > span,
body.ticketo-theme-dark .ticketo-checkout-panel .ticketo-person-form-actions small { color: #a9b8cc !important; }
body.ticketo-theme-dark .ticketo-checkout-panel .ticketo-checkout-person-form input { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
body.ticketo-theme-light .ticketo-checkout-panel { border-color: #dbe3ef !important; background: #ffffff !important; color: #0f172a !important; }
body.ticketo-theme-light .ticketo-checkout-panel h3,
body.ticketo-theme-light .ticketo-checkout-item h4 { color: #0f172a !important; }
body.ticketo-theme-light .ticketo-checkout-panel > p { color: #64748b !important; }
body.ticketo-theme-light .ticketo-attendee-grid select { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
body.ticketo-theme-light .ticketo-attendee-grid input { border-color: #dbe3ef !important; background: #ffffff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
body.ticketo-theme-light .ticketo-guest-attendee { border-color: #dbe3ef !important; background: #eef4ff !important; }
body.ticketo-theme-light .ticketo-checkout-panel .ticketo-attendee-grid select option { background: #eef4ff !important; color: #0f172a !important; }
body.ticketo-theme-light .ticketo-checkout-panel .ticketo-checkout-person-tools { border-color: #dbe3ef !important; background: #eef4ff !important; }
body.ticketo-theme-light .ticketo-checkout-panel .ticketo-checkout-person-form { border-top-color: #dbe3ef !important; }
body.ticketo-theme-light .ticketo-checkout-panel .ticketo-checkout-person-form label > span,
body.ticketo-theme-light .ticketo-checkout-panel .ticketo-person-form-actions small { color: #64748b !important; }
body.ticketo-theme-light .ticketo-checkout-panel .ticketo-checkout-person-form input { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
html body.ticketo-theme-light.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-attendee-grid select,
html body.ticketo-theme-light.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-checkout-person-form input.input-text { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
html body.ticketo-theme-light.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-checkout-person-form input.input-text::placeholder { color: #64748b !important; opacity: 1 !important; }
html body.ticketo-theme-light.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-checkout-person-form input[data-ticketo-person-phone] { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
html body.ticketo-theme-dark.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-attendee-grid select,
html body.ticketo-theme-dark.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-checkout-person-form input.input-text { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
html body.ticketo-theme-dark.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-checkout-person-form input.input-text::placeholder { color: #a9b8cc !important; opacity: 1 !important; }
html body.ticketo-theme-dark.woocommerce-checkout .woocommerce .ticketo-checkout-panel .ticketo-checkout-person-form input[data-ticketo-person-phone] { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-account-form,
body.ticketo-theme-dark .ticketo-person-card { border-color: #2b3b52 !important; background: #111c2d !important; color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-account-form h3,
body.ticketo-theme-dark .ticketo-account-head h2,
body.ticketo-theme-dark .ticketo-person-copy strong { color: #f8fafc !important; }
body.ticketo-theme-dark .ticketo-people-notice,
body.ticketo-theme-auto.global-skin-dark .ticketo-people-notice { border-color: #166534; background: #102b24; color: #bbf7d0; }
body.ticketo-theme-dark .ticketo-people-notice.is-error,
body.ticketo-theme-auto.global-skin-dark .ticketo-people-notice.is-error { border-color: #991b1b; background: #35191d; color: #fecaca; }
body.ticketo-theme-dark .ticketo-account-form input,
body.ticketo-theme-dark .ticketo-account-form select,
body.ticketo-theme-dark .ticketo-person-editor input,
body.ticketo-theme-dark .ticketo-person-editor select { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
body.ticketo-theme-light .ticketo-account-form,
body.ticketo-theme-light .ticketo-person-card { border-color: #dbe3ef !important; background: #ffffff !important; color: #0f172a !important; }
body.ticketo-theme-light .ticketo-account-form h3,
body.ticketo-theme-light .ticketo-account-head h2,
body.ticketo-theme-light .ticketo-person-copy strong { color: #0f172a !important; }
body.ticketo-theme-light .ticketo-account-form input,
body.ticketo-theme-light .ticketo-account-form select,
body.ticketo-theme-light .ticketo-person-editor input,
body.ticketo-theme-light .ticketo-person-editor select { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }

.ticketo-account-head { margin-bottom: 16px; padding: 22px 24px; border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); color: var(--ticketo-muted); }
.ticketo-account-head, .ticketo-people-list, .ticketo-account-form { width: min(820px, 100%); }
.ticketo-account-head h2 { margin: 5px 0 8px; color: var(--ticketo-text) !important; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; font-size: 30px !important; font-weight: 740 !important; letter-spacing: -.03em !important; line-height: 1.15 !important; }
.ticketo-account-head p { max-width: 620px; margin: 0 !important; color: var(--ticketo-muted) !important; font-size: 15px; line-height: 1.6; }
.ticketo-people-list { display: grid; gap: 10px; margin-bottom: 20px; }
.ticketo-people-notice { padding: 11px 13px; border: 1px solid #86efac; border-radius: 10px; background: #f0fdf4; color: #166534; font-size: 13px; }
.ticketo-people-notice.is-error { border-color: #fecaca; background: #fef2f2; color: #b91c1c; }
.ticketo-person-card { padding: 15px 16px; border: 1px solid var(--ticketo-line); border-radius: 14px; background: var(--ticketo-panel); transition: opacity .2s ease, transform .2s ease, margin .2s ease; }
.ticketo-person-card.is-removing { opacity: 0; transform: translateY(-6px); }
.ticketo-person-card-row { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 14px; align-items: center; }
.ticketo-avatar { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--ticketo-line); border-radius: 50%; color: var(--ticketo-accent); font-size: 14px; font-weight: 800; }
.ticketo-person-copy { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.ticketo-person-copy strong { color: var(--ticketo-text); font-size: 15px; font-weight: 750; }
.ticketo-person-copy .ticketo-person-meta { display: grid; overflow: hidden; gap: 1px; color: var(--ticketo-muted); font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.ticketo-person-copy .ticketo-person-meta i { overflow: hidden; color: var(--ticketo-muted); font-size: 10px; font-style: normal; font-weight: 750; letter-spacing: .06em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.ticketo-person-actions { display: flex; gap: 10px; align-items: center; justify-content: flex-end; }
.ticketo-person-actions form { margin: 0; }
.ticketo-person-actions button { box-sizing: border-box; min-height: 40px; border-radius: 9px; font: inherit; font-size: 13px; cursor: pointer; }
html body .ticketo-person-actions .ticketo-person-edit-toggle { display: inline-flex !important; gap: 8px; align-items: center; justify-content: center; padding: 8px 11px !important; border: 1px solid var(--ticketo-line) !important; background: var(--ticketo-panel-2) !important; background-color: var(--ticketo-panel-2) !important; color: var(--ticketo-accent) !important; -webkit-text-fill-color: var(--ticketo-accent) !important; text-shadow: none !important; }
html body .ticketo-person-actions .ticketo-person-edit-toggle > span { display: grid; width: 18px; height: 18px; place-items: center; transition: transform .18s ease; }
html body .ticketo-person-actions .ticketo-person-edit-toggle svg { width: 15px; height: 15px; }
html body .ticketo-person-actions .ticketo-person-edit-toggle svg path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
html body .ticketo-person-actions .ticketo-person-edit-toggle[aria-expanded="true"] > span { transform: rotate(180deg); }
html body .ticketo-person-actions .ticketo-person-remove { padding: 8px 2px !important; border: 0 !important; background: transparent !important; background-color: transparent !important; color: var(--ticketo-danger) !important; -webkit-text-fill-color: var(--ticketo-danger) !important; text-shadow: none !important; }
.ticketo-confirm-modal[hidden] { display: none !important; }
.ticketo-confirm-modal { position: fixed; z-index: 999999; inset: 0; display: grid; place-items: center; padding: 20px; }
.ticketo-confirm-modal__backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .62); backdrop-filter: blur(3px); }
.ticketo-confirm-modal__dialog { position: relative; z-index: 1; width: min(440px, 100%); padding: 28px; border: 1px solid var(--ticketo-line); border-radius: 18px; background: var(--ticketo-panel); color: var(--ticketo-text); box-shadow: 0 24px 56px rgba(15, 23, 42, .28); }
.ticketo-confirm-modal__dialog h2 { margin: 7px 0 8px; color: var(--ticketo-text) !important; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; font-size: 24px !important; font-weight: 740 !important; letter-spacing: -.025em; }
.ticketo-confirm-modal__dialog p { margin: 0; color: var(--ticketo-muted) !important; font-size: 14px; line-height: 1.6; }
.ticketo-confirm-modal__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button { display: inline-flex !important; min-width: 116px; min-height: 42px !important; align-items: center !important; justify-content: center !important; padding: 9px 14px !important; border-radius: 9px !important; box-shadow: none !important; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; font-size: 13px !important; font-weight: 750 !important; line-height: 1.2 !important; text-decoration: none !important; text-shadow: none !important; }
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button.ticketo-modal-cancel { border: 1px solid var(--ticketo-line) !important; background: var(--ticketo-panel) !important; background-color: var(--ticketo-panel) !important; color: var(--ticketo-text) !important; -webkit-text-fill-color: var(--ticketo-text) !important; }
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button.ticketo-modal-confirm { border: 1px solid #dc2626 !important; background: #dc2626 !important; background-color: #dc2626 !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button.ticketo-modal-cancel:hover { border-color: #2563eb !important; background: #eff6ff !important; background-color: #eff6ff !important; color: #1d4ed8 !important; -webkit-text-fill-color: #1d4ed8 !important; }
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button.ticketo-modal-confirm:hover { border-color: #b91c1c !important; background: #b91c1c !important; background-color: #b91c1c !important; }
body.ticketo-modal-open { overflow: hidden !important; }
.ticketo-person-editor[hidden] { display: none !important; }
.ticketo-person-editor { margin-top: 14px; padding-top: 18px; border-top: 1px solid var(--ticketo-line); }
.ticketo-person-editor form { margin: 0; }
.ticketo-person-editor-actions { display: flex; margin-top: 14px; }
.ticketo-person-editor-actions .ticketo-button { min-height: 40px; padding: 8px 13px !important; font-size: 12px; }
.ticketo-account-form { margin-bottom: 16px; padding: 24px; border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); }
.ticketo-account-form h3 { margin: 0 0 18px; color: var(--ticketo-text) !important; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; font-size: 20px !important; font-weight: 750 !important; letter-spacing: -.02em !important; }
.ticketo-form-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 12px; }
.ticketo-privacy-note { color: var(--ticketo-muted) !important; font-size: 12px; }
.ticketo-cancel { margin-left: 15px; }

/* Keep the account workspace self-contained when a theme supplies its own WooCommerce colours. */
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-head h2,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-head h2 { color: #f8fafc !important; }
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-form,
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-person-card,
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-head,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-form,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-person-card,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-head { border-color: #33465f !important; background: #111c2d !important; color: #f8fafc !important; box-shadow: none !important; }
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-form input,
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-form select,
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-person-editor input,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-form input { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-head p,
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-form label span,
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-person-editor label span,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-head p,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-form label span { color: #a9b8cc !important; }
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-form .ticketo-button,
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-person-editor .ticketo-button,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-form .ticketo-button { border-color: #2563eb !important; background: #2563eb !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-account-form .ticketo-privacy-note,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-account-form .ticketo-privacy-note { color: #a9b8cc !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-form,
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-person-card,
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-head { border-color: #dbe3ef !important; background: #ffffff !important; color: #0f172a !important; box-shadow: 0 8px 24px rgba(15, 23, 42, .04) !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-form input,
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-form select { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-person-editor input { border-color: #dbe3ef !important; background: #eef4ff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-head p,
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-form label span,
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-person-editor label span { color: #64748b !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-form .ticketo-button { border-color: #2563eb !important; background: #2563eb !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-person-editor .ticketo-button { border-color: #2563eb !important; background: #2563eb !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-person-editor input { border-color: #33465f !important; background: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-person-editor label span { color: #a9b8cc !important; }
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-person-editor .ticketo-button { border-color: #2563eb !important; background: #2563eb !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-account-form .ticketo-privacy-note { color: #64748b !important; }
html body.ticketo-theme-light .woocommerce-MyAccount-content .ticketo-person-actions .ticketo-person-edit { border-color: #2563eb !important; background: #eff6ff !important; color: #1d4ed8 !important; }
html body.ticketo-theme-dark .woocommerce-MyAccount-content .ticketo-person-actions .ticketo-person-edit,
html body.ticketo-theme-auto.global-skin-dark .woocommerce-MyAccount-content .ticketo-person-actions .ticketo-person-edit { border-color: #3b82f6 !important; background: #17243a !important; color: #93c5fd !important; }
html body.ticketo-theme-light.woocommerce-account .woocommerce-MyAccount-content .ticketo-account-form button.ticketo-button,
html body.ticketo-theme-dark.woocommerce-account .woocommerce-MyAccount-content .ticketo-account-form button.ticketo-button,
html body.ticketo-theme-auto.global-skin-dark.woocommerce-account .woocommerce-MyAccount-content .ticketo-account-form button.ticketo-button,
html body.ticketo-theme-light.woocommerce-account .woocommerce-MyAccount-content .ticketo-person-editor button.ticketo-button,
html body.ticketo-theme-dark.woocommerce-account .woocommerce-MyAccount-content .ticketo-person-editor button.ticketo-button,
html body.ticketo-theme-auto.global-skin-dark.woocommerce-account .woocommerce-MyAccount-content .ticketo-person-editor button.ticketo-button { display: inline-flex !important; align-items: center; justify-content: center; min-height: 42px !important; padding: 9px 14px !important; border: 1px solid #2563eb !important; border-color: #2563eb !important; background: #2563eb !important; background-color: #2563eb !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; text-shadow: none !important; }
html body.ticketo-theme-light.woocommerce-account .woocommerce-MyAccount-content .ticketo-person-editor button.ticketo-button:hover,
html body.ticketo-theme-dark.woocommerce-account .woocommerce-MyAccount-content .ticketo-person-editor button.ticketo-button:hover,
html body.ticketo-theme-auto.global-skin-dark.woocommerce-account .woocommerce-MyAccount-content .ticketo-person-editor button.ticketo-button:hover { border-color: #1d4ed8 !important; background: #1d4ed8 !important; background-color: #1d4ed8 !important; }

.ticketo-pass-grid { display: grid; gap: 18px; }
.ticketo-pass-card { display: grid; grid-template-columns: 1fr 240px; gap: 26px; padding: 24px; border: 1px solid var(--ticketo-line); border-radius: var(--ticketo-radius); background: var(--ticketo-panel); box-shadow: var(--ticketo-shadow); }
.ticketo-pass-copy h3 { margin: 10px 0 4px; color: var(--ticketo-text); font-size: 26px; }
.ticketo-pass-copy strong { color: var(--ticketo-text); }
.ticketo-pass-copy ul { margin: 14px 0; padding: 0; list-style: none; color: var(--ticketo-muted); }
.ticketo-pass-copy li { padding: 5px 0; border-bottom: 1px solid var(--ticketo-line); }
.ticketo-pass-copy small { color: var(--ticketo-muted); }
.ticketo-order-ref { margin-top: 18px; color: var(--ticketo-muted); font-size: 12px; }
.ticketo-pass-qr { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px; border-radius: 12px; background: #fff; }
.ticketo-pass-qr img { width: 220px; max-width: 100%; height: auto; }
.ticketo-pass-qr a { margin: 4px 0 8px; }
.ticketo-status { display: inline-flex; width: fit-content; padding: 5px 9px; border: 1px solid currentColor; border-radius: 99px; color: var(--ticketo-success); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ticketo-status.is-checked_in { color: var(--ticketo-accent); }
.ticketo-status.is-cancelled { color: var(--ticketo-danger); }

.ticketo-verify-page { min-height: 70vh; padding: 120px 20px 60px; background: var(--ticketo-bg); color: var(--ticketo-text); }
.ticketo-verify-shell { width: min(720px, 100%); margin: 0 auto; padding: 32px; border: 1px solid var(--ticketo-line); border-radius: 18px; background: var(--ticketo-panel); box-shadow: var(--ticketo-shadow); }
.ticketo-verified-mark { display: grid; float: right; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(79, 178, 134, .55); border-radius: 50%; background: rgba(79, 178, 134, .1); color: var(--ticketo-success); }
.ticketo-verified-mark .dashicons { width: 30px; height: 30px; font-size: 30px; }
.ticketo-verify-kicker { display: block; margin-top: 12px; color: var(--ticketo-muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ticketo-verify-shell h1 { margin: 7px 70px 22px 0; color: var(--ticketo-text); font-size: clamp(30px, 6vw, 48px); }
.ticketo-verify-shell h2 { margin: 28px 0 12px; color: var(--ticketo-text); font-size: 20px; }
.ticketo-verify-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ticketo-verify-meta div, .ticketo-verify-people > div { padding: 15px; border: 1px solid var(--ticketo-line); border-radius: 10px; background: var(--ticketo-panel-2); }
.ticketo-verify-meta span, .ticketo-verify-people span, .ticketo-verify-people small { display: block; color: var(--ticketo-muted); font-size: 12px; }
.ticketo-verify-meta strong, .ticketo-verify-people strong { color: var(--ticketo-text); }
.ticketo-verify-event { margin-top: 18px; padding: 18px; border: 1px solid var(--ticketo-line); border-radius: 12px; }
.ticketo-verify-event p { margin: 0; color: var(--ticketo-text); }
.ticketo-verify-event p + p { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--ticketo-line); }
.ticketo-verify-event span { display: block; margin-bottom: 3px; color: var(--ticketo-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ticketo-public-holders { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--ticketo-line); }
.ticketo-public-holders h2 { margin: 0 0 12px; }
.ticketo-public-holder-list { display: grid; gap: 8px; }
.ticketo-public-holder { display: flex; min-height: 52px; align-items: center; gap: 12px; padding: 11px 14px; border: 1px solid var(--ticketo-line); border-radius: 10px; background: var(--ticketo-panel-2); }
.ticketo-public-holder > span { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border: 1px solid color-mix(in srgb, var(--ticketo-accent) 45%, var(--ticketo-line)); border-radius: 50%; color: var(--ticketo-accent); font-size: 11px; font-weight: 500; }
.ticketo-public-holder-copy { display: grid; min-width: 0; gap: 4px; }
.ticketo-public-holder-copy > strong { min-width: 0; color: var(--ticketo-text); font-size: 15px; font-weight: 500; overflow-wrap: anywhere; }
.ticketo-public-holder-copy > small { display: flex; flex-wrap: wrap; gap: 5px 8px; color: var(--ticketo-text); font-size: 13px; line-height: 1.4; overflow-wrap: anywhere; }
.ticketo-public-holder-copy > small i { color: var(--ticketo-muted); font-size: 11px; font-style: normal; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.ticketo-staff-details { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--ticketo-line); }
.ticketo-verify-people { display: grid; gap: 8px; }
.ticketo-checkin-button { width: 100%; margin-top: 24px; min-height: 54px; }
.ticketo-checkin-note { margin-top: 24px; padding: 14px; border: 1px solid var(--ticketo-accent); border-radius: 10px; color: var(--ticketo-accent); text-align: center; }
.ticketo-public-note { margin: 22px 0 0; padding: 14px 16px; border-left: 3px solid var(--ticketo-accent); background: var(--ticketo-panel-2); color: var(--ticketo-muted); font-size: 12px; line-height: 1.6; }

@media (max-width: 900px) {
	.ticketo-facts, .ticketo-tier-grid, .ticketo-event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ticketo-public-hero { grid-template-columns: 1fr; }
	.ticketo-public-hero-image, .ticketo-public-hero-mark { min-height: 300px; }
	.ticketo-public-page .ticketo-tier-grid.is-columns-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
	.ticketo-public-page { padding: 24px 16px 56px !important; }
	.ticketo-public-hero { border-radius: 18px; }
	.ticketo-public-hero-copy { padding: 28px 22px 30px; }
	.ticketo-public-hero h1 { font-size: clamp(36px, 12vw, 52px) !important; }
	.ticketo-public-hero-meta { grid-template-columns: 1fr; gap: 15px; }
	.ticketo-public-hero-image, .ticketo-public-hero-mark { min-height: 230px; }
	.ticketo-public-hero-mark strong { width: 88px; height: 88px; border-radius: 22px; font-size: 46px; }
	.ticketo-public-page .ticketo-event-shell { padding-top: 22px; }
	.ticketo-public-page .ticketo-event-copy:not(:empty) { padding: 22px; }
	.ticketo-public-page .ticketo-facts,
	.ticketo-public-page .ticketo-tier-grid.is-columns-1,
	.ticketo-public-page .ticketo-tier-grid.is-columns-2,
	.ticketo-public-page .ticketo-tier-grid.is-columns-3 { grid-template-columns: 1fr; }
	.ticketo-public-page .ticketo-capacity-overview { grid-template-columns: 1fr; gap: 12px; }
	.ticketo-public-page .ticketo-availability-meta { justify-content: flex-start; }
	.ticketo-public-page .ticketo-tier-card { padding: 22px; }
	.ticketo-public-page .ticketo-cart-checkout { align-items: stretch; flex-direction: column; gap: 14px; padding: 17px; }
	.ticketo-public-page .ticketo-cart-checkout:not(.is-visible) { padding: 0 17px; }
	.ticketo-public-page .ticketo-cart-checkout.is-visible { max-height: 180px; }
	.ticketo-public-page .ticketo-cart-checkout > a { width: 100%; }
	.ticketo-event-embed { padding: 0 16px 22px; border-radius: 14px; }
	.ticketo-embed-image { margin: 0 -16px; aspect-ratio: 4 / 3; }
	.ticketo-event-shell { padding-left: 16px; padding-right: 16px; }
	.ticketo-event-embed > .ticketo-event-shell { padding-left: 0; padding-right: 0; }
	.ticketo-facts, .ticketo-tier-grid, .ticketo-event-grid, .ticketo-attendee-grid, .ticketo-form-grid { grid-template-columns: 1fr; }
	.ticketo-event-grid { padding-left: 14px; padding-right: 14px; }
	.ticketo-buy-form { grid-template-columns: 82px 1fr; }
	.ticketo-person-card-row { grid-template-columns: 42px minmax(0, 1fr); }
	.ticketo-person-actions { grid-column: 1 / -1; justify-content: flex-end; }
	.ticketo-avatar { width: 42px; height: 42px; }
	.ticketo-person-actions { grid-column: 2; }
	.ticketo-pass-card { grid-template-columns: 1fr; padding: 18px; }
	.ticketo-pass-qr { max-width: 250px; }
	.ticketo-verify-shell { padding: 22px; }
	.ticketo-capacity-overview { grid-template-columns: 1fr 1fr; }
	.ticketo-capacity-overview p { grid-column: 1 / -1; }
	.ticketo-verify-meta { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
	.ticketo-public-page { padding-right: 12px !important; padding-left: 12px !important; }
	.ticketo-public-page .ticketo-buy-form { grid-template-columns: 116px minmax(0, 1fr); }
	.ticketo-public-page .ticketo-tier-card { padding: 20px; }
}

/* NXT Tickets & Events design-system guardrails: loaded after the active theme. */
html body :is(.ticketo-event-embed, .ticketo-public-page, .ticketo-event-grid, .ticketo-checkout-panel, .ticketo-account-head, .ticketo-people-list, .ticketo-account-form, .ticketo-pass-grid, .ticketo-empty, .ticketo-verify-page, .ticketo-verify-shell),
html body :is(.ticketo-event-embed, .ticketo-public-page, .ticketo-event-grid, .ticketo-checkout-panel, .ticketo-account-head, .ticketo-people-list, .ticketo-account-form, .ticketo-pass-grid, .ticketo-empty, .ticketo-verify-page, .ticketo-verify-shell) * { font-family: var(--ticketo-font-family) !important; font-weight: var(--ticketo-weight-regular) !important; }
html body :is(.ticketo-event-embed, .ticketo-public-page, .ticketo-event-grid, .ticketo-checkout-panel, .ticketo-account-head, .ticketo-people-list, .ticketo-account-form, .ticketo-pass-grid, .ticketo-empty, .ticketo-verify-page, .ticketo-verify-shell) :where(h1, h2, h3, h4, strong, b, button, summary, label > span, .ticketo-eyebrow, .ticketo-public-badge, .ticketo-stock-pill, .ticketo-verify-kicker) { font-weight: var(--ticketo-weight-medium) !important; }
html body :is(.ticketo-button, .ticketo-secondary-button, .ticketo-checkin-button, .ticketo-hero-cta, .ticketo-cart-checkout > a, .ticketo-person-form-actions button, .ticketo-checkout-person-tools > button) { min-height: var(--ticketo-control-height) !important; border-radius: var(--ticketo-button-radius) !important; font-family: var(--ticketo-font-family) !important; font-size: var(--ticketo-font-button) !important; font-weight: var(--ticketo-weight-medium) !important; line-height: 1.2 !important; text-shadow: none !important; }
html body :is(.ticketo-buy-form input, .ticketo-form-grid input, .ticketo-attendee-grid select, .ticketo-checkout-person-form input) { min-height: var(--ticketo-control-height) !important; font-family: var(--ticketo-font-family) !important; font-size: var(--ticketo-font-body) !important; font-weight: var(--ticketo-weight-regular) !important; }

/*
 * Safari-safe dropdown system.
 * Keep native selects and WooCommerce SelectWoo controls visually identical
 * without relying on browser-owned arrows, line-height, or theme styles.
 */
html body[class*="ticketo-theme-"] :is(
	.ticketo-attendee-grid select,
	.woocommerce form select,
	.woocommerce-page form select
) {
	box-sizing: border-box !important;
	width: 100% !important;
	height: var(--ticketo-control-height) !important;
	min-height: var(--ticketo-control-height) !important;
	margin: 0 !important;
	padding: 0 46px 0 14px !important;
	border: 1px solid var(--ticketo-line) !important;
	border-radius: var(--ticketo-button-radius) !important;
	background-color: var(--ticketo-panel-2) !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m6 8 4 4 4-4' stroke='%23A9B8CC' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 14px center !important;
	background-size: 20px 20px !important;
	color: var(--ticketo-text) !important;
	-webkit-text-fill-color: var(--ticketo-text) !important;
	font-family: var(--ticketo-font-family) !important;
	font-size: var(--ticketo-font-body) !important;
	font-weight: var(--ticketo-weight-regular) !important;
	line-height: normal !important;
	text-indent: 0 !important;
	vertical-align: middle !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	box-shadow: none !important;
}
html body.ticketo-theme-light :is(
	.ticketo-attendee-grid select,
	.woocommerce form select,
	.woocommerce-page form select
) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m6 8 4 4 4-4' stroke='%23475569' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
html body[class*="ticketo-theme-"] :is(
	.ticketo-attendee-grid select,
	.woocommerce form select,
	.woocommerce-page form select
):focus {
	border-color: var(--ticketo-accent) !important;
	outline: 0 !important;
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--ticketo-accent) 18%, transparent) !important;
}
html body[class*="ticketo-theme-"] :is(
	.ticketo-attendee-grid select,
	.woocommerce form select,
	.woocommerce-page form select
):disabled {
	cursor: not-allowed !important;
	opacity: .62 !important;
}

html body[class*="ticketo-theme-"] .select2-container {
	width: 100% !important;
	font-family: var(--ticketo-font-family) !important;
}
html body[class*="ticketo-theme-"] .select2-container .select2-selection--single {
	box-sizing: border-box !important;
	display: flex !important;
	width: 100% !important;
	height: var(--ticketo-control-height) !important;
	min-height: var(--ticketo-control-height) !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 46px 0 14px !important;
	border: 1px solid var(--ticketo-line) !important;
	border-radius: var(--ticketo-button-radius) !important;
	background: var(--ticketo-panel-2) !important;
	color: var(--ticketo-text) !important;
	box-shadow: none !important;
}
html body[class*="ticketo-theme-"] .select2-container .select2-selection--single .select2-selection__rendered {
	width: 100% !important;
	padding: 0 !important;
	color: var(--ticketo-text) !important;
	font-size: var(--ticketo-font-body) !important;
	font-weight: var(--ticketo-weight-regular) !important;
	line-height: normal !important;
}
html body[class*="ticketo-theme-"] .select2-container .select2-selection--single .select2-selection__arrow {
	position: absolute !important;
	top: 50% !important;
	right: 14px !important;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	transform: translateY(-50%) !important;
}
html body[class*="ticketo-theme-"] .select2-container .select2-selection--single .select2-selection__arrow b {
	position: absolute !important;
	top: 5px !important;
	left: 5px !important;
	width: 8px !important;
	height: 8px !important;
	margin: 0 !important;
	border: 0 !important;
	border-right: 1.8px solid var(--ticketo-muted) !important;
	border-bottom: 1.8px solid var(--ticketo-muted) !important;
	transform: rotate(45deg) !important;
}
html body[class*="ticketo-theme-"] .select2-container--open .select2-selection--single .select2-selection__arrow b {
	top: 8px !important;
	transform: rotate(225deg) !important;
}
html body[class*="ticketo-theme-"] .select2-container--focus .select2-selection--single,
html body[class*="ticketo-theme-"] .select2-container--open .select2-selection--single {
	border-color: var(--ticketo-accent) !important;
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--ticketo-accent) 18%, transparent) !important;
}
html body[class*="ticketo-theme-"] .select2-dropdown {
	overflow: hidden !important;
	border: 1px solid var(--ticketo-line) !important;
	border-radius: var(--ticketo-button-radius) !important;
	background: var(--ticketo-panel) !important;
	color: var(--ticketo-text) !important;
	box-shadow: var(--ticketo-shadow) !important;
}
html body[class*="ticketo-theme-"] .select2-results__option {
	padding: 10px 14px !important;
	background: var(--ticketo-panel) !important;
	color: var(--ticketo-text) !important;
	font-family: var(--ticketo-font-family) !important;
	font-size: var(--ticketo-font-body) !important;
}
html body[class*="ticketo-theme-"] .select2-results__option--highlighted[aria-selected],
html body[class*="ticketo-theme-"] .select2-results__option[aria-selected="true"] {
	background: var(--ticketo-primary-button) !important;
	color: var(--ticketo-primary-button-text) !important;
}

@media (prefers-color-scheme: light) {
	html body.ticketo-theme-auto :is(
		.ticketo-attendee-grid select,
		.woocommerce form select,
		.woocommerce-page form select
	) {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m6 8 4 4 4-4' stroke='%23475569' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	}
}
html body .ticketo-confirm-modal__dialog { font-family: var(--ticketo-font-family) !important; }
html body .ticketo-confirm-modal__dialog h2 { font-size: 28px !important; font-weight: var(--ticketo-weight-medium) !important; line-height: 1.15 !important; }
html body .ticketo-confirm-modal__dialog p { font-size: var(--ticketo-font-supporting) !important; font-weight: var(--ticketo-weight-regular) !important; line-height: 1.55 !important; }
html body .ticketo-confirm-modal .ticketo-eyebrow { font-size: 12px !important; font-weight: var(--ticketo-weight-medium) !important; }
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button { min-height: var(--ticketo-control-height) !important; font-size: var(--ticketo-font-button) !important; font-weight: var(--ticketo-weight-medium) !important; }
html body.ticketo-theme-light .ticketo-confirm-modal .ticketo-modal-cancel { border-color: #cbd5e1 !important; background-color: #ffffff !important; color: #0f172a !important; -webkit-text-fill-color: #0f172a !important; }
html body.ticketo-theme-dark .ticketo-confirm-modal .ticketo-modal-cancel,
html body.ticketo-theme-auto.global-skin-dark .ticketo-confirm-modal .ticketo-modal-cancel { border-color: #33465f !important; background-color: #17243a !important; color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
html body .ticketo-confirm-modal .ticketo-modal-confirm { border-color: #dc2626 !important; background-color: #dc2626 !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }

/* Spotlight ticket cards: flat, self-contained and theme independent. */
html body .ticketo-public-page .ticketo-ticket-section-heading { margin: 46px 0 22px; }
html body .ticketo-public-page .ticketo-ticket-section-heading .ticketo-section-title { margin: 0 !important; font-size: clamp(32px, 3.4vw, 46px) !important; font-weight: 500 !important; line-height: 1.08 !important; letter-spacing: -.025em !important; }
html body .ticketo-public-page .ticketo-ticket-section-heading > p { margin: 9px 0 0 !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1.5 !important; }
html body .ticketo-public-page .ticketo-tier-grid { gap: 18px; align-items: stretch; }
html body .ticketo-public-page .ticketo-tier-card { gap: 18px; min-height: 520px; padding: 28px; border-radius: 18px; }
html body .ticketo-public-page .ticketo-tier-card-head { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 16px; min-height: 58px; align-items: center; justify-content: initial; }
html body .ticketo-public-page .ticketo-tier-card-icon { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid var(--ticketo-tier-tone, #2563eb); border-radius: 50%; background: var(--ticketo-tier-soft, var(--ticketo-panel-2)); color: var(--ticketo-tier-tone, #2563eb); }
html body .ticketo-public-page .ticketo-tier-card-icon svg { display: block; width: 27px; height: 27px; }
html body .ticketo-public-page .ticketo-tier-heading-copy { min-width: 0; }
html body .ticketo-public-page .ticketo-tier-card h3 { margin: 0 0 8px !important; color: var(--ticketo-text) !important; font-size: 27px !important; font-weight: 500 !important; line-height: 1.08 !important; letter-spacing: -.015em !important; }
html body .ticketo-public-page .ticketo-tier-label { display: inline-flex; width: auto; max-width: 100%; min-height: 22px; align-items: center; overflow: hidden; padding: 4px 9px; border: 1px solid var(--ticketo-tier-tone, var(--ticketo-line)); border-radius: 999px; background: var(--ticketo-tier-soft, var(--ticketo-panel-2)); color: var(--ticketo-tier-tone, var(--ticketo-muted)); font-size: 11px !important; font-weight: 500 !important; letter-spacing: .055em; line-height: 1; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
html body .ticketo-public-page .ticketo-tier-summary { min-height: 50px; margin: 0 !important; color: var(--ticketo-muted) !important; font-size: 14px !important; font-weight: 400 !important; line-height: 1.65 !important; }
html body .ticketo-public-page .ticketo-tier-price { display: block; margin: 0; }
html body .ticketo-public-page .ticketo-tier-price > span { display: none; }
html body .ticketo-public-page .ticketo-tier-price > strong { display: block; color: var(--ticketo-text) !important; font-size: 39px !important; font-weight: 500 !important; line-height: 1.05 !important; letter-spacing: -.025em; }
html body .ticketo-public-page .ticketo-tier-price :is(.woocommerce-Price-amount, .woocommerce-Price-currencySymbol, bdi) { color: inherit !important; font: inherit !important; }
html body .ticketo-public-page .ticketo-tier-price.is-free > strong { color: var(--ticketo-tier-tone, var(--ticketo-success)) !important; }
html body .ticketo-public-page .ticketo-tier-availability { display: flex; min-height: 46px; gap: 12px; align-items: center; justify-content: space-between; padding: 10px 14px; border: 1px solid var(--ticketo-tier-tone, var(--ticketo-line)); border-radius: 999px; background: var(--ticketo-tier-soft, var(--ticketo-panel-2)); color: var(--ticketo-tier-tone, var(--ticketo-text)); }
html body .ticketo-public-page .ticketo-tier-left { display: inline-flex; gap: 6px; align-items: baseline; color: inherit !important; }
html body .ticketo-public-page .ticketo-tier-availability strong { color: inherit !important; font-size: 16px !important; font-weight: 500 !important; line-height: 1 !important; }
html body .ticketo-public-page .ticketo-tier-availability span { color: inherit !important; font-size: 13px !important; font-weight: 500 !important; line-height: 1.2 !important; }
html body .ticketo-public-page .ticketo-tier-availability .ticketo-tier-total { color: var(--ticketo-muted) !important; font-weight: 400 !important; }
html body .ticketo-public-page .ticketo-tier-actions { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--ticketo-line); }
html body .ticketo-public-page .ticketo-buy-form { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 0; }
html body .ticketo-public-page .ticketo-buy-form .ticketo-quantity-field { display: flex; flex-direction: column; gap: 8px; }
html body .ticketo-public-page .ticketo-buy-form .ticketo-quantity-field > span:first-child { color: var(--ticketo-muted); font-size: 12px !important; font-weight: 500 !important; }
html body .ticketo-public-page .ticketo-quantity-stepper { display: grid; width: 100%; height: 50px; grid-template-columns: 50px minmax(0, 1fr) 50px; border-color: var(--ticketo-tier-tone, var(--ticketo-line)); border-radius: 11px; }
html body.single-ticketo_event .ticketo-public-page .ticketo-quantity-stepper button { color: var(--ticketo-quantity-button) !important; font-size: 21px !important; font-weight: 500 !important; }
html body.single-ticketo_event .ticketo-public-page .ticketo-buy-form input { min-height: 48px !important; color: var(--ticketo-quantity-text) !important; font-size: 18px !important; font-weight: 500 !important; -webkit-text-fill-color: var(--ticketo-quantity-text) !important; }
html body.single-ticketo_event .ticketo-public-page .ticketo-buy-form button.ticketo-button { display: flex !important; width: 100%; min-height: 52px !important; align-items: center; justify-content: center; gap: 10px; border-color: var(--ticketo-tier-tone, #2563eb) !important; border-radius: 11px !important; background: var(--ticketo-tier-tone, #2563eb) !important; color: #fff !important; font-size: 14px !important; font-weight: 500 !important; letter-spacing: .015em; }
html body.single-ticketo_event .ticketo-public-page .ticketo-buy-form button.ticketo-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
html body.single-ticketo_event .ticketo-public-page .ticketo-buy-form button.ticketo-button:disabled { border-color: var(--ticketo-line) !important; background: var(--ticketo-panel-2) !important; color: var(--ticketo-muted) !important; opacity: 1; }
html body .ticketo-public-page .ticketo-tier-assurance { margin: 12px 0 0 !important; color: var(--ticketo-tier-tone, var(--ticketo-muted)) !important; font-size: 12px !important; font-weight: 400 !important; line-height: 1.4 !important; text-align: center; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card-head { min-height: 58px; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card h3 { margin: 0 0 8px !important; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-price > strong { color: var(--ticketo-tier-tone) !important; font-size: 39px !important; font-weight: 500 !important; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-availability { min-height: 46px; padding: 10px 14px; border-radius: 999px; }

@media (max-width: 640px) {
	html body .ticketo-public-page .ticketo-tier-card { min-height: 0; padding: 24px; }
	html body .ticketo-public-page .ticketo-ticket-section-heading .ticketo-section-title { font-size: 34px !important; }
	html body .ticketo-public-page .ticketo-tier-card h3 { font-size: 25px !important; }
}

/* High-contrast spotlight palette. Solid colors only—no gradients. */
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card { min-height: 500px; padding: 28px 30px; border-width: 1px; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] { --ticketo-tier-tone: #0f966b; --ticketo-tier-soft: #e7f8f1; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="standard"] { --ticketo-tier-tone: #2563eb; --ticketo-tier-soft: #eaf1ff; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] { --ticketo-tier-tone: #a86f0c; --ticketo-tier-soft: #fff5dd; }

html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page,
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page { background-color: #050b16 !important; }
html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-ticket-section-heading .ticketo-section-title,
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-ticket-section-heading .ticketo-section-title { color: #f8fafc !important; }
html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-ticket-section-heading > p,
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-ticket-section-heading > p { color: #aebbd0 !important; }
html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="free"],
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] { --ticketo-tier-tone: #34d399; --ticketo-tier-soft: #0b3029; border-color: #34d399; background-color: #081b25; }
html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="standard"],
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="standard"] { --ticketo-tier-tone: #4b8dff; --ticketo-tier-soft: #10274d; border-color: #4b8dff; background-color: #0a172b; }
html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"],
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] { --ticketo-tier-tone: #f2b544; --ticketo-tier-soft: #38290d; border-color: #f2b544; background-color: #19170f; }
html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card h3,
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card h3 { color: #f8fafc !important; }
html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-summary,
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-summary { color: #b6c2d5 !important; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card-icon { width: 60px; height: 60px; border-width: 1px; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card-icon svg { width: 29px; height: 29px; stroke-width: 2.1; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card h3 { font-size: 30px !important; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-label { min-height: 24px; padding: 5px 10px; font-size: 11px !important; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-summary { min-height: 48px; font-size: 15px !important; line-height: 1.55 !important; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-price > strong { font-size: 46px !important; line-height: 1 !important; }
html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-price .woocommerce-Price-currencySymbol,
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-price .woocommerce-Price-currencySymbol { color: #f8fafc !important; font-size: .62em !important; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-availability { min-height: 48px; padding: 11px 15px; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-left { gap: 7px; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-left { align-items: center; line-height: 1; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-left > svg { display: block; flex: 0 0 19px; width: 19px; height: 19px; margin: 0; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-availability strong { font-size: 17px !important; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-availability span { font-size: 14px !important; }
html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-availability .ticketo-tier-total,
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-availability .ticketo-tier-total { color: #b6c2d5 !important; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-quantity-stepper { height: 52px; }
html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-quantity-stepper,
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-quantity-stepper { background-color: #111f35; }
html body.single-ticketo_event.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-buy-form button.ticketo-button { min-height: 54px !important; background-color: var(--ticketo-tier-tone) !important; border-color: var(--ticketo-tier-tone) !important; color: #07111f !important; font-size: 15px !important; letter-spacing: 0 !important; text-transform: none !important; -webkit-text-fill-color: #07111f !important; }
html body.single-ticketo_event.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="standard"] .ticketo-buy-form button.ticketo-button { color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
html body.single-ticketo_event.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-buy-form button.ticketo-button:disabled { background-color: var(--ticketo-tier-tone) !important; border-color: var(--ticketo-tier-tone) !important; color: #07111f !important; cursor: not-allowed; -webkit-text-fill-color: #07111f !important; opacity: 1; }
html body.single-ticketo_event.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="standard"] .ticketo-buy-form button.ticketo-button:disabled { color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-assurance { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px !important; }
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-assurance svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] .ticketo-tier-label,
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] .ticketo-tier-label { border-color: #6ee7b7; background-color: #123d34; color: #6ee7b7 !important; -webkit-text-fill-color: #6ee7b7 !important; }
html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="standard"] .ticketo-tier-label,
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="standard"] .ticketo-tier-label { border-color: #75a7ff; background-color: #173463; color: #8ab4ff !important; -webkit-text-fill-color: #8ab4ff !important; }
html body.ticketo-theme-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] .ticketo-tier-label,
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] .ticketo-tier-label { border-color: #ffd166; background-color: #493613; color: #ffd166 !important; -webkit-text-fill-color: #ffd166 !important; }

@media (max-width: 640px) {
	html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card { min-height: 0; padding: 24px; }
	html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card h3 { font-size: 28px !important; }
	html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-price > strong { font-size: 42px !important; }
}

/* Flat layout: the original restrained NXT Tickets & Events card treatment. */
html body .ticketo-public-page .ticketo-buy-one { display: none; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-ticket-section-heading > p { display: none; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-ticket-section-heading { margin: 34px 0 18px; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-ticket-section-heading .ticketo-section-title { font-size: 36px !important; font-weight: 500 !important; line-height: 1.12 !important; letter-spacing: -.025em !important; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-grid { gap: 18px; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card { min-height: 340px; gap: 0; padding: 26px; border: 1px solid var(--ticketo-line); border-top-width: 3px; border-radius: 16px; background: var(--ticketo-panel); box-shadow: none; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] { border-top: 3px solid #16825d; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card[data-ticket-type="standard"] { border-top: 3px solid #2563eb; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] { border-top: 3px solid #b8862e; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card-head { display: block; min-height: 40px; margin-bottom: 12px; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card-icon,
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-summary,
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-assurance { display: none !important; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card h3 { margin: 0 !important; color: var(--ticketo-text) !important; font-size: 24px !important; font-weight: 500 !important; line-height: 1.2 !important; letter-spacing: -.015em !important; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-label { display: none !important; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-availability { display: flex; order: 1; min-height: 58px; flex-direction: column; gap: 6px; align-items: flex-start; justify-content: flex-start; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--ticketo-text); }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-availability::before { color: var(--ticketo-muted); content: "Tickets available"; font-size: 11px; font-weight: 400; letter-spacing: .04em; line-height: 1.2; text-transform: uppercase; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-left { display: inline-flex; align-items: baseline; color: var(--ticketo-text) !important; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-left > svg,
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-left [data-ticketo-available-label],
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-total { display: none; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-availability strong { color: var(--ticketo-text) !important; font-size: 34px !important; font-weight: 400 !important; line-height: 1; letter-spacing: -.02em; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-price { display: flex; order: 2; min-height: 58px; flex-direction: column; gap: 6px; align-items: flex-start; justify-content: flex-start; margin: 14px 0 0; text-align: left; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-price > span { display: block; color: var(--ticketo-muted); font-size: 11px !important; font-weight: 400 !important; letter-spacing: .04em; text-transform: uppercase; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-price > strong { color: var(--ticketo-text) !important; font-size: 22px !important; font-weight: 500 !important; letter-spacing: -.01em; line-height: 1.2 !important; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-price :is(.woocommerce-Price-amount, .woocommerce-Price-currencySymbol, bdi) { color: inherit !important; font: inherit !important; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-price.is-free { visibility: visible; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-actions { order: 3; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--ticketo-line); }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-buy-form { display: grid; grid-template-columns: minmax(142px, 36%) minmax(0, 1fr); gap: 10px 12px; align-items: end; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-buy-form .ticketo-quantity-field { gap: 6px; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-buy-form .ticketo-quantity-field > span:first-child { font-size: 11px !important; font-weight: 500 !important; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-quantity-stepper { height: 50px; grid-template-columns: 46px minmax(0, 1fr) 46px; border-color: var(--ticketo-line); border-radius: 10px; background: var(--ticketo-panel-2); }
html body.single-ticketo_event.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-buy-form button.ticketo-button { min-height: 50px !important; border-color: var(--ticketo-line) !important; border-radius: 10px !important; background: var(--ticketo-panel-2) !important; color: var(--ticketo-muted) !important; font-size: 13px !important; font-weight: 500 !important; letter-spacing: .03em !important; text-transform: uppercase !important; -webkit-text-fill-color: var(--ticketo-muted) !important; }
html body.single-ticketo_event.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-buy-form button.ticketo-button:not(:disabled) { border-color: #60a5fa !important; background: #60a5fa !important; color: #07111f !important; -webkit-text-fill-color: #07111f !important; }
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-buy-one { display: none !important; }
html body.ticketo-theme-dark.ticketo-ticket-cards-flat .ticketo-public-page,
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-flat .ticketo-public-page { background: #081221 !important; }
html body.ticketo-theme-dark.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card,
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card { border-color: #2b3e58; background: #101d2e; }
html body.ticketo-theme-dark.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card[data-ticket-type="free"],
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card[data-ticket-type="free"] { border-top-color: #16825d; }
html body.ticketo-theme-dark.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card[data-ticket-type="standard"],
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card[data-ticket-type="standard"] { border-top-color: #2563eb; }
html body.ticketo-theme-dark.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"],
html body.ticketo-theme-auto.global-skin-dark.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card[data-ticket-type="vip"] { border-top-color: #b8862e; }

/* Keep the Flat ticket action row balanced under theme and browser overrides. */
html body.single-ticketo_event.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card .ticketo-buy-form {
	display: grid !important;
	width: 100%;
	grid-template-columns: minmax(120px, 38%) minmax(170px, 62%) !important;
	gap: 12px !important;
	align-items: end;
}
html body.single-ticketo_event.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card .ticketo-quantity-stepper,
html body.single-ticketo_event.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card .ticketo-buy-form button.ticketo-button {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}
html body.single-ticketo_event.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card .ticketo-buy-form button.ticketo-button {
	overflow: hidden;
	padding: 0 12px !important;
	white-space: nowrap;
}
html body.single-ticketo_event.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card .ticketo-buy-form button.ticketo-button > span {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: inherit !important;
	font: inherit !important;
	line-height: 1.2 !important;
	text-overflow: clip;
	white-space: nowrap;
	-webkit-text-fill-color: inherit !important;
}

@media (max-width: 640px) {
	html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-ticket-section-heading .ticketo-section-title { font-size: 32px !important; }
	html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card { min-height: 320px; padding: 24px; }
	html body.single-ticketo_event.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card .ticketo-buy-form {
		grid-template-columns: minmax(112px, 38%) minmax(148px, 62%) !important;
		gap: 10px !important;
	}
	html body.single-ticketo_event.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card .ticketo-buy-form button.ticketo-button {
		gap: 7px;
		padding: 0 9px !important;
		font-size: 12px !important;
		letter-spacing: .015em !important;
	}
	html body.single-ticketo_event.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card .ticketo-buy-form button.ticketo-button svg {
		width: 17px;
		height: 17px;
	}
}

@media (max-width: 380px) {
	html body.single-ticketo_event.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card .ticketo-buy-form {
		grid-template-columns: 1fr !important;
	}
}

/* Compact diagonal sold-out ribbon shared by Flat and Spotlight layouts. */
html body:is(.ticketo-ticket-cards-flat, .ticketo-ticket-cards-spotlight) .ticketo-public-page .ticketo-tier-card {
	position: relative;
	overflow: hidden;
}
html body:is(.ticketo-ticket-cards-flat, .ticketo-ticket-cards-spotlight) .ticketo-public-page .ticketo-tier-card.is-sold-out .ticketo-tier-card-head {
	padding-right: 48px;
}
html body:is(.ticketo-ticket-cards-flat, .ticketo-ticket-cards-spotlight) .ticketo-public-page .ticketo-tier-card .ticketo-sold-out {
	position: absolute;
	z-index: 4;
	top: 18px;
	right: -34px;
	display: block;
	width: 118px;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 5px 16px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #be123c !important;
	box-shadow: 0 2px 8px rgb(15 23 42 / 18%);
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 500 !important;
	letter-spacing: .075em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	-webkit-text-fill-color: #fff !important;
	transform: rotate(38deg);
	transform-origin: center;
	pointer-events: none;
}

@media (max-width: 640px) {
	html body:is(.ticketo-ticket-cards-flat, .ticketo-ticket-cards-spotlight) .ticketo-public-page .ticketo-tier-card.is-sold-out .ticketo-tier-card-head {
		padding-right: 42px;
	}
	html body:is(.ticketo-ticket-cards-flat, .ticketo-ticket-cards-spotlight) .ticketo-public-page .ticketo-tier-card .ticketo-sold-out {
		top: 15px;
		right: -31px;
		width: 106px;
		padding: 4px 13px !important;
		font-size: 9px !important;
	}
}

/* Admin-configurable NXT Tickets & Events button palette. */
html body .ticketo-button:not(:disabled),
html body button.ticketo-button:not(:disabled),
html body .ticketo-checkin-button:not(:disabled),
html body .ticketo-hero-cta,
html body .ticketo-public-page .ticketo-cart-checkout > a,
html body .ticketo-person-form-actions button:not(:disabled),
html body.single-ticketo_event .ticketo-public-page .ticketo-tier-card .ticketo-buy-form button.ticketo-button:not(:disabled) {
	border-color: var(--ticketo-primary-button) !important;
	background: var(--ticketo-primary-button) !important;
	background-color: var(--ticketo-primary-button) !important;
	color: var(--ticketo-primary-button-text) !important;
	-webkit-text-fill-color: var(--ticketo-primary-button-text) !important;
}
html body.ticketo-ticket-cards-flat .ticketo-public-page .ticketo-tier-card .ticketo-buy-form button.ticketo-button:not(:disabled),
html body.ticketo-ticket-cards-spotlight .ticketo-public-page .ticketo-tier-card .ticketo-buy-form button.ticketo-button:not(:disabled) {
	border-color: var(--ticketo-primary-button) !important;
	background: var(--ticketo-primary-button) !important;
	background-color: var(--ticketo-primary-button) !important;
	color: var(--ticketo-primary-button-text) !important;
	-webkit-text-fill-color: var(--ticketo-primary-button-text) !important;
}
html body .ticketo-button:not(:disabled):hover,
html body button.ticketo-button:not(:disabled):hover,
html body .ticketo-checkin-button:not(:disabled):hover,
html body .ticketo-hero-cta:hover,
html body .ticketo-public-page .ticketo-cart-checkout > a:hover,
html body .ticketo-person-form-actions button:not(:disabled):hover,
html body.single-ticketo_event .ticketo-public-page .ticketo-tier-card .ticketo-buy-form button.ticketo-button:not(:disabled):hover { filter: brightness(.94); }
html body .ticketo-secondary-button,
html body .ticketo-checkout-person-tools > button,
html body .ticketo-person-actions .ticketo-person-edit-toggle,
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button.ticketo-modal-cancel,
html body .ticketo-cancel {
	border-color: var(--ticketo-secondary-button-text) !important;
	background: var(--ticketo-secondary-button) !important;
	background-color: var(--ticketo-secondary-button) !important;
	color: var(--ticketo-secondary-button-text) !important;
	-webkit-text-fill-color: var(--ticketo-secondary-button-text) !important;
}
html body .ticketo-secondary-button:hover,
html body .ticketo-checkout-person-tools > button:hover,
html body .ticketo-person-actions .ticketo-person-edit-toggle:hover,
html body .ticketo-confirm-modal .ticketo-confirm-modal__actions button.ticketo-modal-cancel:hover,
html body .ticketo-cancel:hover { filter: brightness(.96); }

/* Theme-independent public Events directory. */
.ticketo-events-directory { width: 100%; color: var(--ticketo-text); }
.ticketo-events-directory .ticketo-event-grid,
.ticketo-events-directory .ticketo-event-grid.is-columns-2,
.ticketo-events-directory .ticketo-event-grid.is-columns-3,
.ticketo-events-directory .ticketo-event-grid.is-columns-4 {
	grid-template-columns: repeat(auto-fit, 300px);
	justify-content: center;
	width: min(1240px, 100%);
	gap: 20px;
}
.ticketo-events-directory .ticketo-event-card { box-sizing: border-box; width: 300px; max-width: 100%; }
.ticketo-events-directory .ticketo-event-grid.hide-images .ticketo-event-card { min-height: 250px; }
.ticketo-events-directory .ticketo-event-grid.hide-images .ticketo-card-body { display: flex; min-height: 250px; box-sizing: border-box; flex-direction: column; }
.ticketo-events-directory .ticketo-event-grid.hide-images .ticketo-card-cta { margin-top: auto; }
.ticketo-events-directory .ticketo-card-body { padding: 20px; }
.ticketo-events-directory .ticketo-card-title { margin: 7px 0 6px; font-size: 21px; }
.ticketo-events-directory .ticketo-card-venue { min-height: 0; font-size: 14px; line-height: 1.5; }
.ticketo-events-directory .ticketo-card-availability { display: inline-flex; gap: 5px; align-items: baseline; width: fit-content; margin-top: 14px; padding: 6px 9px; border: 1px solid var(--ticketo-line); border-radius: 999px; background: var(--ticketo-panel-2); color: var(--ticketo-muted); font-size: 12px; line-height: 1.2; }
.ticketo-events-directory .ticketo-card-availability strong { color: var(--ticketo-text); font-size: 13px; }

@media (max-width: 640px) {
	.ticketo-events-directory .ticketo-event-grid,
	.ticketo-events-directory .ticketo-event-grid.is-columns-2,
	.ticketo-events-directory .ticketo-event-grid.is-columns-3,
	.ticketo-events-directory .ticketo-event-grid.is-columns-4 { grid-template-columns: minmax(0, 300px); }
}

@media (max-width: 360px) {
	.ticketo-events-directory .ticketo-event-grid,
	.ticketo-events-directory .ticketo-event-grid.is-columns-2,
	.ticketo-events-directory .ticketo-event-grid.is-columns-3,
	.ticketo-events-directory .ticketo-event-grid.is-columns-4 { grid-template-columns: minmax(0, 1fr); }
	.ticketo-events-directory .ticketo-event-card { width: 100%; }
}
