.hnkg-ticket-flow {
	--hnkg-red: #991219;
	--hnkg-red-strong: #c01822;
	--hnkg-dark: #120b0c;
	--hnkg-gold: #ffcd40;
	--hnkg-line: #e5e5e5;
	--hnkg-muted: #666;
	color: var(--hnkg-dark);
	font-family: inherit;
}

.hnkg-ticket-flow-header {
	margin: 0 auto 24px;
	max-width: 1120px;
	text-align: center;
}

.hnkg-ticket-flow-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
	padding: 8px 18px;
	border-radius: 999px;
	background: var(--hnkg-gold);
	color: #23150d;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.hnkg-ticket-flow-header h2 {
	margin: 0;
	font-size: clamp(32px, 5vw, 56px);
	line-height: 1.02;
}

.hnkg-ticket-flow-header p:not(.hnkg-ticket-flow-kicker) {
	margin: 12px auto 0;
	max-width: 760px;
	color: var(--hnkg-muted);
	font-size: 18px;
}

.hnkg-ticket-flow-shell {
	margin: 0 auto;
	max-width: 1360px;
	border: 1px solid rgba(153, 18, 25, .08);
	border-radius: 16px;
	background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
	box-shadow: 0 22px 70px rgba(0, 0, 0, .14);
	overflow: clip;
}

.hnkg-ticket-flow-notices {
	padding: 18px 24px 0;
}

.hnkg-ticket-flow-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	padding: 14px;
	border-bottom: 1px solid rgba(153, 18, 25, .1);
	background:
		linear-gradient(90deg, rgba(153, 18, 25, .08), rgba(255, 205, 64, .12)),
		#f8f8f8;
}

.hnkg-ticket-flow-steps button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	border: 1px solid rgba(153, 18, 25, .1);
	border-radius: 999px;
	background: rgba(255, 255, 255, .85);
	color: #555;
	font: inherit;
	font-weight: 900;
	line-height: 1.1;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.hnkg-ticket-flow-steps button:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(153, 18, 25, .12);
}

.hnkg-ticket-flow-steps button.is-active {
	border-color: rgba(153, 18, 25, .95);
	background: linear-gradient(135deg, var(--hnkg-red), var(--hnkg-red-strong));
	color: #fff;
	box-shadow: 0 12px 28px rgba(153, 18, 25, .24);
}

.hnkg-ticket-flow-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 34px;
	padding: 38px;
}

.hnkg-ticket-flow[data-current-step="2"] .hnkg-ticket-flow-grid {
	grid-template-columns: minmax(0, 1fr);
}

.hnkg-ticket-flow[data-current-step="2"] .hnkg-ticket-summary {
	display: none;
}

.hnkg-ticket-flow-panels {
	min-width: 0;
}

.hnkg-ticket-flow-panel {
	display: none;
}

.hnkg-ticket-flow-panel.is-active {
	display: block;
}

.hnkg-ticket-step-two-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 24px;
	align-items: start;
}

.hnkg-ticket-flow-panel h3 {
	margin: 0 0 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--hnkg-red);
	font-size: 24px;
	line-height: 1.2;
}

.hnkg-ticket-flow-panel p {
	margin: 0 0 22px;
	color: var(--hnkg-muted);
}

.hnkg-ticket-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 24px;
	margin: 22px 0 24px;
}

.hnkg-ticket-field {
	display: grid;
	gap: 6px;
}

.hnkg-ticket-field span {
	color: #555;
	font-size: 13px;
	font-weight: 900;
}

.hnkg-ticket-field input {
	width: 100%;
	min-height: 46px;
	border: 0;
	border-bottom: 2px solid #d9d9d9;
	border-radius: 0;
	background: #fff;
	color: #111;
	font: inherit;
	font-weight: 800;
	outline: 0;
}

.hnkg-ticket-field input:focus {
	border-bottom-color: var(--hnkg-red);
}

.hnkg-ticket-benefits,
.hnkg-ticket-review {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 20px 0 24px;
}

.hnkg-ticket-benefits div,
.hnkg-ticket-review div,
.hnkg-ticket-membership-note,
.hnkg-ticket-summary-card {
	padding: 16px;
	border: 1px solid var(--hnkg-line);
	border-radius: 8px;
	background: #fafafa;
}

.hnkg-ticket-benefits strong {
	display: block;
	margin-bottom: 5px;
	color: var(--hnkg-red);
	font-size: 24px;
	line-height: 1;
}

.hnkg-ticket-benefits span,
.hnkg-ticket-membership-note span {
	font-weight: 700;
}

.hnkg-ticket-physical-delivery {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 18px 0 20px;
	padding: 16px;
	border: 1px solid rgba(153, 18, 25, .18);
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(255, 252, 225, .95), rgba(255, 241, 242, .85));
	color: #111;
	cursor: pointer;
}

.hnkg-ticket-physical-delivery input {
	width: 20px;
	height: 20px;
	margin-top: 3px;
	accent-color: var(--hnkg-red);
	flex: 0 0 auto;
}

.hnkg-ticket-physical-delivery span {
	display: grid;
	gap: 4px;
}

.hnkg-ticket-physical-delivery strong {
	color: var(--hnkg-dark);
	font-size: 16px;
	line-height: 1.25;
}

.hnkg-ticket-physical-delivery small {
	color: var(--hnkg-muted);
	font-size: 13px;
	line-height: 1.4;
}

.hnkg-ticket-membership-note {
	display: grid;
	gap: 4px;
	margin-top: 16px;
}

.hnkg-ticket-membership-note strong {
	color: var(--hnkg-red);
	font-size: 18px;
}

.hnkg-ticket-membership-note.is-active {
	border-color: rgba(69, 160, 73, .35);
	background: #f0fff2;
}

.hnkg-ticket-membership-note.is-active strong {
	color: #237a2a;
}

.hnkg-ticket-product-form {
	position: relative;
	padding: 18px;
	border: 1px solid rgba(153, 18, 25, .1);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.hnkg-ticket-product-form form.cart {
	margin-bottom: 0;
}

.hnkg-ticket-product-form .single_add_to_cart_button {
	display: none !important;
}

.hnkg-ticket-product-form .variations_form,
.hnkg-ticket-product-form .single_variation_wrap,
.hnkg-ticket-product-form .woocommerce-variation,
.hnkg-ticket-product-form .woocommerce-variation-add-to-cart {
	max-width: 100%;
}

.hnkg-ticket-product-form table.variations {
	width: 100%;
	margin-bottom: 18px;
}

.hnkg-ticket-product-form table.variations th,
.hnkg-ticket-product-form table.variations td {
	display: block;
	padding: 0 0 8px;
	text-align: left;
}

.hnkg-ticket-product-form table.variations select {
	min-height: 46px;
	border: 1px solid var(--hnkg-line);
	border-radius: 8px;
	background: #fff;
}

.hnkg-ticket-product-form .fooevents_seating_chart {
	position: absolute !important;
	display: block !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	white-space: nowrap !important;
}

.hnkg-ticket-seat-picker {
	display: grid;
	gap: 10px;
	margin-top: 18px;
	padding: 16px;
	border: 1px solid rgba(153, 18, 25, .12);
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(153, 18, 25, .06), rgba(255, 205, 64, .12)),
		#fff;
}

.hnkg-ticket-seat-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: 8px;
	background: var(--hnkg-red);
	color: #fff;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
}

.hnkg-ticket-seat-open:disabled {
	background: #d8d8d8;
	color: #777;
	cursor: not-allowed;
}

.hnkg-ticket-seat-picker p {
	margin: 0;
	color: var(--hnkg-muted);
	font-size: 14px;
}

.hnkg-ticket-inline-seating {
	width: 100%;
	max-width: 100%;
	margin-top: 18px;
	overflow: hidden;
}

.hnkg-ticket-inline-seating:empty {
	display: none;
}

.hnkg-ticket-inline-seating .ui-dialog {
	position: static !important;
	top: auto !important;
	left: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--hnkg-line) !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: none !important;
	z-index: auto !important;
	overflow: hidden !important;
}

.hnkg-ticket-inline-seating .ui-dialog-titlebar {
	display: none !important;
}

.hnkg-ticket-inline-seating .ui-dialog-content,
.hnkg-ticket-inline-seating #fooevents_seating_dialog {
	display: block !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: none !important;
	padding: 18px !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
}

.hnkg-ticket-inline-seating .fooevents_seating_chart_legend {
	margin-bottom: 18px;
}

.hnkg-ticket-inline-seating .seat_container {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	overflow: visible !important;
}

.hnkg-ticket-inline-seating .row_container,
.hnkg-ticket-inline-seating [class*="row_container"],
.hnkg-ticket-inline-seating [id^="fooevents_variation_"] {
	width: 100% !important;
	max-width: 100% !important;
	overflow: visible !important;
}

.hnkg-ticket-inline-seating .fooevents_seating_chart_view_row_name {
	width: 100% !important;
	max-width: 100% !important;
	margin: 18px 0 8px;
	white-space: normal !important;
	font-weight: 800;
}

.hnkg-ticket-inline-seating .fooevents_seating_chart_view_row {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center;
	width: 100% !important;
	max-width: 100% !important;
	white-space: normal !important;
}

.hnkg-ticket-inline-seating .row_container.unavailable_variation,
.hnkg-ticket-inline-seating [class*="row_container"].unavailable_variation {
	display: none !important;
}

.hnkg-ticket-inline-seating [id^="fooevents_variation_"].hnkg-ticket-visible-variation {
	display: block !important;
}

.hnkg-ticket-inline-seating [id^="fooevents_variation_"].hnkg-ticket-hidden-variation {
	display: none !important;
}

.hnkg-ticket-inline-seating .fooevents_seating_chart_view_row span.unavailable {
	display: inline-block !important;
}

.hnkg-ticket-inline-seating .fooevents_seating_chart_view_row span {
	min-width: 30px;
	min-height: 30px;
	margin: 2px;
	border-radius: 6px;
	font-size: 12px;
	line-height: 30px;
}

.hnkg-ticket-flow.has-inline-seating .hnkg-ticket-product-form .fooevents_seating_chart {
	position: absolute !important;
	display: block !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

.hnkg-ticket-inline-seating + .clear {
	display: none;
}

body.hnkg-ticket-native-seating-open #fooevents_seating_dialog .seat_container {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	overflow: visible !important;
}

body.hnkg-ticket-native-seating-open #fooevents_seating_dialog {
	padding-bottom: 24px !important;
}

body.hnkg-ticket-native-seating-open #fooevents_seating_dialog .row_container,
body.hnkg-ticket-native-seating-open #fooevents_seating_dialog [class*="row_container"],
body.hnkg-ticket-native-seating-open #fooevents_seating_dialog [id^="fooevents_variation_"] {
	width: 100% !important;
	max-width: 100% !important;
	overflow: visible !important;
}

body.hnkg-ticket-native-seating-open #fooevents_seating_dialog .fooevents_seating_chart_view_row_name {
	width: 100% !important;
	max-width: 100% !important;
	margin: 18px 0 8px;
	white-space: normal !important;
	font-weight: 800;
}

body.hnkg-ticket-native-seating-open #fooevents_seating_dialog .fooevents_seating_chart_view_row {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center;
	width: 100% !important;
	max-width: 100% !important;
	white-space: normal !important;
}

body.hnkg-ticket-native-seating-open #fooevents_seating_dialog .row_container.unavailable_variation,
body.hnkg-ticket-native-seating-open #fooevents_seating_dialog [class*="row_container"].unavailable_variation {
	display: none !important;
}

body.hnkg-ticket-native-seating-open #fooevents_seating_dialog [id^="fooevents_variation_"].hnkg-ticket-visible-variation {
	display: block !important;
}

body.hnkg-ticket-native-seating-open #fooevents_seating_dialog [id^="fooevents_variation_"].hnkg-ticket-hidden-variation {
	display: none !important;
}

body.hnkg-ticket-native-seating-open #fooevents_seating_dialog .fooevents_seating_chart_view_row span.unavailable {
	display: inline-block !important;
}

body.hnkg-ticket-native-seating-open #fooevents_seating_dialog .fooevents_seating_chart_view_row span {
	min-width: 30px;
	min-height: 30px;
	margin: 2px;
	border-radius: 6px;
	font-size: 12px;
	line-height: 30px;
}

body.hnkg-ticket-native-seating-open .ui-dialog .ui-dialog-titlebar {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	min-height: 52px !important;
	padding: 8px 54px 8px 16px !important;
	color: #000 !important;
}

body.hnkg-ticket-native-seating-open .ui-dialog .ui-dialog-title {
	color: #000 !important;
	font-weight: 800 !important;
}

body.hnkg-ticket-native-seating-open .ui-dialog .hnkg-ticket-modal-actions {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 8px !important;
	margin-left: auto !important;
}

body.hnkg-ticket-native-seating-open .ui-dialog .hnkg-ticket-modal-actions #fooevents_seating_select_seats,
body.hnkg-ticket-native-seating-open .ui-dialog .hnkg-ticket-modal-actions .fooevents_seating_select_seats {
	position: static !important;
	inset: auto !important;
	z-index: auto !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-width: 160px !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 9px 16px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #ffcd40 !important;
	box-shadow: 0 8px 22px rgba(153, 18, 25, .24) !important;
	color: #000 !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.15 !important;
	text-align: center !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	cursor: pointer !important;
}

body.hnkg-ticket-native-seating-open .ui-dialog .hnkg-ticket-modal-actions #fooevents_seating_select_seats:hover,
body.hnkg-ticket-native-seating-open .ui-dialog .hnkg-ticket-modal-actions #fooevents_seating_select_seats:focus-visible,
body.hnkg-ticket-native-seating-open .ui-dialog .hnkg-ticket-modal-actions .fooevents_seating_select_seats:hover,
body.hnkg-ticket-native-seating-open .ui-dialog .hnkg-ticket-modal-actions .fooevents_seating_select_seats:focus-visible {
	background: #f03121 !important;
	box-shadow: 0 10px 26px rgba(240, 49, 33, .34) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

body.hnkg-ticket-native-seating-open .ui-dialog .hnkg-ticket-modal-actions #fooevents_seating_select_seats:disabled,
body.hnkg-ticket-native-seating-open .ui-dialog .hnkg-ticket-modal-actions .fooevents_seating_select_seats:disabled {
	background: #d9d9d9 !important;
	box-shadow: none !important;
	color: #777 !important;
	cursor: not-allowed !important;
}

@media (max-width: 640px) {
	body.hnkg-ticket-native-seating-open .ui-dialog .ui-dialog-titlebar {
		padding-right: 46px !important;
	}

	body.hnkg-ticket-native-seating-open .ui-dialog .hnkg-ticket-modal-actions #fooevents_seating_select_seats,
	body.hnkg-ticket-native-seating-open .ui-dialog .hnkg-ticket-modal-actions .fooevents_seating_select_seats {
		min-width: 0 !important;
		padding-inline: 12px !important;
		font-size: 13px !important;
	}
}

.hnkg-ticket-seat-info {
	margin-top: 24px;
	padding: 18px;
	border: 1px solid rgba(153, 18, 25, .1);
	border-radius: 12px;
	background:
		radial-gradient(circle at 100% 0%, rgba(255, 205, 64, .12), transparent 34%),
		#fff;
}

.hnkg-ticket-seat-info-head {
	display: grid;
	gap: 6px;
	margin-bottom: 14px;
}

.hnkg-ticket-seat-info-head p {
	margin: 0;
}

.hnkg-ticket-seat-info-head p:not(.hnkg-ticket-summary-label) {
	color: var(--hnkg-muted);
	font-size: 14px;
}

.hnkg-ticket-seat-overview {
	margin: 18px 0 22px;
	padding: 14px;
	border: 1px solid rgba(153, 18, 25, .12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
}

.hnkg-ticket-seat-overview a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	background: #111;
}

.hnkg-ticket-seat-overview a::after {
	content: "Otvori veći prikaz";
	position: absolute;
	right: 12px;
	bottom: 12px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(18, 11, 12, .84);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	pointer-events: none;
}

.hnkg-ticket-seat-overview img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	transition: transform .2s ease;
}

.hnkg-ticket-seat-overview a:hover img {
	transform: scale(1.01);
}

.hnkg-ticket-seat-map-accordion {
	margin: 18px 0 0;
	border: 1px solid rgba(153, 18, 25, .12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
	overflow: hidden;
}

.hnkg-ticket-seat-map-accordion summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 58px;
	padding: 14px 54px 14px 16px;
	color: var(--hnkg-red);
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

.hnkg-ticket-seat-map-accordion summary::-webkit-details-marker {
	display: none;
}

.hnkg-ticket-seat-map-accordion summary::after {
	content: "+";
	position: absolute;
	right: 16px;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: var(--hnkg-red);
	color: #fff;
	font-size: 20px;
	line-height: 1;
	transform: translateY(-50%);
}

.hnkg-ticket-seat-map-accordion[open] summary {
	border-bottom: 1px solid rgba(153, 18, 25, .1);
}

.hnkg-ticket-seat-map-accordion[open] summary::after {
	content: "-";
}

.hnkg-ticket-seat-map-accordion summary small {
	color: var(--hnkg-muted);
	font-size: 13px;
	font-weight: 700;
	text-align: right;
}

@media (max-width: 640px) {
	.hnkg-ticket-seat-map-accordion summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding-right: 50px;
	}

	.hnkg-ticket-seat-map-accordion summary small {
		text-align: left;
	}
}

.hnkg-ticket-seat-map-list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
	padding: 16px;
}

.hnkg-ticket-seat-map {
	grid-column: span 2;
	margin: 0;
}

.hnkg-ticket-seat-map:nth-child(-n+2) {
	grid-column: span 3;
}

.hnkg-ticket-seat-map figcaption {
	margin-bottom: 8px;
	color: var(--hnkg-red);
	font-weight: 900;
}

.hnkg-ticket-seat-map a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--hnkg-line);
	border-radius: 10px;
	background: #f8f8f8;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
}

.hnkg-ticket-seat-map a::after {
	content: "Otvori PDF";
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(18, 11, 12, .82);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	pointer-events: none;
}

.hnkg-ticket-seat-map img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	transition: transform .2s ease;
}

.hnkg-ticket-seat-map a:hover img {
	transform: scale(1.02);
}

.hnkg-ticket-review span {
	display: block;
	margin-bottom: 3px;
	color: #666;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.hnkg-ticket-review strong {
	color: #111;
}

.hnkg-ticket-flow-actions {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 28px;
}

.hnkg-ticket-btn {
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 6px;
	background: var(--hnkg-red);
	color: #fff;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
}

.hnkg-ticket-btn-secondary {
	background: #eee;
	color: #222;
}

.hnkg-ticket-btn-submit {
	display: none;
	background: var(--hnkg-gold);
	color: #1b1110;
}

.hnkg-ticket-flow.is-final-step .hnkg-ticket-btn-submit {
	display: inline-flex;
	align-items: center;
}

.hnkg-ticket-flow.is-final-step [data-hnkg-ticket-next] {
	display: none;
}

.hnkg-ticket-summary {
	position: sticky;
	top: 24px;
	align-self: start;
	display: grid;
	gap: 16px;
}

.hnkg-ticket-live-card {
	padding: 16px;
	border: 1px solid rgba(153, 18, 25, .08);
	border-radius: 14px;
	background:
		radial-gradient(circle at 50% 0%, rgba(255, 205, 64, .16), transparent 38%),
		#fff;
	box-shadow: 0 16px 38px rgba(0, 0, 0, .08);
}

.hnkg-ticket-live-card-inline {
	position: sticky;
	top: 18px;
}

.hnkg-ticket-live-card .hnkg-annual-card-stack {
	grid-template-columns: 1fr;
	gap: 12px;
}

.hnkg-ticket-live-card .hnkg-annual-card-front {
	display: none;
}

.hnkg-ticket-live-card .hnkg-annual-card-back {
	min-height: 0;
	padding: 22px;
	border-radius: 12px;
	box-shadow: none;
}

.hnkg-ticket-live-card .hnkg-annual-card-title {
	font-size: 28px;
}

.hnkg-ticket-live-card .hnkg-annual-card-row {
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 10px;
}

.hnkg-ticket-live-card .hnkg-annual-card-row strong {
	min-height: 32px;
	padding: 7px 11px;
	font-size: 13px;
	white-space: normal;
	word-break: break-word;
}

.hnkg-ticket-live-card .hnkg-annual-card-back p {
	margin-top: 10px;
	font-size: 12px;
}

.hnkg-ticket-summary-card {
	background:
		radial-gradient(circle at 50% 0%, rgba(255, 205, 64, .16), transparent 38%),
		#fff;
}

.hnkg-ticket-example {
	padding: 14px;
	border: 1px solid rgba(153, 18, 25, .08);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(0, 0, 0, .08);
}

.hnkg-ticket-example img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.hnkg-ticket-summary-label {
	margin: 0 0 6px;
	color: #555;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.hnkg-ticket-summary-card h3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.15;
}

.hnkg-ticket-flow-notice {
	padding: 16px;
	border-left: 4px solid #b91c1c;
	background: #fee2e2;
	color: #7f1d1d;
}

.hnkg-annual-account-card {
	max-width: 980px;
}

.hnkg-annual-card-stack {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.hnkg-annual-card-front,
.hnkg-annual-card-back {
	position: relative;
	min-height: 310px;
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
	overflow: hidden;
}

.hnkg-annual-card-front {
	background: #991219;
}

.hnkg-annual-card-front img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hnkg-annual-front-season {
	position: absolute;
	left: 7%;
	bottom: 7%;
	padding: 8px 18px;
	border: 2px solid var(--hnkg-gold);
	border-radius: 999px;
	background: rgba(153, 18, 25, .86);
	color: #fff;
	font-weight: 900;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .7);
}

.hnkg-annual-card-back {
	display: grid;
	align-content: center;
	gap: 14px;
	padding: 34px;
	border: 2px solid rgba(255, 205, 64, .75);
	background:
		linear-gradient(rgba(153, 18, 25, .9), rgba(153, 18, 25, .9)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='120' viewBox='0 0 240 120'%3E%3Cg fill='none' stroke='%23ffcd40' stroke-opacity='.22'%3E%3Cpath d='M0 20 40 60 80 10 120 70 160 30 200 90 240 40'/%3E%3Cpath d='M0 100 60 50 120 110 180 55 240 100'/%3E%3C/g%3E%3C/svg%3E");
	color: #fff;
}

.hnkg-annual-card-title {
	margin-bottom: 8px;
	color: #fff;
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 3px 0 rgba(0, 0, 0, .35);
}

.hnkg-annual-card-row {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
}

.hnkg-annual-card-row span {
	color: #fff;
	font-weight: 800;
}

.hnkg-annual-card-row strong {
	min-height: 38px;
	padding: 8px 14px;
	border: 2px solid var(--hnkg-gold);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-weight: 900;
	line-height: 1.1;
}

.hnkg-annual-card-back p {
	margin: 18px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 980px) {
	.hnkg-ticket-flow-grid {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.hnkg-ticket-step-two-layout {
		grid-template-columns: 1fr;
	}

	.hnkg-ticket-summary {
		position: static;
		order: -1;
	}

	.hnkg-annual-card-stack {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.hnkg-ticket-flow-steps,
	.hnkg-ticket-field-grid,
	.hnkg-ticket-benefits,
	.hnkg-ticket-review,
	.hnkg-ticket-seat-map-list {
		grid-template-columns: 1fr;
	}

	.hnkg-ticket-flow-actions {
		flex-direction: column;
	}

	.hnkg-ticket-btn {
		width: 100%;
		justify-content: center;
	}

	.hnkg-annual-card-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.hnkg-annual-card-front,
	.hnkg-annual-card-back {
		min-height: 260px;
	}
}

/* Annual ticket official card artwork overrides. */
.hnkg-annual-card-preview {
	position: relative;
	width: 100%;
	aspect-ratio: 2000 / 1260;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 18px;
	background: transparent;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
	overflow: hidden;
}

.hnkg-annual-card-preview img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hnkg-annual-card-back,
.hnkg-ticket-live-card .hnkg-annual-card-back {
	display: block;
	align-content: initial;
	gap: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
}

.hnkg-ticket-live-card .hnkg-annual-card-front {
	display: block;
}

.hnkg-ticket-live-card .hnkg-annual-card-preview {
	border-radius: 12px;
	box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.hnkg-annual-card-value {
	position: absolute;
	z-index: 2;
	left: 40.5%;
	width: 45.5%;
	color: #fff;
	font-weight: 900;
	line-height: 1.05;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .55);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hnkg-annual-card-name {
	top: 35.8%;
	font-size: clamp(13px, 1.7vw, 25px);
}

.hnkg-annual-card-birth {
	top: 47.9%;
	font-size: clamp(13px, 1.65vw, 24px);
}

.hnkg-annual-card-position {
	top: 59.6%;
	font-size: clamp(11px, 1.25vw, 20px);
}

.hnkg-ticket-live-card .hnkg-annual-card-name {
	font-size: clamp(10px, 1.05vw, 15px);
}

.hnkg-ticket-live-card .hnkg-annual-card-birth {
	font-size: clamp(10px, 1vw, 14px);
}

.hnkg-ticket-live-card .hnkg-annual-card-position {
	font-size: clamp(9px, .9vw, 13px);
}

@media (max-width: 640px) {
	.hnkg-annual-card-preview {
		min-height: 0;
	}

	.hnkg-annual-card-value {
		font-size: 11px;
	}

	.hnkg-ticket-seat-map,
	.hnkg-ticket-seat-map:nth-child(-n+2) {
		grid-column: 1 / -1;
	}
}

.hnkg-ticket-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	background: rgba(9, 9, 9, .92);
	color: #fff;
}

.hnkg-ticket-lightbox.is-open {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
}

.hnkg-ticket-lightbox-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	background: rgba(0, 0, 0, .55);
}

.hnkg-ticket-lightbox-title {
	font-weight: 900;
}

.hnkg-ticket-lightbox-actions {
	display: flex;
	gap: 8px;
}

.hnkg-ticket-lightbox button {
	min-width: 42px;
	min-height: 38px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 8px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
}

.hnkg-ticket-lightbox-stage {
	overflow: auto;
	padding: 20px;
	-webkit-overflow-scrolling: touch;
}

.hnkg-ticket-lightbox-stage img {
	display: block;
	width: auto;
	height: auto;
	max-width: none;
	margin: 0 auto;
	transform-origin: top center;
	transition: transform .12s ease;
}
