/*
Theme Name: 717Tix
Theme URI: https://example.com
Author: 717Tix build
Description: Block theme from requirements_717tix wireframes — dark navy, red/gold accents, placeholder copy only.
Version: 1.0.20
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sevenonetseven-tix
*/

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,300..600;1,9..40,300..600&family=DM+Serif+Display:ital@0;1&display=swap");
/* style-wireframe.css is enqueued from functions.php with a filemtime version (avoid @import cache). */

/* Block wrapper + editor */
body.theme-717tix .wp-site-blocks {
	min-height: 100vh;
}

body.theme-717tix .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Site header — logo, category links, compact search (717tix-event-page wireframe .nav-search). */
body.theme-717tix {
	--wp-admin-bar-offset: 0px;
}

body.admin-bar.theme-717tix {
	--wp-admin-bar-offset: var(--wp-admin--admin-bar--height, 32px);
}

body.theme-717tix nav.site-nav {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	top: calc(env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset));
}

body.theme-717tix nav.site-nav .nav-links {
	display: flex;
	gap: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1 1 auto;
	justify-content: center;
}

body.theme-717tix nav.site-nav .site-nav-start {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

body.theme-717tix nav.site-nav .nav-search {
	display: flex;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	overflow: hidden;
}

body.theme-717tix nav.site-nav .site-nav-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	margin-left: auto;
}

body.theme-717tix nav.site-nav .nav-search-field {
	background: transparent;
	border: none;
	outline: none;
	color: var(--white, #f9f8f5);
	font-family: "DM Sans", sans-serif;
	font-size: 0.85rem;
	padding: 9px 14px;
	width: 220px;
	max-width: 100%;
}

body.theme-717tix nav.site-nav .nav-search-field::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

body.theme-717tix nav.site-nav .nav-search-button {
	background: var(--red, #e8193c);
	border: none;
	cursor: pointer;
	color: var(--white, #f9f8f5);
	padding: 9px 16px;
	font-family: "DM Sans", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: background 0.2s;
}

body.theme-717tix nav.site-nav .nav-search-button:hover {
	background: var(--red-dark, #b5112c);
}

@media (max-width: 900px) {
	body.theme-717tix nav.site-nav {
		gap: 16px;
		padding-left: 20px;
		padding-right: 20px;
	}

	body.theme-717tix nav.site-nav .nav-links {
		order: 3;
		width: 100%;
		justify-content: flex-start;
		gap: 20px;
	}

	body.theme-717tix nav.site-nav .site-nav-actions {
		margin-left: auto;
	}

	body.theme-717tix nav.site-nav .nav-search-field {
		width: 160px;
	}
}

@media (max-width: 600px) {
	body.theme-717tix nav.site-nav .nav-search {
		display: none;
	}
}

body.theme-717tix .shopping-cart-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--white, #f9f8f5);
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
}

body.theme-717tix .shopping-cart-toggle:hover {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
}

body.theme-717tix .shopping-cart-toggle-icon {
	font-size: 1.1rem;
	line-height: 1;
}

body.theme-717tix .shopping-cart-toggle-count {
	position: absolute;
	top: -0.35rem;
	right: -0.35rem;
	min-width: 1.1rem;
	height: 1.1rem;
	padding: 0 0.25rem;
	border-radius: 100px;
	background: var(--red, #e8193c);
	color: var(--white, #f9f8f5);
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1.1rem;
	text-align: center;
}

body.theme-717tix .shopping-cart-panel {
	position: fixed;
	inset: 0;
	z-index: 300;
}

body.theme-717tix .shopping-cart-panel__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 15, 30, 0.72);
}

body.theme-717tix .shopping-cart-panel__sheet {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(24rem, 100vw);
	display: flex;
	flex-direction: column;
	background: var(--navy-mid, #111827);
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: -12px 0 40px rgba(0, 0, 0, 0.35);
}

body.theme-717tix .shopping-cart-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 20px 20px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.theme-717tix .shopping-cart-panel__title {
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 1px;
	font-weight: 400;
}

body.theme-717tix .shopping-cart-panel__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: none;
	border-radius: 6px;
	background: transparent;
	color: var(--white, #f9f8f5);
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
}

body.theme-717tix .shopping-cart-panel__close:hover {
	background: rgba(255, 255, 255, 0.08);
}

body.theme-717tix .shopping-cart-panel__items {
	flex: 1 1 auto;
	overflow: auto;
	padding: 16px 20px;
}

body.theme-717tix .shopping-cart-panel__empty {
	margin: 0;
	padding: 24px 20px;
	color: rgba(249, 248, 245, 0.7);
	font-size: 0.95rem;
}

body.theme-717tix .shopping-cart-item {
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.theme-717tix .shopping-cart-item:last-child {
	border-bottom: none;
}

body.theme-717tix .shopping-cart-item__title {
	font-weight: 700;
	font-size: 0.95rem;
}

body.theme-717tix .shopping-cart-item__meta,
body.theme-717tix .shopping-cart-item__seats {
	margin-top: 4px;
	color: rgba(249, 248, 245, 0.7);
	font-size: 0.82rem;
	line-height: 1.4;
}

body.theme-717tix .shopping-cart-item__delivery,
body.theme-717tix .ticket-summary-delivery {
	margin-top: 6px;
	font-size: 0.82rem;
	font-weight: 600;
}

body.theme-717tix .shopping-cart-item__delivery--instant,
body.theme-717tix .ticket-summary-delivery--instant {
	color: var(--green, #22c55e);
}

body.theme-717tix .shopping-cart-item__delivery--courier,
body.theme-717tix .ticket-summary-delivery--courier {
	color: var(--gold, #f5c842);
}

body.theme-717tix .shopping-cart-item__delivery--pickup,
body.theme-717tix .ticket-summary-delivery--pickup {
	color: var(--orange, #f97316);
}

body.theme-717tix .checkout-billing-shipping-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 12px 0 16px;
	font-size: 0.92rem;
}

body.theme-717tix .checkout-billing-shipping-toggle input {
	width: auto;
}

body.theme-717tix [data-checkout-shipping-fields][hidden] {
	display: none !important;
}

body.theme-717tix .shopping-cart-item__price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 10px;
}

body.theme-717tix .shopping-cart-item__price {
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.5px;
}

body.theme-717tix .shopping-cart-item__remove {
	padding: 0;
	border: none;
	background: transparent;
	color: rgba(249, 248, 245, 0.65);
	font-size: 0.8rem;
	text-decoration: underline;
	cursor: pointer;
}

body.theme-717tix .shopping-cart-item__remove:hover {
	color: var(--white, #f9f8f5);
}

body.theme-717tix .shopping-cart-panel__footer {
	padding: 16px 20px 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.theme-717tix .shopping-cart-panel__subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
	font-size: 0.95rem;
}

body.theme-717tix .shopping-cart-panel__subtotal strong {
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
}

body.theme-717tix .shopping-cart-checkout {
	width: 100%;
	padding: 14px 18px;
	border: none;
	border-radius: 6px;
	background: var(--red, #e8193c);
	color: var(--white, #f9f8f5);
	font: inherit;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: not-allowed;
	opacity: 0.55;
}

body.theme-717tix .shopping-cart-checkout--ready {
	cursor: pointer;
	opacity: 1;
}

body.theme-717tix .shopping-cart-checkout--ready:hover {
	background: var(--red-dark, #b5112c);
}

body.theme-717tix .checkout-page {
	min-height: 100vh;
	--checkout-sticky-summary-top: calc(
		env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset) + var(--checkout-page-nav-clearance, 88px) + 18px
	);
	padding-top: calc(
		env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset) + var(--checkout-page-nav-clearance, 88px)
	);
}

body.theme-717tix .checkout-lock-banner {
	margin: 0 48px 16px;
	padding: 12px 16px;
	border-radius: 8px;
	background: rgba(34, 197, 94, 0.12);
	border: 1px solid rgba(34, 197, 94, 0.35);
	color: var(--white, #f9f8f5);
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
}

body.theme-717tix .ticket-lock-hold-banner {
	position: fixed;
	top: calc(env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset) + var(--site-nav-clearance, 88px) + 8px);
	left: 0;
	right: 0;
	z-index: 101;
	margin: 0 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px 16px;
	background: rgba(12, 18, 34, 0.98);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

body.theme-717tix .ticket-lock-hold-banner[hidden] {
	display: none;
}

body.theme-717tix .ticket-lock-hold-banner--checkout-inline {
	position: static;
	top: auto;
	left: auto;
	right: auto;
	z-index: auto;
	margin: 8px 48px 16px;
	box-shadow: none;
}

body.theme-717tix .checkout-lock-banner__return {
	padding: 8px 14px;
	border-radius: 6px;
	background: var(--red, #e8193c);
	color: var(--white, #f9f8f5);
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

body.theme-717tix .checkout-lock-banner__return:hover {
	background: var(--red-dark, #b5112c);
	color: var(--white, #f9f8f5);
}

body.theme-717tix .ticket-event-locked-cart-banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	margin: 0 0 20px;
	padding: 14px 18px;
	border-radius: 8px;
	background: rgba(245, 200, 66, 0.12);
	border: 1px solid rgba(245, 200, 66, 0.42);
}

body.theme-717tix .ticket-event-locked-cart-banner[hidden] {
	display: none;
}

body.theme-717tix .ticket-event-locked-cart-banner__message {
	margin: 0;
	color: rgba(249, 248, 245, 0.92);
	font-size: 0.95rem;
	line-height: 1.5;
}

body.theme-717tix .ticket-event-locked-cart-banner__message b {
	color: var(--gold, #f5c842);
	font-weight: 700;
}

body.theme-717tix .ticket-event-locked-cart-banner__open-cart {
	padding: 8px 14px;
	border: 0;
	border-radius: 6px;
	background: var(--red, #e8193c);
	color: var(--white, #f9f8f5);
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
}

body.theme-717tix .ticket-event-locked-cart-banner__open-cart:hover {
	background: var(--red-dark, #b5112c);
}

body.theme-717tix .checkout-lock-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

body.theme-717tix .checkout-lock-modal[hidden] {
	display: none;
}

body.theme-717tix .checkout-lock-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 8, 18, 0.72);
}

body.theme-717tix .checkout-lock-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 420px);
	padding: 28px 24px;
	border-radius: 12px;
	background: rgba(16, 22, 40, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

body.theme-717tix .checkout-lock-modal__title {
	margin: 0 0 12px;
	font-size: 1.15rem;
	color: var(--white, #f9f8f5);
}

body.theme-717tix .checkout-lock-modal__message {
	margin: 0 0 20px;
	color: rgba(249, 248, 245, 0.72);
	line-height: 1.5;
}

body.theme-717tix .checkout-lock-modal__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body.theme-717tix .checkout-lock-modal__exit {
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: transparent;
	color: rgba(249, 248, 245, 0.72);
	font-size: 0.9rem;
	cursor: pointer;
}

body.theme-717tix .checkout-lock-modal__exit:hover {
	color: var(--white, #f9f8f5);
	border-color: rgba(255, 255, 255, 0.24);
}

body.theme-717tix.checkout-lock-acquire-blocked {
	overflow: hidden;
}

body.theme-717tix .checkout-lock-acquire-modal {
	position: fixed;
	inset: 0;
	z-index: 1100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

body.theme-717tix .checkout-lock-acquire-modal[hidden] {
	display: none;
}

body.theme-717tix .checkout-lock-acquire-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 8, 18, 0.84);
}

body.theme-717tix .checkout-lock-acquire-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 420px);
	padding: 32px 28px;
	border-radius: 12px;
	background: rgba(16, 22, 40, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

body.theme-717tix .checkout-lock-acquire-modal__state {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

body.theme-717tix .checkout-lock-acquire-modal__state[hidden] {
	display: none;
}

body.theme-717tix .checkout-lock-acquire-modal__message {
	margin: 0;
	color: var(--white, #f9f8f5);
	font-size: 1rem;
	line-height: 1.5;
}

body.theme-717tix .checkout-lock-acquire-modal__state--loading .checkout-lock-acquire-modal__message {
	margin-bottom: 24px;
}

body.theme-717tix .checkout-lock-acquire-modal__spinner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: var(--white, #f9f8f5);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
}

body.theme-717tix .checkout-lock-acquire-modal__spinner::before {
	content: '';
	position: absolute;
	inset: 0;
	border: 3px solid rgba(249, 248, 245, 0.16);
	border-top-color: var(--red, #e8193c);
	border-radius: 50%;
	animation: checkout-lock-acquire-spin 0.8s linear infinite;
}

body.theme-717tix .checkout-lock-acquire-modal__state--error .checkout-lock-acquire-modal__message {
	margin-bottom: 20px;
	color: rgba(249, 248, 245, 0.88);
}

body.theme-717tix .checkout-lock-acquire-modal__error-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: rgba(232, 25, 60, 0.14);
	border: 1px solid rgba(232, 25, 60, 0.45);
	color: var(--red, #e8193c);
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
}

body.theme-717tix .checkout-lock-acquire-modal__refresh {
	min-width: 140px;
}

body.theme-717tix .checkout-lock-acquire-modal__back {
	min-width: 140px;
}

body.theme-717tix .checkout-lock-acquire-modal__submessage {
	margin: 0 0 20px;
	color: rgba(249, 248, 245, 0.82);
	font-size: 0.95rem;
	line-height: 1.5;
	text-align: center;
}

body.theme-717tix .checkout-lock-acquire-modal__state--validation .checkout-lock-acquire-modal__message {
	margin-bottom: 12px;
}

@keyframes checkout-lock-acquire-spin {
	to {
		transform: rotate(360deg);
	}
}

body.theme-717tix .checkout-page .checkout-page-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 48px;
	background: rgba(10, 15, 30, 0.98);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	position: fixed;
	top: calc(env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset));
	left: 0;
	right: 0;
	z-index: 100;
}

body.theme-717tix .checkout-page > .progress-bar {
	flex-shrink: 0;
}

body.theme-717tix .checkout-page .order-summary {
	top: var(--checkout-sticky-summary-top);
}

body.theme-717tix .checkout-page .nav-secure {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.78rem;
	color: var(--gray, #8a90a0);
}

body.theme-717tix .checkout-page .nav-secure .lock {
	color: var(--green, #22c55e);
	font-size: 1rem;
}

body.theme-717tix .checkout-page .nav-back {
	color: rgba(249, 248, 245, 0.5);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s;
}

body.theme-717tix .checkout-page .nav-back:hover {
	color: var(--white, #f9f8f5);
}

body.theme-717tix .checkout-page .account-toggle .toggle-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

body.theme-717tix .checkout-page .ticket-summary-price {
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 1px;
	color: var(--white, #f9f8f5);
}

body.theme-717tix .checkout-page .checkout-summary-empty {
	margin: 0 0 20px;
	color: rgba(249, 248, 245, 0.65);
	font-size: 0.85rem;
	line-height: 1.5;
}

body.theme-717tix .checkout-page .mobile-total-note {
	font-size: 0.65rem;
	color: var(--gray, #8a90a0);
}

body.theme-717tix .checkout-page .trust-badge a {
	color: inherit;
	text-decoration: underline;
}

body.theme-717tix .checkout-page .trust-badge a:hover {
	color: var(--white, #f9f8f5);
}

body.theme-717tix .checkout-page .form-input,
body.theme-717tix .checkout-page .form-select {
	font-size: 0.92rem;
	padding: 13px 14px;
}

body.theme-717tix .checkout-page .braintree-hosted-field {
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	overflow: hidden;
}

body.theme-717tix .checkout-page .braintree-hosted-field iframe {
	display: block;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

body.theme-717tix .checkout-page .braintree-hosted-fields-focused {
	border-color: rgba(232, 25, 60, 0.5);
	box-shadow: 0 0 0 3px rgba(232, 25, 60, 0.1);
}

body.theme-717tix .checkout-page .braintree-hosted-fields-invalid {
	border-color: rgba(232, 25, 60, 0.6);
}

body.theme-717tix .checkout-page .checkout-payment-unavailable,
body.theme-717tix .checkout-page .checkout-payment-feedback {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.5;
}

body.theme-717tix .checkout-page .checkout-payment-feedback {
	margin-top: 16px;
	color: rgba(249, 248, 245, 0.75);
}

body.theme-717tix .checkout-page .checkout-payment-feedback--error {
	color: #ffb3c0;
}

body.theme-717tix .checkout-page .checkout-promo-feedback {
	margin: 8px 0 0;
	font-size: 0.82rem;
	line-height: 1.4;
	color: rgba(249, 248, 245, 0.75);
}

body.theme-717tix .checkout-page .checkout-promo-feedback--error {
	color: #ffb3c0;
}

body.theme-717tix .checkout-page .checkout-confirmation {
	max-width: 760px;
	margin: 40px auto 100px;
	padding: 0 48px;
}

body.theme-717tix .checkout-page .checkout-confirmation__lead {
	margin: 0 0 24px;
	color: rgba(249, 248, 245, 0.72);
	font-size: 0.95rem;
	line-height: 1.6;
}

body.theme-717tix .checkout-page .checkout-confirmation__details {
	margin: 0 0 28px;
}

body.theme-717tix .checkout-page .checkout-confirmation__row {
	display: grid;
	grid-template-columns: 11rem 1fr;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.theme-717tix .checkout-page .checkout-confirmation__row:last-child {
	border-bottom: none;
}

body.theme-717tix .checkout-page .checkout-confirmation__row dt {
	margin: 0;
	color: rgba(249, 248, 245, 0.55);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

body.theme-717tix .checkout-page .checkout-confirmation__row dd {
	margin: 0;
	font-size: 0.95rem;
}

body.theme-717tix .checkout-page .checkout-confirmation__home {
	display: inline-flex;
	width: 100%;
	text-decoration: none;
	justify-content: center;
}

@media (max-width: 900px) {
	body.theme-717tix .checkout-page .checkout-confirmation {
		padding: 0 20px 100px;
	}

	body.theme-717tix .checkout-page .checkout-confirmation__row {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

body.theme-717tix.shopping-cart-panel-open {
	overflow: hidden;
}

body.theme-717tix .ticket-event-inventory .btn-buy.btn-add-to-cart {
	display: inline-block;
	margin-top: 8px;
	border: none;
	font: inherit;
	text-align: center;
	cursor: pointer;
}

body.theme-717tix .shopping-cart-panel[hidden] {
	display: none !important;
	pointer-events: none !important;
}

body.theme-717tix .ticket-purchase-actions {
	display: flex;
	align-items: stretch;
	gap: 8px;
	margin-top: 10px;
	width: 100%;
	position: relative;
	z-index: 2;
}

body.theme-717tix .ticket-purchase-actions .btn-buy.btn-add-to-cart {
	flex: 1;
	margin-top: 0;
	min-width: 0;
}

body.theme-717tix .ticket-purchase-actions .btn-buy.btn-add-to-cart:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

body.theme-717tix .ticket-quantity-stepper {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

body.theme-717tix .ticket-quantity-stepper__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	min-height: 40px;
	padding: 0;
	border: none;
	background: transparent;
	color: var(--white, #f9f8f5);
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

body.theme-717tix .ticket-quantity-stepper__button:hover:not(:disabled) {
	background: rgba(247, 72, 2, 0.18);
	color: var(--orange, #f74802);
}

body.theme-717tix .ticket-quantity-stepper__button:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

body.theme-717tix .ticket-quantity-stepper__value {
	display: block;
	min-width: 2.25rem;
	padding: 0 4px;
	font-size: 0.95rem;
	font-weight: 700;
	text-align: center;
	color: var(--gold, #f5c842);
}

body.theme-717tix .ticket-quantity-select {
	flex-shrink: 0;
	min-width: 8.5rem;
	min-height: 40px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 4px;
	color-scheme: dark;
	background-color: var(--navy-mid, #111827);
	color: var(--white, #f9f8f5);
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
}

body.theme-717tix .ticket-quantity-select option {
	background-color: var(--navy-mid, #111827);
	color: var(--white, #f9f8f5);
}

body.theme-717tix .ticket-quantity-select option:disabled {
	color: rgba(249, 248, 245, 0.35);
}

body.theme-717tix .ticket-quantity-select:focus {
	outline: none;
	border-color: var(--orange, #f74802);
	box-shadow: 0 0 0 1px rgba(247, 72, 2, 0.35);
}

body.theme-717tix .ticket-quantity-select:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

body.theme-717tix .ticket-event-inventory .listings-quantity-filter .filter-chip,
body.theme-717tix .ticket-event-inventory .listings-delivery-method-filter .filter-chip {
	appearance: none;
	-webkit-appearance: none;
	background-color: rgba(255, 255, 255, 0.06);
	color: var(--white, #f9f8f5);
	border: 1px solid rgba(255, 255, 255, 0.14);
}

body.theme-717tix .ticket-event-inventory .listings-quantity-filter .filter-chip:hover,
body.theme-717tix .ticket-event-inventory .listings-delivery-method-filter .filter-chip:hover {
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--white, #f9f8f5);
	background-color: rgba(255, 255, 255, 0.1);
}

body.theme-717tix .ticket-event-inventory .listings-quantity-filter .filter-chip.active,
body.theme-717tix .ticket-event-inventory .listings-delivery-method-filter .filter-chip.active {
	background-color: var(--orange, #f74802);
	border-color: var(--orange, #f74802);
	color: #ffffff;
}

body.theme-717tix .ticket-event-inventory .btn-add-to-cart--in-cart {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(249, 248, 245, 0.75);
}

body.theme-717tix .site-nav-account-link {
	flex-shrink: 0;
	color: rgba(249, 248, 245, 0.75);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s;
	white-space: nowrap;
}

body.theme-717tix .site-nav-account-link:hover {
	color: var(--white, #f9f8f5);
}

body.theme-717tix .page-nav-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

body.theme-717tix .auth-page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.theme-717tix .auth-page-nav {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 48px;
	background: rgba(10, 15, 30, 0.95);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.theme-717tix .auth-page .page-wrap {
	flex: 1 1 auto;
}

body.theme-717tix .auth-feedback {
	margin-bottom: 20px;
}

body.theme-717tix .auth-feedback__message {
	margin: 0;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 0.88rem;
	line-height: 1.45;
}

body.theme-717tix .auth-feedback__message--error {
	background: rgba(232, 25, 60, 0.12);
	border: 1px solid rgba(232, 25, 60, 0.35);
	color: #ffb3c0;
}

body.theme-717tix .auth-feedback__message--notice {
	background: rgba(34, 197, 94, 0.12);
	border: 1px solid rgba(34, 197, 94, 0.35);
	color: #86efac;
}

body.theme-717tix .form-label--inline {
	margin-bottom: 0;
}

body.theme-717tix .auth-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

body.theme-717tix .auth-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(249, 248, 245, 0.75);
	font-size: 0.85rem;
}

body.theme-717tix .form-group--checkbox {
	margin-bottom: 12px;
}

body.theme-717tix .account-page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.theme-717tix .account-page__content {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 24px 64px;
}

body.theme-717tix .account-card {
	width: 100%;
	max-width: 32rem;
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
}

body.theme-717tix .account-card__title {
	margin: 0 0 8px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.2rem;
	letter-spacing: 1px;
	font-weight: 400;
}

body.theme-717tix .account-card__intro {
	margin: 0 0 24px;
	color: rgba(249, 248, 245, 0.7);
	font-size: 0.95rem;
	line-height: 1.5;
}

body.theme-717tix .account-details {
	margin: 0 0 24px;
}

body.theme-717tix .account-details__row {
	display: grid;
	grid-template-columns: 7rem 1fr;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.theme-717tix .account-details__row:last-child {
	border-bottom: none;
}

body.theme-717tix .account-details__row dt {
	margin: 0;
	color: rgba(249, 248, 245, 0.55);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

body.theme-717tix .account-details__row dd {
	margin: 0;
	font-size: 0.95rem;
}

body.theme-717tix .account-card__logout {
	margin-top: 4px;
}

@media (max-width: 640px) {
	body.theme-717tix .auth-form-grid {
		grid-template-columns: 1fr;
	}

	body.theme-717tix .account-details__row {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

/* Upcoming games — data-driven group headers */
body.theme-717tix .round-label {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

body.theme-717tix .round-label__icon {
	flex-shrink: 0;
	display: block;
}

body.theme-717tix .round-label__emoji {
	font-size: 1rem;
	line-height: 1;
}

body.theme-717tix .round-label__text {
	flex: 1;
	min-width: 0;
}

body.theme-717tix .round-label--section-gap {
	margin-top: 8px;
}

/* Upcoming games — Home/Away filter */
body.theme-717tix .event-item.event-item--filtered-out {
	display: none !important;
}

body.theme-717tix .round-label.round-label--filtered-empty {
	display: none !important;
}

body.theme-717tix .filter-tab:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

/* Homepage redesign (block markup): hero search bar + teaser grid alignment with wireframe. */
body.theme-717tix .hero .search-section {
	max-width: 700px;
	margin-top: 44px;
}

body.theme-717tix .hero .search-section .wp-block-search {
	width: 100%;
	max-width: none;
}

body.theme-717tix .hero .search-section .wp-block-search__inside-wrapper {
	display: flex;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	overflow: hidden;
}

body.theme-717tix .hero .search-section .wp-block-search__inside-wrapper:focus-within {
	border-color: rgba(232, 25, 60, 0.5);
	box-shadow: 0 0 0 3px rgba(232, 25, 60, 0.1);
}

body.theme-717tix .hero .search-section .wp-block-search__input {
	flex: 1;
	background: transparent;
	border: none;
	color: var(--white);
	padding: 18px 20px;
	outline: none;
}

body.theme-717tix .hero .search-section .wp-block-search__input::placeholder {
	color: rgba(138, 144, 160, 0.95);
}

body.theme-717tix .hero .search-section .wp-block-search__button {
	flex-shrink: 0;
	background: var(--red);
	color: #fff;
	border: none;
	border-radius: 0;
	padding: 18px 28px;
	font-family: inherit;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
}

body.theme-717tix .hero .search-section .wp-block-search__button:hover {
	background: var(--red-dark);
}

/*
 * Homepage hero band: left-aligned (wireframe), compact — not full-viewport centered.
 * style-wireframe.css sets .hero { min-height:100vh; padding:120px 48px 80px } for full hero pages.
 */
body.theme-717tix .wp-block-post-content > .home-hero-prefix {
	padding-left: 48px;
	padding-right: 48px;
}

body.theme-717tix .home-hero-prefix.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.theme-717tix section.hero.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-left: 0 !important;
	margin-right: auto !important;
}

body.theme-717tix section.hero {
	min-height: 0;
	display: block;
	padding: 0 48px 1.5rem;
}

body.theme-717tix section.hero:has(.suite-section) {
	padding-bottom: 60px;
}

body.theme-717tix .hero .hero-content {
	max-width: 700px;
}

body.theme-717tix .hero .hero-content > h1.wp-block-heading {
	margin-top: 0;
	margin-bottom: 0;
}

/* Wireframe .hero-sub — DM Serif Display italic under headline */
body.theme-717tix .hero .hero-content .hero-sub p {
	font-family: var(--wp--preset--font-family--dm-serif-display), "DM Serif Display", Georgia, serif;
	font-style: italic;
	font-size: 1.25rem;
	line-height: 1.5;
	color: rgba(249, 248, 245, 0.55);
	margin-top: 20px;
	margin-bottom: 0;
}

/* Wireframe / PDF hero headlines — larger than theme “display” preset (clamp to 8rem). */
body.theme-717tix .hero .hero-content > h1.wp-block-heading,
body.theme-717tix section.hero .hero-content > h1.wp-block-heading {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: clamp(4rem, 10vw, 8rem);
	line-height: 0.92;
	letter-spacing: 2px;
}

body.theme-717tix .hero .hero-content > h1.wp-block-heading em,
body.theme-717tix .hero .hero-content > h1.wp-block-heading .has-red-color {
	font-style: normal;
	color: var(--wp--preset--color--red, #e8193c);
	display: block;
}

/* Popular Right Now — 717tix-redesign .events-section */
body.theme-717tix .events-section {
	margin-top: 64px;
	padding: 80px 48px;
	background: var(--navy-mid, #111827);
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

body.theme-717tix .events-section .section-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 36px;
	gap: 16px;
	flex-wrap: wrap;
}

body.theme-717tix .events-section .section-title {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 2.5rem;
	letter-spacing: 2px;
	margin: 0;
	line-height: 1;
}

body.theme-717tix .events-section .section-link {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--red, #e8193c);
	text-decoration: none;
	transition: opacity 0.2s;
}

body.theme-717tix .events-section .section-link:hover {
	opacity: 0.7;
}

body.theme-717tix .events-section .events-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

body.theme-717tix .events-section .event-card {
	background: var(--navy-light, #1a2440);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	text-decoration: none;
	color: var(--white, #f9f8f5);
	transition: background 0.2s, transform 0.2s;
}

body.theme-717tix .events-section .event-card:hover {
	background: rgba(255, 255, 255, 0.06);
	transform: translateY(-2px);
}

body.theme-717tix .events-section .event-img {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	overflow: hidden;
}

body.theme-717tix .events-section .event-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.theme-717tix .events-section .event-img-emoji {
	line-height: 1;
}

body.theme-717tix .events-section .event-info {
	flex: 1;
	min-width: 0;
}

body.theme-717tix .events-section .event-name {
	font-weight: 600;
	font-size: 0.95rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.theme-717tix .events-section .event-meta {
	font-size: 0.75rem;
	color: var(--gray, #8a90a0);
	margin-top: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.theme-717tix .events-section .event-price {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 1.2rem;
	color: var(--gold, #f5c842);
	letter-spacing: 1px;
	white-space: nowrap;
}

@media (max-width: 900px) {
	body.theme-717tix .events-section {
		padding-left: 24px;
		padding-right: 24px;
	}

	body.theme-717tix .events-section .events-grid {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width: 600px) {
	body.theme-717tix .events-section .events-grid {
		grid-template-columns: 1fr;
	}
}

/* Ticket event page blocks — rely on wireframe.css for bar/header typography. */
body.theme-717tix .ticket-event-breadcrumbs.alignfull,
body.theme-717tix .ticket-event-header.alignfull,
body.theme-717tix .ticket-event-trust-bar.alignfull,
body.theme-717tix .ticket-event-inventory.alignfull {
	max-width: none;
	width: 100%;
}

body.theme-717tix.page-template-page-event .ticket-event-breadcrumbs.alignfull {
	padding-top: calc(env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset) + var(--site-nav-clearance));
	background: var(--navy-mid, #111827);
}

body.theme-717tix .ticket-event-breadcrumbs .breadcrumb {
	margin-top: 0;
}

body.theme-717tix .breadcrumb .breadcrumb-current {
	color: var(--white);
}

body.theme-717tix .event-title .event-title-vs {
	color: var(--red);
	text-shadow: 0 0 20px rgba(232, 25, 60, 0.6);
}

body.theme-717tix .event-title .event-title-subtitle {
	font-size: 0.55em;
	color: var(--gray);
	letter-spacing: 3px;
}

body.theme-717tix .event-title .event-title-team-link {
	color: inherit;
	text-decoration: none;
}

body.theme-717tix .event-title .event-title-team-link:hover,
body.theme-717tix .event-title .event-title-team-link:focus-visible {
	color: var(--orange);
	text-decoration: underline;
}

body.theme-717tix .ticket-event-header .event-meta-item {
	font-size: calc(0.8rem + 1pt);
}

body.theme-717tix .ticket-event-trust-bar .trust-item {
	font-size: calc(0.75rem - 1pt);
}

body.theme-717tix .ticket-event-trust-bar .trust-item .ti-icon {
	font-size: calc(0.9rem - 1pt);
}

body.theme-717tix .ticket-event-header-empty-message,
body.theme-717tix .ticket-event-venue-map-empty-message {
	padding: 32px 48px;
	color: var(--gray);
}

body.theme-717tix.page-template-page-event .wp-block-post-content > .ticket-event-header.alignfull:first-child .event-header {
	padding-top: calc(env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset) + var(--site-nav-clearance) + 32px);
}

body.theme-717tix.page-template-page-event .wp-block-post-content > .ticket-event-header.alignfull:first-child .ticket-event-header-empty-message {
	padding-top: calc(env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset) + var(--site-nav-clearance) + 32px);
}

body.theme-717tix .ticket-event-listings .ticket-event-listings-empty-message,
body.theme-717tix .ticket-event-inventory .listings-col .listings-count {
	max-width: none;
}

body.theme-717tix .ticket-event-inventory .listings-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

body.theme-717tix .ticket-listings-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

body.theme-717tix .ticket-listings-active-filters[hidden] {
	display: none !important;
}

body.theme-717tix .ticket-listings-active-filter {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 8px 6px 12px;
	border-radius: 100px;
	border: 1px solid rgba(247, 72, 2, 0.35);
	background: rgba(247, 72, 2, 0.12);
	color: var(--white);
	font-size: 0.8rem;
	line-height: 1.2;
}

body.theme-717tix .ticket-listings-active-filter__label {
	white-space: nowrap;
}

body.theme-717tix .ticket-listings-active-filter__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: var(--white);
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
}

body.theme-717tix .ticket-listings-active-filter__remove:hover {
	background: rgba(255, 255, 255, 0.22);
}

body.theme-717tix .ticket-listings-active-filter__remove:focus-visible {
	outline: 2px solid rgba(247, 72, 2, 0.85);
	outline-offset: 2px;
}

body.theme-717tix .ticket-event-inventory .ticket-card.ticket-card--quantity-filtered-out,
body.theme-717tix .ticket-event-inventory .ticket-card.ticket-card--section-filtered-out,
body.theme-717tix .ticket-event-inventory .ticket-card.ticket-card--delivery-filtered-out,
body.theme-717tix .ticket-event-inventory .ticket-card[hidden],
body.theme-717tix .ticket-event-listings .ticket-card.ticket-card--quantity-filtered-out,
body.theme-717tix .ticket-event-listings .ticket-card.ticket-card--section-filtered-out,
body.theme-717tix .ticket-event-listings .ticket-card.ticket-card--delivery-filtered-out,
body.theme-717tix .ticket-event-listings .ticket-card[hidden] {
	display: none !important;
}

body.theme-717tix .ticket-card {
	position: relative;
}

body.theme-717tix .ticket-card--unavailable,
body.theme-717tix .ticket-card--unavailable * {
	cursor: default;
}

body.theme-717tix .ticket-card--unavailable .ticket-info,
body.theme-717tix .ticket-card--unavailable .ticket-right,
body.theme-717tix .ticket-card--unavailable .best-deal-badge {
	opacity: 0.42;
}

body.theme-717tix .ticket-card--unavailable:hover {
	transform: none;
}

body.theme-717tix .ticket-card__unavailable-overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 24px;
	background: rgba(10, 15, 30, 0.72);
	border-radius: inherit;
	pointer-events: auto;
}

body.theme-717tix .ticket-card__unavailable-overlay[hidden] {
	display: none !important;
}

body.theme-717tix .ticket-card__unavailable-message {
	margin: 0;
	max-width: 28rem;
	color: var(--white, #f9f8f5);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-wrap: balance;
}

body.theme-717tix .ticket-card.best-deal {
	grid-template-areas:
		"best-deal-badge best-deal-badge"
		"ticket-info ticket-right";
	grid-template-columns: 1fr auto;
	align-items: center;
	row-gap: 10px;
}

body.theme-717tix .ticket-card.best-deal .best-deal-badge {
	position: static;
	grid-area: best-deal-badge;
	justify-self: end;
	margin: 0;
}

body.theme-717tix .ticket-card.best-deal .ticket-info {
	grid-area: ticket-info;
}

body.theme-717tix .ticket-card.best-deal .ticket-right {
	grid-area: ticket-right;
}

body.theme-717tix .ticket-event-inventory .ticket-listings-filter-empty-message {
	margin-top: 12px;
	color: rgba(249, 248, 245, 0.7);
	font-size: 0.95rem;
}

body.theme-717tix .ticket-delivery-method {
	margin-top: 4px;
	color: rgba(249, 248, 245, 0.62);
	font-size: 0.82rem;
	font-weight: 500;
}

body.theme-717tix .ticket-event-venue-map .seat-map-wrap--expandable,
body.theme-717tix .ticket-event-venue-map .seat-map-wrap--interactive {
	background: #0d1520;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	overflow: hidden;
	margin-bottom: 16px;
	position: relative;
}

body.theme-717tix .ticket-event-venue-map .seat-map-wrap--opens-float {
	cursor: pointer;
}

body.theme-717tix .ticket-event-venue-map .seat-map-wrap--opens-float:focus-visible {
	outline: 2px solid rgba(247, 72, 2, 0.85);
	outline-offset: 2px;
}

body.theme-717tix .ticket-event-venue-map .seat-map-wrap--opens-float .venue-map-svg--preview,
body.theme-717tix .ticket-event-venue-map .seat-map-wrap--opens-float img {
	pointer-events: none;
}

body.theme-717tix .ticket-event-venue-map .venue-map-svg,
body.theme-717tix .ticket-event-venue-map .seat-map-wrap--expandable img {
	width: 100%;
	height: auto;
	display: block;
}

body.theme-717tix .ticket-event-venue-map .venue-map-section--background {
	fill: #0d1520;
	stroke: none;
	pointer-events: none;
}

body.theme-717tix .ticket-event-venue-map .venue-map-section:not(.venue-map-section--background):not(.venue-map-section--selectable) {
	fill: #1a2233;
	stroke: #000000;
	stroke-width: 0.75;
	pointer-events: none;
}

body.theme-717tix .ticket-event-venue-map .venue-map-section--selectable {
	fill: #2a3550;
	stroke: #000000;
	stroke-width: 0.75;
	pointer-events: none;
}

body.theme-717tix .ticket-event-venue-map .venue-map-section--selectable.venue-map-section--available {
	fill: #f74802;
	opacity: 1;
}

body.theme-717tix .ticket-event-venue-map .venue-map-svg--preview.venue-map-svg--listing-hover .venue-map-section--selectable.venue-map-section--available:not(.venue-map-section--highlighted) {
	opacity: 0.4;
}

body.theme-717tix .ticket-event-venue-map .venue-map-section--selectable.venue-map-section--highlighted {
	fill: #ff8a3d;
	stroke: #ffffff;
	stroke-width: 1.5;
	opacity: 1;
}

body.theme-717tix .ticket-event-venue-map .seat-map-section-hint {
	margin: 0;
	padding: 10px 12px 12px;
	text-align: center;
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.28);
	pointer-events: none;
}

body.theme-717tix .ticket-event-venue-map .venue-map-section-inventory-data {
	display: none;
}

body.theme-717tix .venue-map-float {
	position: fixed;
	inset: 0;
	z-index: 10000;
	pointer-events: none;
}

body.theme-717tix .venue-map-float[hidden] {
	display: none !important;
}

body.theme-717tix .venue-map-float.is-open {
	display: block !important;
}

body.theme-717tix .venue-map-float__panel {
	position: fixed;
	z-index: 1;
	width: min(80vw, 960px);
	height: min(80vh, 760px);
	min-width: 360px;
	min-height: 300px;
	max-width: 95vw;
	max-height: 95vh;
	display: flex;
	flex-direction: column;
	background: #0d1520;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
	overflow: hidden;
	pointer-events: auto;
	resize: both;
}

body.theme-717tix .venue-map-float.is-resizing .venue-map-float__resize-handle {
	cursor: nwse-resize;
}

body.theme-717tix .venue-map-float__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	cursor: grab;
	user-select: none;
	touch-action: none;
}

body.theme-717tix .venue-map-float.is-dragging .venue-map-float__header {
	cursor: grabbing;
}

body.theme-717tix .venue-map-float__title {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--white, #f9f8f5);
}

body.theme-717tix .venue-map-float__close {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	background: var(--navy-mid, #111827);
	color: var(--white, #f9f8f5);
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
}

body.theme-717tix .venue-map-float__close:hover {
	border-color: rgba(255, 255, 255, 0.35);
}

body.theme-717tix .venue-map-float__body {
	position: relative;
	flex: 1;
	min-height: 0;
	overflow: auto;
	padding: 12px;
}

body.theme-717tix .venue-map-float__map-host {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.theme-717tix .venue-map-float__map-host .venue-map-svg--float,
body.theme-717tix .venue-map-float__static-image {
	width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
}

body.theme-717tix .venue-map-float__tooltip {
	position: fixed;
	z-index: 10001;
	min-width: 180px;
	max-width: 280px;
	padding: 10px 12px;
	border-radius: 6px;
	background: rgba(10, 15, 30, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--white, #f9f8f5);
	font-size: 0.75rem;
	line-height: 1.35;
	pointer-events: none;
	white-space: normal;
}

body.theme-717tix .venue-map-float__tooltip-line {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

body.theme-717tix .venue-map-float__tooltip-line + .venue-map-float__tooltip-line {
	margin-top: 8px;
}

body.theme-717tix .venue-map-float__tooltip-label {
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

body.theme-717tix .venue-map-float__tooltip-value {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--white, #f9f8f5);
}

body.theme-717tix .ticket-event-venue-map .venue-map-section-label,
body.theme-717tix .venue-map-float .venue-map-section-label {
	fill: #ffffff;
	stroke: #000000;
	stroke-width: 0.35px;
	paint-order: stroke fill;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	pointer-events: none;
	user-select: none;
}

body.theme-717tix .venue-map-float__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
	flex-shrink: 0;
}

body.theme-717tix .venue-map-float__resize-handle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 18px;
	height: 18px;
	cursor: nwse-resize;
	touch-action: none;
	background: linear-gradient(
		135deg,
		transparent 0 45%,
		rgba(255, 255, 255, 0.35) 45% 52%,
		transparent 52% 62%,
		rgba(255, 255, 255, 0.35) 62% 70%,
		transparent 70% 100%
	);
}

body.theme-717tix .venue-map-float__footer-label {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

body.theme-717tix .venue-map-float__footer-value {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--white, #f9f8f5);
	text-align: right;
}

body.theme-717tix .venue-map-float .venue-map-section--background {
	fill: #0d1520;
	stroke: none;
	pointer-events: none;
}

body.theme-717tix .venue-map-float .venue-map-section:not(.venue-map-section--background):not(.venue-map-section--selectable) {
	fill: #1a2233;
	stroke: #000000;
	stroke-width: 0.75;
	pointer-events: none;
}

body.theme-717tix .venue-map-float .venue-map-section--selectable {
	fill: #2a3550;
	stroke: #000000;
	stroke-width: 0.75;
	cursor: default;
	pointer-events: none;
	opacity: 0.55;
}

body.theme-717tix .venue-map-float .venue-map-section--selectable.venue-map-section--available {
	fill: #f74802 !important;
	opacity: 1;
	cursor: pointer;
	pointer-events: all;
}

body.theme-717tix .venue-map-float .venue-map-section--selectable.venue-map-section--available:hover,
body.theme-717tix .venue-map-float .venue-map-section--selectable.venue-map-section--available:focus-visible {
	fill: #ff8a3d;
	stroke: #000000;
	outline: none;
}

body.theme-717tix .venue-map-float .venue-map-section--selectable.venue-map-section--selected {
	fill: #e8193c !important;
	stroke: #000000;
	opacity: 1;
}

@media (max-width: 960px) {
	body.theme-717tix .venue-map-float__panel {
		width: 92vw;
		height: 82vh;
		max-width: 92vw;
		max-height: 82vh;
	}
}

@media (max-width: 960px) {
	body.theme-717tix .ticket-event-header-empty-message,
	body.theme-717tix .ticket-event-venue-map-empty-message {
		padding: 24px 20px;
	}
}

/* Popular Right Now listing page — same .events-section layout as the homepage block. */
body.theme-717tix.page-template-page-popular-right-now .events-section.sevenonetseven-popular-events-list,
body.theme-717tix.page-template-page-event-search .events-section.sevenonetseven-event-search-results {
	margin-top: 0;
	border-top: none;
	padding-top: calc(env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset) + var(--site-nav-clearance) + 80px);
}

body.theme-717tix .events-section.sevenonetseven-event-search-results .events-list {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

body.theme-717tix .events-section.sevenonetseven-event-search-results .events-list .event-card {
	width: 100%;
}

body.theme-717tix .popular-events-list-empty,
body.theme-717tix .event-search-results-empty {
	color: var(--gray, #8a90a0);
	font-size: 0.95rem;
	margin: 0;
}

body.theme-717tix .popular-events-list-loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 240px;
	padding: 48px 20px;
}

body.theme-717tix .popular-events-list-loading[hidden],
body.theme-717tix .popular-events-list-results[hidden],
body.theme-717tix .popular-events-list-error[hidden] {
	display: none;
}

body.theme-717tix .popular-events-list-loading-message,
body.theme-717tix .popular-events-list-error-message {
	margin: 0;
	color: var(--gray, #8a90a0);
	font-size: 0.95rem;
}

body.theme-717tix .popular-events-list-spinner {
	position: relative;
	width: 40px;
	height: 40px;
}

body.theme-717tix .popular-events-list-spinner::before {
	content: '';
	position: absolute;
	inset: 0;
	border: 3px solid rgba(249, 248, 245, 0.16);
	border-top-color: var(--red, #e8193c);
	border-radius: 50%;
	animation: checkout-lock-acquire-spin 0.8s linear infinite;
}

body.theme-717tix .popular-events-list-error {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 48px 20px;
}

body.theme-717tix .popular-events-list-retry-button {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--white, #f9f8f5);
	cursor: pointer;
	font-size: 0.875rem;
	padding: 10px 18px;
}

body.theme-717tix .popular-events-list-retry-button:hover {
	background: rgba(255, 255, 255, 0.1);
}

body.theme-717tix .popular-events-pagination {
	margin-top: 36px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

body.theme-717tix .popular-events-pagination-summary {
	margin: 0;
	color: var(--gray, #8a90a0);
	font-size: 0.85rem;
}

body.theme-717tix .popular-events-pagination-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.theme-717tix .popular-events-pagination-item .page-numbers {
	display: inline-block;
	min-width: 2.5rem;
	padding: 8px 12px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: var(--white, #f9f8f5);
	text-decoration: none;
	font-size: 0.85rem;
	text-align: center;
}

body.theme-717tix .popular-events-pagination-item .page-numbers:hover {
	background: rgba(255, 255, 255, 0.08);
}

body.theme-717tix .popular-events-pagination-item .page-numbers.current {
	border-color: rgba(232, 25, 60, 0.45);
	background: rgba(232, 25, 60, 0.15);
	color: var(--white, #f9f8f5);
}

/* Customer reviews — 717tix-redesign .reviews-section */
body.theme-717tix .reviews-section {
	padding: 80px 48px;
	background: var(--navy, #0a0f1e);
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

body.theme-717tix .reviews-section .reviews-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 48px;
	flex-wrap: wrap;
	gap: 20px;
}

body.theme-717tix .reviews-section .reviews-eyebrow {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--gold, #f5c842);
	margin-bottom: 10px;
}

body.theme-717tix .reviews-section .reviews-title {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 2.5rem;
	letter-spacing: 2px;
	line-height: 1;
}

body.theme-717tix .reviews-section .reviews-rating {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 10px;
	flex-wrap: wrap;
}

body.theme-717tix .reviews-section .stars {
	color: var(--gold, #f5c842);
	font-size: 1.3rem;
	letter-spacing: 2px;
}

body.theme-717tix .reviews-section .rating-num {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 2rem;
	letter-spacing: 1px;
	color: var(--gold, #f5c842);
}

body.theme-717tix .reviews-section .rating-count {
	font-size: 0.8rem;
	color: var(--gray, #8a90a0);
}

body.theme-717tix .reviews-section .reviews-google-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 20px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: var(--white, #f9f8f5);
	text-decoration: none;
	font-size: 0.8rem;
	font-weight: 600;
	transition: border-color 0.2s, background 0.2s;
	white-space: nowrap;
}

body.theme-717tix .reviews-section .reviews-google-btn:hover {
	border-color: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.04);
}

body.theme-717tix .reviews-section .reviews-widget-embed {
	margin-top: 0;
}

body.theme-717tix .reviews-section .reviews-widget-missing {
	margin: 0;
	padding: 20px 24px;
	border-radius: 8px;
	border: 1px solid rgba(245, 200, 66, 0.35);
	background: rgba(245, 200, 66, 0.08);
	color: var(--gold, #f5c842);
	font-size: 0.9rem;
}

body.theme-717tix .reviews-section .reviews-widget-embed--editor .reviews-widget-editor-note {
	margin: 0;
	padding: 28px;
	border-radius: 12px;
	border: 1px dashed rgba(255, 255, 255, 0.2);
	background: var(--card-bg, rgba(255, 255, 255, 0.04));
	color: rgba(249, 248, 245, 0.7);
	font-size: 0.9rem;
	line-height: 1.6;
}

/* Trustindex Widget for Google Reviews — blend plugin output with 717tix dark band */
body.theme-717tix .reviews-section .reviews-widget-embed .ti-widget {
	color: var(--white, #f9f8f5);
}

@media (max-width: 900px) {
	body.theme-717tix .reviews-section {
		padding: 60px 24px;
	}
}

/* About hero headline — 717tix-about.html .hero-title (scoped in style-wireframe.css; belt if merge regresses) */
body.theme-717tix .about-hero .hero-title {
	font-size: clamp(3.5rem, 8vw, 7rem);
}

/* About values — centered section header (717tix-about .values-section .section-header) */
body.theme-717tix .values-section .section-header {
	display: block;
	text-align: center;
	margin-bottom: 56px;
}

body.theme-717tix .values-section .section-eyebrow {
	margin-bottom: 12px;
}

body.theme-717tix .values-section .section-title-lg {
	margin: 0;
}

/* About page reviews — Trustindex embed (wireframe .reviews-section-about) */
body.theme-717tix .reviews-section-about .reviews-widget-embed {
	margin-top: 0;
}

body.theme-717tix .reviews-section-about .reviews-widget-missing {
	margin: 0;
	padding: 20px 24px;
	border-radius: 8px;
	border: 1px solid rgba(245, 200, 66, 0.35);
	background: rgba(245, 200, 66, 0.08);
	color: var(--gold, #f5c842);
	font-size: 0.9rem;
}

body.theme-717tix .reviews-section-about .reviews-widget-embed--editor .reviews-widget-editor-note {
	margin: 0;
	padding: 28px;
	border-radius: 12px;
	border: 1px dashed rgba(255, 255, 255, 0.2);
	background: var(--card-bg, rgba(255, 255, 255, 0.04));
	color: rgba(249, 248, 245, 0.7);
	font-size: 0.9rem;
	line-height: 1.6;
}

body.theme-717tix .reviews-section-about .reviews-widget-embed .ti-widget {
	color: var(--white, #f9f8f5);
}

/* Newsletter — 717tix-redesign .newsletter-banner */
body.theme-717tix .newsletter-banner {
	margin: 0 48px 80px;
	background: linear-gradient(135deg, #0d1a35 0%, #1a2440 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 64px 72px;
	position: relative;
	overflow: hidden;
}

body.theme-717tix .newsletter-banner::before {
	content: "";
	position: absolute;
	top: -80px;
	right: -80px;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle, rgba(232, 25, 60, 0.15) 0%, transparent 70%);
	pointer-events: none;
}

body.theme-717tix .newsletter-banner::after {
	content: "";
	position: absolute;
	bottom: -60px;
	left: 40%;
	width: 240px;
	height: 240px;
	background: radial-gradient(circle, rgba(245, 200, 66, 0.07) 0%, transparent 70%);
	pointer-events: none;
}

body.theme-717tix .newsletter-banner .nl-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 64px;
}

body.theme-717tix .newsletter-banner .nl-text {
	flex: 1;
}

body.theme-717tix .newsletter-banner .nl-eyebrow {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--gold, #f5c842);
	margin-bottom: 14px;
}

body.theme-717tix .newsletter-banner .nl-text h2,
body.theme-717tix .newsletter-banner .nl-title {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 3.2rem;
	letter-spacing: 2px;
	line-height: 1;
	color: var(--white, #f9f8f5);
	margin: 0;
}

body.theme-717tix .newsletter-banner .nl-description,
body.theme-717tix .newsletter-banner .nl-text p {
	margin-top: 14px;
	color: rgba(249, 248, 245, 0.55);
	font-size: 0.95rem;
	line-height: 1.65;
	max-width: 360px;
}

body.theme-717tix .newsletter-banner .nl-form {
	flex: 1;
}

body.theme-717tix .newsletter-banner .nl-signup-form {
	margin: 0;
}

body.theme-717tix .newsletter-banner .nl-input-wrap {
	display: flex;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	overflow: hidden;
	transition: border-color 0.2s, box-shadow 0.2s;
}

body.theme-717tix .newsletter-banner .nl-input-wrap:focus-within {
	border-color: rgba(232, 25, 60, 0.5);
	box-shadow: 0 0 0 3px rgba(232, 25, 60, 0.1);
}

body.theme-717tix .newsletter-banner .nl-input-wrap input {
	flex: 1;
	background: transparent;
	border: none;
	outline: none;
	color: var(--white, #f9f8f5);
	font-family: "DM Sans", sans-serif;
	font-size: 0.95rem;
	padding: 16px 18px;
	min-width: 0;
}

body.theme-717tix .newsletter-banner .nl-input-wrap input::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

body.theme-717tix .newsletter-banner .nl-input-wrap button {
	background: var(--red, #e8193c);
	border: none;
	cursor: pointer;
	color: #fff;
	padding: 16px 24px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background 0.2s;
}

body.theme-717tix .newsletter-banner .nl-input-wrap button:hover {
	background: var(--red-dark, #b5112c);
}

body.theme-717tix .newsletter-banner .nl-fine {
	margin-top: 10px;
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.3);
}

body.theme-717tix .newsletter-banner .nl-success {
	display: none;
	margin-top: 14px;
	background: rgba(34, 197, 94, 0.12);
	border: 1px solid rgba(34, 197, 94, 0.3);
	color: #4ade80;
	padding: 12px 16px;
	border-radius: 6px;
	font-size: 0.85rem;
}

body.theme-717tix .newsletter-banner .nl-success.visible {
	display: block;
}

@media (max-width: 900px) {
	body.theme-717tix .newsletter-banner {
		margin: 0 0 80px;
		padding: 40px 24px;
	}

	body.theme-717tix .newsletter-banner .nl-inner {
		flex-direction: column;
		gap: 32px;
	}

	body.theme-717tix .newsletter-banner .nl-description,
	body.theme-717tix .newsletter-banner .nl-text p {
		max-width: 100%;
	}

	body.theme-717tix .newsletter-banner .nl-form {
		width: 100%;
	}
}

@media (max-width: 600px) {
	body.theme-717tix .newsletter-banner .nl-input-wrap {
		flex-direction: column;
	}

	body.theme-717tix .newsletter-banner .nl-input-wrap button {
		border-radius: 0 0 6px 6px;
		width: 100%;
	}
}

@media (min-width: 901px) {
	body.theme-717tix .events-grid.wp-block-columns {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
		flex-wrap: unset !important;
	}

	body.theme-717tix .events-grid.wp-block-columns > .wp-block-column {
		flex-basis: unset !important;
	}
}

/*
 * Navigation is position:fixed in style-wireframe.css, so it does not reserve height in layout.
 * Pad post-content by default; exclude first blocks that already offset under the bar.
 */
body.theme-717tix.page-template-page-checkout {
	overflow-x: clip;
}

body.theme-717tix {
	/* Fallback until site-nav-clearance.js measures nav.site-nav (logo + actions row is ~88px). */
	--site-nav-clearance: 88px;
	--checkout-page-nav-clearance: 88px;
	--ticket-lock-hold-banner-clearance: 0px;
	scroll-padding-top: calc(env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset) + 120px);
}

body.theme-717tix.ticket-lock-hold-banner-visible .wp-site-blocks:not(:has(.checkout-page)) {
	padding-top: var(--ticket-lock-hold-banner-clearance);
}

@media (max-width: 900px) {
	body.theme-717tix {
		--site-nav-clearance: 128px;
	}
}

body.theme-717tix .wp-site-blocks main .wp-block-post-content,
body.theme-717tix .wp-site-blocks > .wp-block-post-content {
	padding-top: calc(env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset) + var(--site-nav-clearance));
	margin-block-start: 0;
}

body.theme-717tix:has(.checkout-page) .wp-site-blocks main .wp-block-post-content,
body.theme-717tix:has(.checkout-page) .wp-site-blocks > .wp-block-post-content,
body.theme-717tix.page-template-page-checkout .wp-site-blocks main .wp-block-post-content,
body.theme-717tix.page-template-page-checkout .wp-site-blocks > .wp-block-post-content {
	padding-top: calc(env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset));
}

/* Homepage compact hero: wireframe used 120px top band below fixed nav — enforce minimum clearance. */
body.theme-717tix.home .wp-site-blocks main .wp-block-post-content,
body.theme-717tix.home .wp-site-blocks > .wp-block-post-content {
	padding-top: calc(env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset) + max(var(--site-nav-clearance), 120px));
}

body.theme-717tix .wp-site-blocks main .wp-block-post-content:has(> .about-hero:first-child),
body.theme-717tix .wp-site-blocks main .wp-block-post-content:has(> .sevenonetseven-about-hero:first-child),
body.theme-717tix .wp-site-blocks main .wp-block-post-content:has(> .page-hero:first-child),
body.theme-717tix .wp-site-blocks main .wp-block-post-content:has(> .sevenonetseven-page-hero:first-child),
body.theme-717tix .wp-site-blocks main .wp-block-post-content:has(> .performer-hero:first-child),
body.theme-717tix .wp-site-blocks main .wp-block-post-content:has(> .sevenonetseven-performer-hub-dynamic:first-child),
body.theme-717tix .wp-site-blocks main .wp-block-post-content:has(> .ticket-event-breadcrumbs:first-child),
body.theme-717tix .wp-site-blocks main .wp-block-post-content:has(> .ticket-event-header:first-child),
body.theme-717tix.page-template-page-popular-right-now .wp-block-post-content:has(> .events-section:first-child),
body.theme-717tix.page-template-page-event-search .wp-block-post-content:has(> .events-section:first-child),
body.theme-717tix.page-template-page-terms .wp-block-post-content,
body.theme-717tix .wp-site-blocks > main.wp-block-group:has(> .wp-block-post-title) .wp-block-post-content {
	padding-top: 0;
}

/* Wireframe top margins clear fixed nav only — extend when the WP admin bar is visible. */
body.admin-bar.theme-717tix .about-hero,
body.admin-bar.theme-717tix .page-hero,
body.admin-bar.theme-717tix .performer-hero,
body.admin-bar.theme-717tix.page-template-page-terms .wp-block-post-content {
	margin-top: calc(73px + var(--wp-admin-bar-offset));
}

/* Default page / post templates: title clears fixed nav; post-content stays flush below title. */
body.theme-717tix .wp-site-blocks > main.wp-block-group:has(> .wp-block-post-title) {
	padding-top: calc(env(safe-area-inset-top, 0px) + var(--wp-admin-bar-offset) + var(--site-nav-clearance));
}


/* Trust badge above hero — core/paragraph does not support custom className; style via parent group. */
body.theme-717tix .home-hero-prefix > p.has-small-font-size {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(232, 25, 60, 0.15);
	border: 1px solid rgba(232, 25, 60, 0.4);
	color: #ff6680;
	padding: 6px 14px;
	border-radius: 100px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
	animation: sevenonetseven-hero-badge-fadeup 0.6s ease both;
}

body.theme-717tix .home-hero-prefix > p.has-small-font-size::before {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--red, #e8193c);
	border-radius: 50%;
	box-shadow: 0 0 6px var(--red, #e8193c);
	animation: sevenonetseven-hero-badge-pulse 1.8s ease-in-out infinite;
}

@keyframes sevenonetseven-hero-badge-fadeup {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes sevenonetseven-hero-badge-pulse {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.35;
	}
}

/* Badge sits above headline; post-content padding-top clears fixed nav — no extra hero top padding */
body.theme-717tix .home-hero-prefix + section.hero {
	padding-top: 0;
}

/* Hero trust row — match wireframe spacing (717tix-redesign .trust-pill). */
body.theme-717tix .hero .trust-pill {
	margin-top: 48px;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	align-items: center;
}

body.theme-717tix .hero .trust-pill > .wp-block-sevenonetseven-tix-trust-item {
	display: contents;
}

body.theme-717tix .hero .trust-pill .trust-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.8rem;
	color: rgba(249, 248, 245, 0.5);
	letter-spacing: 0.5px;
	font-weight: 400;
}

body.theme-717tix .hero .trust-pill .trust-item svg {
	color: var(--gold, #f5c842);
	flex-shrink: 0;
}

body.theme-717tix .hero .trust-pill .trust-item a.contact-location-phone {
	color: var(--white);
	font-weight: 600;
}

/* Phone links — match /contact-us/ .contact-location-phone */
body.theme-717tix a[href^="tel:"],
body.theme-717tix a.contact-location-phone {
	color: var(--white);
	font-weight: 600;
	text-decoration: none;
}

body.theme-717tix .suite-section .b-sub a.contact-location-phone {
	font-size: 0.88rem;
}

body.theme-717tix .terms-page-sheet a[href^="tel:"] {
	color: #222222;
}

/* Private suite banner — 717tix-redesign_4 .suite-section / .suite-banner */
body.theme-717tix .suite-section {
	position: relative;
	z-index: 2;
	padding: 0 48px 60px;
}

/*
 * Homepage: full-width band under the hero column (wireframe places .suite-section
 * after .hero-content, not inside the 700px column).
 */
body.theme-717tix section.hero > .wp-block-sevenonetseven-tix-private-suite-banner,
body.theme-717tix section.hero > .suite-section {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin-top: 48px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

body.theme-717tix section.hero > .wp-block-sevenonetseven-tix-private-suite-banner.alignfull,
body.theme-717tix section.hero > .suite-section.alignfull {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.theme-717tix .suite-section .banner {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

body.theme-717tix .suite-section .banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 2;
}

body.theme-717tix .suite-section .suite-banner {
	background: linear-gradient(135deg, #040f1f 0%, #071830 40%, #0a0f1e 100%);
	border: 1px solid rgba(56, 189, 248, 0.3);
}

body.theme-717tix .suite-section .suite-banner::before {
	background: linear-gradient(90deg, transparent, #38bdf8, transparent);
}

body.theme-717tix .suite-section .suite-banner::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 70% 80% at 100% 50%, rgba(56, 189, 248, 0.08) 0%, transparent 65%);
	pointer-events: none;
}

body.theme-717tix .suite-section .banner-main {
	padding: 32px;
	position: relative;
	z-index: 2;
}

body.theme-717tix .suite-section .b-eyebrow {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #38bdf8;
}

body.theme-717tix .suite-section .b-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(2rem, 3.5vw, 2.8rem);
	letter-spacing: 2px;
	line-height: 0.95;
}

body.theme-717tix .suite-section .b-title em {
	font-style: normal;
	color: #38bdf8;
	display: block;
}

body.theme-717tix .suite-section .b-desc {
	font-family: 'DM Serif Display', serif;
	font-style: italic;
	font-size: 0.9rem;
	color: rgba(249, 248, 245, 0.55);
	margin-top: 14px;
	line-height: 1.65;
}

body.theme-717tix .suite-section .b-perks {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: 16px;
}

body.theme-717tix .suite-section .b-perk {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 0.75rem;
	color: rgba(249, 248, 245, 0.6);
}

body.theme-717tix .suite-section .dot-blue {
	width: 5px;
	height: 5px;
	background: #38bdf8;
	border-radius: 50%;
	flex-shrink: 0;
}

body.theme-717tix .suite-section .btn-suite {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: 24px;
	background: #38bdf8;
	color: var(--white);
	padding: 16px 24px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: opacity 0.2s, transform 0.15s;
	box-shadow: 0 4px 20px rgba(56, 189, 248, 0.3);
}

body.theme-717tix .suite-section .btn-suite:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

body.theme-717tix .suite-section .b-sub {
	text-align: center;
	margin-top: 10px;
	font-size: 0.72rem;
	color: rgba(249, 248, 245, 0.35);
}

@media (max-width: 768px) {
	body.theme-717tix .suite-section {
		padding-left: 24px;
		padding-right: 24px;
	}

	body.theme-717tix section.hero > .wp-block-sevenonetseven-tix-private-suite-banner,
	body.theme-717tix section.hero > .suite-section {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Site footer — link row matches 717tix-contact.html .page-footer */
body.theme-717tix .footer-note {
	line-height: 1.8;
}

body.theme-717tix .footer-note a {
	color: var(--gray);
	text-decoration: none;
}

body.theme-717tix .footer-note a:hover {
	color: var(--white);
}

/* Terms page — wireframe docx typography belt (717tix-terms-and-conditions.html) */
body.theme-717tix .terms-page-sheet {
	background: #ffffff;
	color: #222222;
}

/* Entertainment performer hub — stage gradient instead of hockey ice */
body.theme-717tix .performer-hero--entertainment .hero-stage {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 80% 60% at 50% 100%, color-mix(in srgb, var(--performer-accent) 28%, transparent), transparent 70%),
		linear-gradient(180deg, transparent 40%, rgba(10, 15, 30, 0.35) 100%);
	opacity: 0.9;
}

body.theme-717tix .js-upcoming-events-root .col-header {
	margin-bottom: 24px;
}
