/*
 * Arsh Insh Events — premium restyle of Eventin's own ticket-selector
 * (on single event pages) and checkout wizard (/eventin-purchase/checkout/).
 *
 * Every selector below is a REAL class taken from Eventin's live rendered
 * markup (its stable "etn-*"/"eventin-*" names, not the hashed Ant Design
 * "css-xxxxx" ones, which aren't safe to target). This only restyles —
 * Eventin's own booking/payment/QR logic underneath is completely
 * untouched, so nothing about how tickets actually work changes.
 */

/* ---------------------------------------------------------------------
 * Checkout wizard page (/eventin-purchase/checkout/)
 * --------------------------------------------------------------------- */

body.eventin-checkout-page {
	background: #15141C !important;
}

/* Its own theme "page title" bar never belongs here (same reasoning as
   our own AIE pages) — the wizard already has its own clear heading. */
body.eventin-checkout-page .page-title {
	display: none !important;
}

body.eventin-checkout-page .eventin-page-container {
	padding-top: 40px;
	padding-bottom: 60px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

body.eventin-checkout-page .eventin-title {
	color: #FFFFFF !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-weight: 600 !important;
}

/* Step indicator — brass accent instead of the plugin's default blue/purple. */
body.eventin-checkout-page .eventin-steps .ant-steps-item-icon,
body.eventin-checkout-page .eventin-steps .ant-steps-item-process .ant-steps-item-icon {
	background: #A97425 !important;
	border-color: #A97425 !important;
}
body.eventin-checkout-page .eventin-steps .ant-steps-item-title,
body.eventin-checkout-page .eventin-steps .ant-steps-item-content {
	color: #F4F1F7 !important;
}
body.eventin-checkout-page .eventin-steps .ant-steps-item-wait .ant-steps-item-icon {
	background: transparent !important;
	border-color: rgba(244, 241, 247, 0.35) !important;
}
body.eventin-checkout-page .eventin-steps .ant-steps-item-wait .ant-steps-item-title {
	color: rgba(244, 241, 247, 0.5) !important;
}
body.eventin-checkout-page .eventin-steps .ant-steps-item-tail::after {
	background: rgba(244, 241, 247, 0.15) !important;
}

/* Billing / attendee form cards — dark surface, brass-tinted labels. */
body.eventin-checkout-page .eventin-billing-title,
body.eventin-checkout-page .eventin-attendee-details-title,
body.eventin-checkout-page .eventin-booking-summary-title {
	color: #FFFFFF !important;
	font-family: Georgia, 'Times New Roman', serif !important;
}

body.eventin-checkout-page .eventin-billing-form-container,
body.eventin-checkout-page .eventin-attendee-details-container,
body.eventin-checkout-page .eventin-form-card-container {
	background: #201F29 !important;
	border: 1px solid rgba(244, 241, 247, 0.08) !important;
	border-radius: 16px !important;
	padding: 24px !important;
}

body.eventin-checkout-page .ant-form-item-label > label {
	color: #C9C4D6 !important;
}

body.eventin-checkout-page .ant-input,
body.eventin-checkout-page .ant-input-affix-wrapper,
body.eventin-checkout-page .ant-select-selector,
body.eventin-checkout-page .ant-input-number {
	background: #FFFFFF !important;
	border-radius: 10px !important;
}

body.eventin-checkout-page .eventin-back-button {
	border-radius: 999px !important;
	border-color: rgba(244, 241, 247, 0.3) !important;
	color: #F4F1F7 !important;
	background: transparent !important;
}
body.eventin-checkout-page .eventin-back-button:hover {
	border-color: #D9A54C !important;
	color: #D9A54C !important;
}

/* Booking summary card — the visual anchor, matching Q-Tickets' clean
   right-hand payment summary. */
body.eventin-checkout-page .eventin-card {
	background: #201F29 !important;
	border: 1px solid rgba(217, 165, 76, 0.25) !important;
	border-radius: 18px !important;
	padding: 26px !important;
	box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.6) !important;
}

body.eventin-checkout-page .eventin-date-time,
body.eventin-checkout-page .eventin-location {
	color: #B4AFC4 !important;
}

body.eventin-checkout-page .eventin-divider {
	border-color: rgba(244, 241, 247, 0.12) !important;
}

body.eventin-checkout-page .eventin-summary-item,
body.eventin-checkout-page .eventin-ticket-price {
	color: #F4F1F7 !important;
}

body.eventin-checkout-page .eventin-total,
body.eventin-checkout-page .eventin-total-price {
	color: #D9A54C !important;
	font-weight: 700 !important;
	font-size: 20px !important;
}

/* Submit button — same pill/gradient/lift language as the rest of the site. */
body.eventin-checkout-page .eventin-submit-button {
	background: linear-gradient(135deg, #A97425 0%, #D9A54C 100%) !important;
	border: none !important;
	border-radius: 999px !important;
	font-weight: 700 !important;
	height: auto !important;
	padding: 14px 20px !important;
	box-shadow: 0 14px 30px -14px rgba(169, 116, 37, 0.6) !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
body.eventin-checkout-page .eventin-submit-button:hover:not(:disabled) {
	transform: translateY(-2px) !important;
	box-shadow: 0 20px 40px -14px rgba(169, 116, 37, 0.75) !important;
}
body.eventin-checkout-page .eventin-submit-button:disabled {
	background: rgba(244, 241, 247, 0.15) !important;
	box-shadow: none !important;
}

/* ---------------------------------------------------------------------
 * Ticket-selector widget on the single Event page itself
 * --------------------------------------------------------------------- */

.etn-purchase-ticket-selector {
	background: #15141C !important;
	border-radius: 18px !important;
	border: 1px solid rgba(217, 165, 76, 0.2) !important;
	box-shadow: 0 20px 50px -28px rgba(0, 0, 0, 0.55) !important;
}

.etn-purchase-ticket-title {
	color: #FFFFFF !important;
	font-family: Georgia, 'Times New Roman', serif !important;
}

.etn-ticket-price-hint,
.etn-ticket-price-label,
.etn-ticket-quantity-label,
.etn-ticket-subtotal-label {
	color: #B4AFC4 !important;
}

.etn-ticket-price,
.etn-ticket-subtotal,
.etn-remaining-seats {
	color: #F4F1F7 !important;
}

.etn-purchase-ticket-total-row {
	border-top: 1px solid rgba(244, 241, 247, 0.12) !important;
	padding-top: 12px !important;
	margin-top: 8px !important;
}
.etn-purchase-ticket-total-amount-text-span {
	color: #D9A54C !important;
}
.etn-purchase-ticket-total-text-span,
.etn-purchase-ticket-total-label-text-span {
	color: #B4AFC4 !important;
}

.etn-ticket-selection-btn {
	border-color: rgba(217, 165, 76, 0.4) !important;
	color: #D9A54C !important;
}

.etn-purchase-ticket-submit-btn {
	background: linear-gradient(135deg, #A97425 0%, #D9A54C 100%) !important;
	border: none !important;
	border-radius: 999px !important;
	font-weight: 700 !important;
	box-shadow: 0 14px 30px -14px rgba(169, 116, 37, 0.6) !important;
	transition: transform 0.25s ease !important;
}
.etn-purchase-ticket-submit-btn:hover:not(:disabled) {
	transform: translateY(-2px) !important;
}
