/* ── C4 Checkout – Dark Theme ─────────────────────────────────────────────── */

/* ── Page title ──────────────────────────────────────────────────────────── */

.woocommerce-checkout h1.elementor-heading-title,
.woocommerce-checkout .entry-title {
	color: #ffffff !important;
	font-family: 'Anton', 'Impact', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
}

/* ── Section headings ────────────────────────────────────────────────────── */

.woocommerce-checkout h3,
.woocommerce-checkout h3 label,
#order_review_heading,
#payment h3 {
	color: #ffffff !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.8px !important;
	text-transform: uppercase !important;
}

/* ── Form labels ─────────────────────────────────────────────────────────── */

.woocommerce-checkout label,
.woocommerce-checkout .form-row label,
.woocommerce-checkout abbr[title] {
	color: rgba(255, 255, 255, 0.6) !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0.3px !important;
}

.woocommerce-checkout .required {
	color: #e53935 !important;
}

/* ── Form inputs ─────────────────────────────────────────────────────────── */

.woocommerce-checkout input.input-text,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout textarea,
.woocommerce-checkout select {
	background-color: #1a1a1a !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 6px !important;
	color: #ffffff !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	box-shadow: none !important;
	outline: none !important;
	-webkit-appearance: none !important;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout input[type="text"]:focus,
.woocommerce-checkout input[type="email"]:focus,
.woocommerce-checkout input[type="tel"]:focus,
.woocommerce-checkout input[type="number"]:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
	border-color: #0239cc !important;
	box-shadow: 0 0 0 2px rgba(0, 132, 214, 0.15) !important;
}

/* Placeholder text */
.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder {
	color: rgba(255, 255, 255, 0.25) !important;
}

/* Autofill override */
.woocommerce-checkout input:-webkit-autofill,
.woocommerce-checkout input:-webkit-autofill:hover,
.woocommerce-checkout input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #1a1a1a inset !important;
	-webkit-text-fill-color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.12) !important;
}

/* ── Select2 dropdowns (WooCommerce injects these) ───────────────────────── */

.woocommerce-checkout .select2-container .select2-selection--single,
.woocommerce-checkout .select2-container--default .select2-selection--single {
	background-color: #1a1a1a !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 6px !important;
	height: 44px !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #ffffff !important;
	line-height: 44px !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent !important;
}

.woocommerce-checkout .select2-dropdown {
	background-color: #1a1a1a !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.woocommerce-checkout .select2-results__option {
	color: rgba(255, 255, 255, 0.8) !important;
}

.woocommerce-checkout .select2-results__option--highlighted {
	background-color: #0239cc !important;
	color: #ffffff !important;
}

.woocommerce-checkout .select2-search--dropdown .select2-search__field {
	background-color: #1a1a1a !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	color: #ffffff !important;
}

/* ── Inline validation errors ────────────────────────────────────────────── */

.woocommerce-checkout .woocommerce-invalid input.input-text {
	border-color: #e53935 !important;
}

.woocommerce-checkout .woocommerce-error {
	background: rgba(229, 57, 53, 0.1) !important;
	border-left: 4px solid #e53935 !important;
	color: #ff8a80 !important;
	border-radius: 6px !important;
}

.woocommerce-checkout .woocommerce-error a {
	color: #ff8a80 !important;
}

.woocommerce-checkout .woocommerce-message {
	background: rgba(0, 132, 214, 0.1) !important;
	border-left: 4px solid #0239cc !important;
	color: rgba(255, 255, 255, 0.8) !important;
	border-radius: 6px !important;
}

/* ── Order review section ────────────────────────────────────────────────── */

#order_review,
.woocommerce-checkout-review-order {
	background: #111111 !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 12px !important;
	padding: 24px !important;
}

#order_review_heading {
	margin-bottom: 16px !important;
}

.woocommerce-checkout-review-order-table {
	width: 100% !important;
	border-collapse: collapse !important;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	color: rgba(255, 255, 255, 0.8) !important;
	border-color: rgba(255, 255, 255, 0.07) !important;
	background: transparent !important;
	padding: 10px 0 !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 13px !important;
}

.woocommerce-checkout-review-order-table thead th {
	color: rgba(255, 255, 255, 0.4) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 0.8px !important;
	text-transform: uppercase !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
	padding-bottom: 12px !important;
}

.woocommerce-checkout-review-order-table tfoot tr:last-child td,
.woocommerce-checkout-review-order-table tfoot tr:last-child th {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
	padding-top: 14px !important;
}

/* Strong total amounts */
.woocommerce-checkout-review-order-table tfoot .order-total .amount,
.woocommerce-checkout-review-order-table tfoot .order-total strong {
	color: #ffffff !important;
	font-size: 18px !important;
}

/* ── Payment section ─────────────────────────────────────────────────────── */

#payment,
.woocommerce-checkout #payment {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	margin-top: 20px !important;
}

#payment .wc_payment_methods {
	background: #111111 !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 12px !important;
	padding: 20px !important;
	list-style: none !important;
	margin: 0 !important;
}

#payment .wc_payment_methods li {
	background: transparent !important;
	color: rgba(255, 255, 255, 0.8) !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
}

#payment .wc_payment_methods li label {
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.payment_box {
	background: #1a1a1a !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 8px !important;
	color: rgba(255, 255, 255, 0.7) !important;
	padding: 14px 16px !important;
	margin-top: 8px !important;
}

.payment_box p,
.payment_box * {
	color: rgba(255, 255, 255, 0.7) !important;
}

/* Payment gateway iframe/input containers */
.payment_box input[type="text"],
.payment_box input[type="number"],
.payment_box input[type="tel"] {
	background-color: #242424 !important;
	border-color: rgba(255, 255, 255, 0.15) !important;
	color: #ffffff !important;
}

/* ── Privacy / terms notice ──────────────────────────────────────────────── */

#payment .payment-policy,
.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .woocommerce-privacy-policy-text p {
	color: rgba(255, 255, 255, 0.35) !important;
	font-size: 11px !important;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-top: 16px !important;
}

.woocommerce-terms-and-conditions-wrapper label,
.woocommerce-terms-and-conditions-wrapper label a {
	color: rgba(255, 255, 255, 0.55) !important;
	font-size: 12px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-weight: 400 !important;
}

.woocommerce-terms-and-conditions-wrapper label a {
	color: #0239cc !important;
}

.woocommerce-terms-and-conditions {
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	border-radius: 6px !important;
	color: rgba(255, 255, 255, 0.5) !important;
	padding: 12px 14px !important;
	font-size: 12px !important;
}

/* ── Custom notice above form ────────────────────────────────────────────── */

#payment .c4-ticket-notice,
.woocommerce-checkout .c4-ticket-notice {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 12px !important;
	font-style: italic !important;
}

/* ── Place Order button ──────────────────────────────────────────────────── */

#place_order,
.woocommerce-checkout #place_order {
	background: #0239cc !important;
	border: none !important;
	border-radius: 8px !important;
	color: #ffffff !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0.5px !important;
	padding: 16px 24px !important;
	width: 100% !important;
	cursor: pointer !important;
	transition: background 0.15s, transform 0.15s !important;
	margin-top: 16px !important;
}

#place_order:hover,
.woocommerce-checkout #place_order:hover {
	background: #0230b0 !important;
	transform: translateY(-1px) !important;
}

/* ── Coupon / returning customer toggles ─────────────────────────────────── */

.woocommerce-checkout .woocommerce-info,
.checkout_coupon,
.woocommerce-checkout-login {
	background: #111111 !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 8px !important;
	padding: 16px 20px !important;
	color: rgba(255, 255, 255, 0.7) !important;
}

.woocommerce-checkout .woocommerce-info a,
.checkout_coupon a,
.woocommerce-checkout-login a {
	color: #0239cc !important;
}

/* ── Dividers / borders within billing area ──────────────────────────────── */

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* ── Footer dark override ────────────────────────────────────────────────── */

#colophon.site-footer,
.site-footer,
.footer-widget-area,
.ast-footer-copyright,
.footer-bar-wrap {
	background-color: #0d0d0d !important;
	color: rgba(255, 255, 255, 0.4) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.site-footer a,
.footer-widget-area a,
.ast-footer-copyright a {
	color: rgba(255, 255, 255, 0.5) !important;
}

.site-footer a:hover,
.footer-widget-area a:hover {
	color: #ffffff !important;
}

/* ── Hide broken Nochex CDN banner image ─────────────────────────────────── */
.nochexapi-payment-gateways-icon-img { display: none !important; }

/* ── Hide redundant Nochex payment box (triangle + "Checkout with Card" text) */
.payment_box.payment_method_nochexapi { display: none !important; }

/* ── Thank you page ──────────────────────────────────────────────────────── */

body.woocommerce-checkout {
	background: #0a0a0a !important;
}

/* Suppress Astra breadcrumb on thank you page */
.woocommerce-checkout .woocommerce-breadcrumb { display: none !important; }

/* "Thank you. Your order has been received." */
.woocommerce-thankyou-order-received {
	color: rgba(255, 255, 255, 0.7) !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 15px !important;
	margin-bottom: 28px !important;
}

/* Order overview: ORDER NUMBER / DATE / EMAIL / TOTAL */
.woocommerce-order-overview {
	background: #111111 !important;
	border: none !important;
	border-radius: 12px !important;
	padding: 24px 28px !important;
	list-style: none !important;
	margin: 0 0 24px !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 24px 0 !important;
}

.woocommerce-order-overview li {
	color: rgba(255, 255, 255, 0.4) !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
	padding: 0 28px 0 0 !important;
	margin: 0 28px 0 0 !important;
	flex: 1 1 auto !important;
}

.woocommerce-order-overview li:last-child {
	border-right: none !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.woocommerce-order-overview li strong {
	display: block !important;
	color: #ffffff !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	margin-top: 6px !important;
}

/* Order details + billing: shared card style */
.woocommerce-order-details,
.woocommerce-customer-details {
	background: #111111 !important;
	border: none !important;
	border-radius: 12px !important;
	padding: 28px !important;
	margin-bottom: 16px !important;
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
	color: #ffffff !important;
	font-family: 'Anton', 'Impact', sans-serif !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
	margin: 0 0 20px !important;
	background: transparent !important;
	padding: 0 !important;
	border: none !important;
}

/* Order items table */
.woocommerce-order-details .woocommerce-table,
.woocommerce-order-details .shop_table {
	width: 100% !important;
	border-collapse: collapse !important;
	background: transparent !important;
	border: none !important;
}

.woocommerce-order-details .woocommerce-table th,
.woocommerce-order-details .woocommerce-table td,
.woocommerce-order-details .shop_table th,
.woocommerce-order-details .shop_table td {
	color: rgba(255, 255, 255, 0.75) !important;
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.07) !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 13px !important;
	padding: 12px 0 !important;
}

.woocommerce-order-details .woocommerce-table thead,
.woocommerce-order-details .shop_table thead {
	background-color: transparent !important;
}

.woocommerce-order-details .woocommerce-table thead th,
.woocommerce-order-details .shop_table thead th {
	color: rgba(255, 255, 255, 0.35) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
	padding-bottom: 14px !important;
}

.woocommerce-order-details .woocommerce-table tfoot tr td,
.woocommerce-order-details .woocommerce-table tfoot tr th,
.woocommerce-order-details .shop_table tfoot tr td,
.woocommerce-order-details .shop_table tfoot tr th {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 13px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.woocommerce-order-details .woocommerce-table tfoot .order-total td,
.woocommerce-order-details .woocommerce-table tfoot .order-total th,
.woocommerce-order-details .shop_table tfoot .order-total td,
.woocommerce-order-details .shop_table tfoot .order-total th {
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
	padding-top: 16px !important;
}

/* Billing address */
.woocommerce-customer-details address {
	color: rgba(255, 255, 255, 0.7) !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	font-style: normal !important;
	line-height: 1.8 !important;
	border: none !important;
	padding: 0 !important;
}

/* Force all text and links within order sections to white */
.woocommerce-order-details *,
.woocommerce-customer-details *,
.woocommerce-order-overview * {
	color: rgba(255, 255, 255, 0.75) !important;
}

.woocommerce-order-details a,
.woocommerce-customer-details a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.woocommerce-order-details .order-total td,
.woocommerce-order-details .order-total th,
.woocommerce-order-details .order-total *,
.woocommerce-order-overview li strong {
	color: #ffffff !important;
}

.woocommerce-order-details .shop_table thead *,
.woocommerce-order-details .woocommerce-table thead * {
	color: rgba(255, 255, 255, 0.35) !important;
}

/* ── Payment method brand logos ──────────────────────────────────────────── */
.c4co-payment-icons {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-left: 8px;
	vertical-align: middle;
}
.c4co-pay-icon {
	width: 40px;
	height: 13px;
	border-radius: 3px;
	flex-shrink: 0;
}

/* ── Marketing consent field ─────────────────────────────────────────────── */

.c4co-consent-wrap {
	margin-top: 16px;
}
.c4co-consent-field label {
	color: rgba(255,255,255,.7) !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
	display: flex !important;
	align-items: flex-start !important;
	gap: 10px !important;
	cursor: pointer;
}
.c4co-consent-field label a {
	color: #0239cc !important;
	text-decoration: underline;
}
.c4co-consent-field input[type="checkbox"] {
	flex-shrink: 0;
	margin-top: 2px;
	width: 16px;
	height: 16px;
	accent-color: #0239cc;
}

/* ── Order-received email verification form ──────────────────────────────── */

.woocommerce-order-received {
	background: #0a0a0a !important;
}

.woocommerce-order-received .ast-container,
.woocommerce-order-received .site-content,
.woocommerce-order-received #content,
.woocommerce-order-received .content-area,
.woocommerce-order-received .ast-article-single {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.woocommerce-order-received .elementor-shortcode .woocommerce {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
	padding: 60px 20px;
	text-align: center;
}

.woocommerce-order-received .woocommerce-notice--success {
	font-family: 'Anton', Impact, sans-serif;
	font-size: 1.9rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff !important;
	background: transparent !important;
	border: none !important;
	text-align: center;
	margin: 0 auto 32px;
	padding: 0;
	width: 100%;
	max-width: 440px;
}

.woocommerce-order-received .woocommerce-notices-wrapper {
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
}

.woocommerce-order-received .woocommerce-verify-email {
	background: #111111;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 32px;
	width: 100%;
	max-width: 440px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
}

.woocommerce-order-received .woocommerce-verify-email > p:first-of-type {
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.6);
	margin: 0 0 24px;
	line-height: 1.5;
}

.woocommerce-order-received .woocommerce-verify-email > p:first-of-type a {
	color: #0239cc;
}

.woocommerce-order-received .woocommerce-verify-email .form-row {
	margin-bottom: 18px;
}

.woocommerce-order-received .woocommerce-verify-email label {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	margin-bottom: 6px;
}

.woocommerce-order-received .woocommerce-verify-email input[type="email"] {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	padding: 12px 14px;
	border-radius: 8px;
	width: 100%;
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	box-sizing: border-box;
}

.woocommerce-order-received .woocommerce-verify-email input[type="email"]:focus {
	outline: none;
	border-color: #0239cc;
}

.woocommerce-order-received .woocommerce-verify-email input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.25);
}

.woocommerce-order-received .woocommerce-verify-email button[type="submit"] {
	background: #0239cc !important;
	color: #fff !important;
	width: 100%;
	padding: 14px;
	border-radius: 8px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	margin-top: 8px;
	transition: background 0.2s;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.woocommerce-order-received .woocommerce-verify-email button[type="submit"]:hover {
	background: #0252e8 !important;
}

.woocommerce-order-received .woocommerce-notices-wrapper .woocommerce-error {
	background: rgba(227, 52, 52, 0.12) !important;
	border-left: 3px solid #e33434 !important;
	color: #ff6b6b !important;
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 20px;
	list-style: none;
	font-family: 'Karla', sans-serif;
	font-size: 14px;
}

/* ── Thank-you draw cards ─────────────────────────────────────────────────── */

/* Hide the default WC order-details table when our custom cards are present */
.woocommerce-order-received:has(.c4co-thankyou-draws) .woocommerce-order-details,
.woocommerce-order-received:has(.c4co-thankyou-draws) .woocommerce-customer-details,
.woocommerce-order-received:has(.c4co-thankyou-draws) h2.woocommerce-order-details__title {
	display: none !important;
}

.c4co-thankyou-draws {
	width: 100%;
	max-width: 540px;
	margin: 32px auto 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.c4co-draw-card {
	background: #111111;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
	text-align: left;
}

.c4co-draw-card__img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 8px;
	flex-shrink: 0;
}

.c4co-draw-card__body {
	flex: 1;
	min-width: 0;
}

.c4co-draw-card__name {
	font-family: 'Anton', Impact, sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 8px;
	line-height: 1.2;
}

.c4co-draw-card__date {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 0 6px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.c4co-draw-card__date svg {
	flex-shrink: 0;
	opacity: 0.6;
}

.c4co-draw-card__count {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.4);
	margin: 0 0 12px;
}

.c4co-draw-card__tickets {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.c4co-draw-card__ticket {
	display: inline-block;
	background: #0239cc;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 20px;
	letter-spacing: 0.03em;
}
