.cew-ticket-checkout{width:100%;max-width:1320px;margin:0 auto;padding:0;font-family:inherit;color:#111}.cew-ticket-copy{margin-bottom:28px}.cew-ticket-copy h2{margin:0 0 8px;font-size:28px}.cew-ticket-copy p{margin:0;color:#666}.cew-ticket-layout{--cew-ticket-summary-width:380px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,var(--cew-ticket-summary-width));gap:48px;align-items:start}.cew-ticket-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}.cew-field{display:flex;flex-direction:column;gap:7px}.cew-field label{font-size:14px;font-weight:500}.cew-field input,.cew-field select,.cew-field textarea,.cew-vip-quantity input,.cew-vip-attendee input{width:100%;min-height:46px;border:1px solid #dedede;background:#fff;padding:10px 12px;font:inherit}.cew-field textarea{min-height:110px;resize:vertical}.cew-field--textarea,.cew-field--file,.cew-field--checkbox{grid-column:1/-1}.cew-checkbox{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:10px;font-weight:400!important}.cew-checkbox input{width:auto;min-height:auto;margin-top:3px}.cew-field small{color:#777}.cew-order-summary{border:1px solid #e4e4e4;padding:24px;position:sticky;top:24px}.cew-order-summary h3{margin:0 0 20px}.cew-summary-row{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid #eee}.cew-summary-total{font-size:17px;border-bottom:0;padding-top:16px}.cew-payment-placeholder{margin:22px 0;padding:16px;background:#f6f6f6}.cew-payment-placeholder p{margin:5px 0 0;color:#666;font-size:13px}.cew-ticket-submit,.cew-status-primary,.cew-ticket-action{display:inline-flex;align-items:center;justify-content:center;border:0;background:#160a30;color:#fff;padding:13px 18px;min-height:44px;font:inherit;text-decoration:none;cursor:pointer}.cew-ticket-submit{width:100%}.cew-ticket-response{margin-top:12px;font-size:14px}.cew-ticket-response.is-error{color:#a00}.cew-ticket-response.is-success{color:#176b37}.cew-ticket-status{max-width:760px;margin:0 auto;text-align:center;padding:44px 28px;border:1px solid #eee;background:#fff}.cew-status-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;background:#efe9ff;font-size:30px}.cew-ticket-status h2{font-size:30px;margin:0 0 12px}.cew-ticket-status p{color:#666;max-width:600px;margin:0 auto 24px}.cew-status-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.cew-issued-list{display:grid;gap:14px;margin-top:24px;text-align:left}.cew-issued-ticket{border:1px solid #ddd;padding:18px;display:grid;gap:6px}.cew-issued-ticket span{color:#666}.cew-issued-ticket code{font-size:14px}.cew-qr-value{font-size:11px;word-break:break-all;color:#777}.cew-vip-quantity{max-width:220px;margin-bottom:20px}.cew-vip-quantity label{display:block;font-weight:500;margin-bottom:7px}.cew-vip-attendees{display:grid;gap:18px}.cew-vip-attendee{border:1px solid #e5e5e5;padding:18px}.cew-vip-attendee h4{margin:0 0 14px}.cew-vip-attendee-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}@media(max-width:900px){.cew-ticket-layout{grid-template-columns:1fr}.cew-order-summary{position:static}.cew-ticket-fields{grid-template-columns:1fr}.cew-vip-attendee-grid{grid-template-columns:1fr}}
/* Automatic generated Event Tickets page fallback */
.cew-auto-ticket-page{
	width:100%;
	margin:0;
	padding:0;
}
.cew-auto-ticket-page .cew-ticket-checkout{
	width:100%;
}

.cew-field input,.cew-field select,.cew-field textarea,.cew-vip-quantity input,.cew-vip-attendee input{
	outline:none;
	transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;
}
.cew-field input:focus,.cew-field select:focus,.cew-field textarea:focus,.cew-vip-attendee input:focus{
	box-shadow:0 0 0 1px currentColor;
}
.cew-ticket-submit{
	transition:background-color .2s ease,color .2s ease,border-color .2s ease;
}

/* Student ticket choice */
.cew-student-choice{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:0;
	font-family:inherit;
	color:#111;
}
.cew-student-choice-copy{
	margin-bottom:28px;
}
.cew-student-choice-copy h2{
	margin:0 0 8px;
	font-size:32px;
	line-height:1.1;
}
.cew-student-choice-copy p{
	margin:0;
	color:#666;
	font-size:16px;
	line-height:1.45;
}
.cew-student-choice-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:24px;
}
.cew-student-choice-card{
	min-height:260px;
	padding:28px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	gap:30px;
	border:1px solid rgba(17,17,17,.08);
}
.cew-student-choice-card--standard{background:#f5f0ff}
.cew-student-choice-card--scholarship{background:#ddf9ea}
.cew-student-choice-card h3{
	margin:0 0 12px;
	font-size:26px;
	line-height:1.1;
	font-weight:500;
}
.cew-student-choice-card p{
	margin:0;
	max-width:480px;
	color:inherit;
	opacity:.72;
	font-size:15px;
	line-height:1.5;
}
.cew-student-choice-button{
	display:inline-flex;
	width:100%;
	min-height:50px;
	align-items:center;
	justify-content:center;
	padding:12px 18px;
	background:#160a30;
	color:#fff;
	text-decoration:none;
	transition:background-color .2s ease,color .2s ease;
}
.cew-student-choice-button:hover{
	background:#6926ee;
	color:#fff;
}
@media(max-width:767px){
	.cew-student-choice-grid{grid-template-columns:1fr}
	.cew-student-choice-card{min-height:220px}
}


/* Inline card payment */
.cew-inline-card-payment{
	margin:22px 0;
	padding:18px;
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:13px 12px;
	background:#f7f7f7;
	border:1px solid #e6e6e6;
}
.cew-inline-card-heading{
	grid-column:1/-1;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin-bottom:2px;
}
.cew-inline-card-heading strong{font-size:14px}
.cew-inline-card-heading span{
	font-size:11px;
	font-weight:700;
	letter-spacing:.08em;
	color:#1a1f71;
}
.cew-card-field{
	display:grid;
	gap:6px;
	min-width:0;
	font-size:12px;
}
.cew-card-field--wide{grid-column:1/-1}
.cew-card-field span{font-weight:500}
.cew-card-field input{
	width:100%;
	min-width:0;
	min-height:44px;
	border:1px solid #d9d9d9;
	background:#fff;
	padding:9px 11px;
	font:inherit;
	font-size:14px;
	outline:none;
	border-radius:0;
}
.cew-card-field input:focus{border-color:#6926ee}
.cew-card-test-note{
	grid-column:1/-1;
	margin:0;
	font-size:10px;
	line-height:1.45;
	color:#777;
}
.cew-ticket-account-required{
	max-width:720px;
	margin:0 auto;
	padding:32px;
	border:1px solid #e5e5e5;
	background:#fff;
	text-align:center;
}
.cew-ticket-account-required h2{margin:0 0 8px}
.cew-ticket-account-required p{margin:0 auto 20px;color:#666;max-width:560px}
.cew-ticket-account-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.cew-ticket-account-actions a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:44px;
	padding:10px 22px;
	background:#160a30;
	color:#fff;
	text-decoration:none;
}
.cew-ticket-notice-modal[hidden]{display:none!important}
.cew-ticket-notice-modal{
	position:fixed;
	inset:0;
	z-index:999999;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:20px;
}
.cew-ticket-notice-backdrop{
	position:absolute;
	inset:0;
	background:rgba(10,8,18,.46);
}
.cew-ticket-notice-dialog{
	position:relative;
	width:min(500px,100%);
	background:#fff;
	padding:38px 34px 30px;
	text-align:center;
	border:1px solid #e7e7e7;
}
.cew-ticket-notice-icon{
	width:64px;
	height:64px;
	margin:0 auto 18px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:#efe9ff;
	color:#160a30;
	font-size:28px;
	font-weight:600;
}
.cew-ticket-notice-dialog h2{
	margin:0 0 10px;
	font-size:28px;
	line-height:1.1;
	font-weight:500;
}
.cew-ticket-notice-dialog p{
	margin:0 auto 22px;
	max-width:390px;
	color:#666;
	font-size:14px;
	line-height:1.55;
}
.cew-ticket-notice-got-it{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:48px;
	padding:11px 18px;
	background:#160a30;
	color:#fff;
	text-decoration:none;
}
body.cew-ticket-modal-open{overflow:hidden}
@media(max-width:600px){
	.cew-inline-card-payment{grid-template-columns:1fr}
	.cew-card-field--wide,.cew-inline-card-heading,.cew-card-test-note{grid-column:1}
	.cew-ticket-notice-dialog{padding:30px 20px 22px}
}

.cew-ticket-notice-image{
	display:block;
	width:150px;
	max-width:70%;
	height:auto;
	margin:0 auto 18px;
	object-fit:contain;
}


/* v3.66 — Professional reference cycle */
.cew-ticket-status--paid,
.cew-ticket-status--waitlisted,
.cew-ticket-status--ticket_issued,
.cew-ticket-status--checked_in{
	max-width:620px;
}
.cew-ticket-action--secondary{
	background:#fff;
	color:#222;
	border:1px solid #dedede;
}
.cew-status-icon--success{
	background:#f0ece7;
	color:#5c5853;
}
.cew-issued-list{
	margin-top:26px;
}
.cew-issued-ticket--reference{
	padding:0;
	border:0;
	background:transparent;
	display:grid;
	grid-template-columns:minmax(0,1fr) 125px;
	gap:0;
}
.cew-issued-ticket--reference .cew-issued-person{
	min-height:125px;
	padding:17px 18px;
	background:#f5efff;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
}
.cew-issued-label{
	display:block;
	margin-bottom:10px;
	color:#555;
	font-size:11px;
}
.cew-issued-ticket--reference .cew-issued-person strong{
	font-size:15px;
	line-height:1.25;
}
.cew-issued-ticket--reference .cew-issued-person span:not(.cew-issued-label){
	margin-top:4px;
	font-size:11px;
	color:#666;
}
.cew-issued-ticket--reference .cew-issued-person small{
	margin-top:8px;
	font-size:9px;
	color:#777;
}
.cew-issued-qr{
	min-height:125px;
	padding:12px;
	background:#f5efff;
	display:flex;
	align-items:center;
	justify-content:center;
}
.cew-issued-qr img{
	display:block;
	width:104px;
	height:104px;
	object-fit:contain;
	background:#fff;
}
.cew-issued-actions{
	grid-column:1/-1;
	display:flex;
	justify-content:flex-end;
	gap:9px;
	margin-top:22px;
}
.cew-issued-action{
	min-height:44px;
	padding:11px 20px;
	border:1px solid #dedede;
	background:#fff;
	color:#222;
	text-decoration:none;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:12px;
}
.cew-issued-action.is-primary{
	background:#160a30;
	border-color:#160a30;
	color:#fff;
}
@media(max-width:560px){
	.cew-issued-ticket--reference{grid-template-columns:1fr}
	.cew-issued-qr{justify-content:flex-start}
	.cew-issued-actions{justify-content:stretch;flex-direction:column}
	.cew-issued-action{width:100%}
}


/* v3.67 — VIP & Founder reference flow */
.cew-ticket-checkout--vip:not(.is-vip-ready) .cew-ticket-layout{opacity:.42;pointer-events:none;filter:grayscale(.12)}
.cew-ticket-checkout--vip .cew-ticket-fields{display:none}
.cew-vip-attendee-summary{background:#fff;border:1px solid #e5e5e5;padding:18px}.cew-vip-attendee-summary-head{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:12px}.cew-vip-attendee-summary-head h3{margin:0;font-size:15px}.cew-vip-attendee-summary-head span{font-size:10px;color:#777}
.cew-vip-summary-list{display:grid;gap:9px}.cew-vip-summary-card{position:relative;padding:13px 40px 13px 14px;border:1px solid #ededed;background:#fff}.cew-vip-summary-card>span{display:block;font-size:9px;color:#777;margin-bottom:5px}.cew-vip-summary-card strong{display:block;font-size:12px;font-weight:500}.cew-vip-summary-card small{display:block;margin-top:3px;color:#777;font-size:9px}.cew-vip-summary-card button{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#5f24d4;font-size:9px;cursor:pointer}.cew-vip-add-attendee{margin-top:12px;padding:0;border:0;background:transparent;color:#5f24d4;font-size:10px;text-decoration:underline;cursor:pointer}
.cew-vip-step-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:20px}.cew-vip-step-modal.is-open{display:flex}.cew-vip-step-backdrop{position:absolute;inset:0;background:rgba(12,10,18,.48)}.cew-vip-step-dialog{position:relative;z-index:1;width:min(430px,100%);background:#fff;box-shadow:0 22px 70px rgba(0,0,0,.2)}.cew-vip-step-stage{padding:26px}.cew-vip-stage-kicker{font-size:10px;color:#777;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.cew-vip-step-stage h3{margin:0 0 20px;font-size:22px;line-height:1.15;font-weight:500}.cew-vip-number-control{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;border:1px solid #e1e1e1;min-height:58px}.cew-vip-number-control button{height:100%;border:0;background:#f7f7f7;font-size:22px;cursor:pointer}.cew-vip-number-control strong{text-align:center;font-size:22px;font-weight:500}.cew-vip-person-card{display:flex;gap:11px;align-items:center;padding:14px;border:1px solid #e7e7e7}.cew-vip-person-avatar{width:42px;height:42px;border-radius:50%;background:#eee;display:flex;align-items:center;justify-content:center;font-weight:600}.cew-vip-person-card strong,.cew-vip-person-card span{display:block}.cew-vip-person-card strong{font-size:13px}.cew-vip-person-card span{font-size:10px;color:#777;margin-top:3px}.cew-vip-stage-fields{display:grid;gap:12px}.cew-vip-stage-fields label span{display:block;margin-bottom:5px;font-size:10px}.cew-vip-stage-fields input{width:100%;min-height:44px;border:1px solid #dedede;padding:9px 11px;background:#fff}.cew-vip-step-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.cew-vip-step-actions button{min-height:42px;padding:10px 18px;border:1px solid #160a30;cursor:pointer}.cew-vip-step-primary{background:#160a30;color:#fff}.cew-vip-step-secondary{background:#fff;color:#160a30}.cew-vip-stage-error{margin-top:12px;color:#b42318;font-size:10px}
.cew-vip-success-modal{position:fixed;inset:0;z-index:1000000;display:flex;align-items:center;justify-content:center;padding:20px}.cew-vip-success-modal[hidden]{display:none}.cew-vip-success-backdrop{position:absolute;inset:0;background:rgba(10,10,10,.48)}.cew-vip-success-dialog{position:relative;z-index:1;width:min(620px,100%);max-height:90vh;overflow:auto;background:#fff;padding:32px 24px;text-align:center}.cew-vip-success-art{width:170px;margin:0 auto 18px}.cew-vip-success-art img{display:block;width:100%;height:auto;object-fit:contain}.cew-vip-success-dialog h2{margin:0;font-size:24px;font-weight:500}.cew-vip-success-dialog>p{margin:8px 0 22px;color:#777;font-size:12px}.cew-vip-success-tickets{display:grid;gap:10px}.cew-vip-success-ticket{display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:12px;align-items:center;background:#f5efff;text-align:left;padding:14px 16px}.cew-vip-success-person>span{display:block;font-size:9px;color:#666;margin-bottom:7px}.cew-vip-success-person strong{display:block;font-size:13px}.cew-vip-success-person small{display:block;font-size:9px;color:#666;margin-top:3px}.cew-vip-success-qr{text-align:right}.cew-vip-success-qr img{width:92px;height:92px;object-fit:contain;background:#fff}.cew-vip-success-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.cew-vip-success-actions a{min-height:42px;padding:10px 18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dedede;background:#fff;color:#222;text-decoration:none;font-size:11px}.cew-vip-success-actions .cew-vip-download{background:#160a30;border-color:#160a30;color:#fff}
@media(max-width:560px){.cew-vip-step-modal,.cew-vip-success-modal{padding:10px}.cew-vip-step-stage,.cew-vip-success-dialog{padding:22px 15px}.cew-vip-success-ticket{grid-template-columns:1fr}.cew-vip-success-qr{text-align:left}.cew-vip-success-actions{flex-direction:column}.cew-vip-success-actions a{width:100%}}


/* v3.69 — VIP modal viewport portal fix */
body.cew-ticket-modal-open{overflow:hidden!important}
body>.cew-vip-step-modal,
body>.cew-vip-success-modal{
	position:fixed!important;
	inset:0!important;
	width:100vw!important;
	height:100dvh!important;
	max-width:none!important;
	max-height:none!important;
	margin:0!important;
	padding:24px!important;
	align-items:center!important;
	justify-content:center!important;
	z-index:2147483000!important;
	overflow:auto!important;
	transform:none!important;
}
body>.cew-vip-step-modal.is-open{display:flex!important}
body>.cew-vip-step-modal .cew-vip-step-backdrop,
body>.cew-vip-success-modal .cew-vip-success-backdrop{
	position:fixed!important;
	inset:0!important;
	width:100vw!important;
	height:100dvh!important;
}
body>.cew-vip-step-modal .cew-vip-step-dialog{
	position:relative!important;
	top:auto!important;
	left:auto!important;
	right:auto!important;
	bottom:auto!important;
	width:min(430px,calc(100vw - 48px))!important;
	max-height:calc(100dvh - 48px)!important;
	margin:auto!important;
	overflow:auto!important;
	transform:none!important;
}
body>.cew-vip-success-modal .cew-vip-success-dialog{
	position:relative!important;
	top:auto!important;
	left:auto!important;
	right:auto!important;
	bottom:auto!important;
	width:min(620px,calc(100vw - 48px))!important;
	max-height:calc(100dvh - 48px)!important;
	margin:auto!important;
	overflow:auto!important;
	transform:none!important;
}
@media(max-width:560px){
	body>.cew-vip-step-modal,
	body>.cew-vip-success-modal{padding:12px!important}
	body>.cew-vip-step-modal .cew-vip-step-dialog,
	body>.cew-vip-success-modal .cew-vip-success-dialog{
		width:calc(100vw - 24px)!important;
		max-height:calc(100dvh - 24px)!important;
	}
}


/* v3.70 — VIP quantity/attendee step stays in the ticket area */
.cew-ticket-checkout--vip .cew-vip-flow{
	position:relative;
	min-height:110px;
}
.cew-ticket-checkout--vip .cew-vip-step-modal{
	position:absolute!important;
	inset:0!important;
	width:100%!important;
	height:100%!important;
	min-height:100%!important;
	max-width:none!important;
	max-height:none!important;
	margin:0!important;
	padding:0!important;
	z-index:50!important;
	align-items:stretch!important;
	justify-content:stretch!important;
	overflow:visible!important;
	transform:none!important;
}
.cew-ticket-checkout--vip .cew-vip-step-modal.is-open{
	display:block!important;
}
.cew-ticket-checkout--vip .cew-vip-step-backdrop{
	position:absolute!important;
	inset:0!important;
	width:100%!important;
	height:100%!important;
	background:rgba(255,255,255,.96)!important;
}
.cew-ticket-checkout--vip .cew-vip-step-dialog{
	position:relative!important;
	inset:auto!important;
	width:100%!important;
	max-width:none!important;
	min-height:100%!important;
	max-height:none!important;
	margin:0!important;
	background:#fff!important;
	box-shadow:none!important;
	border:1px solid #e5e5e5!important;
	overflow:visible!important;
	transform:none!important;
}
.cew-ticket-checkout--vip .cew-vip-step-stage{
	padding:22px 20px!important;
}
.cew-ticket-checkout--vip .cew-vip-step-stage h3{
	font-size:18px!important;
	margin-bottom:16px!important;
}
.cew-ticket-checkout--vip .cew-vip-number-control{
	max-width:100%!important;
}
.cew-ticket-checkout--vip .cew-vip-step-actions{
	margin-top:18px!important;
}

/* Cancel the v3.69 body-portal rules for the quantity/attendee modal only. */
body>.cew-vip-step-modal{
	display:none!important;
}

/* Final success popup still uses the viewport-safe portal. */
body>.cew-vip-success-modal{
	position:fixed!important;
	inset:0!important;
	width:100vw!important;
	height:100dvh!important;
	max-width:none!important;
	max-height:none!important;
	margin:0!important;
	padding:24px!important;
	align-items:center!important;
	justify-content:center!important;
	z-index:2147483000!important;
	overflow:auto!important;
	transform:none!important;
}

@media(max-width:560px){
	.cew-ticket-checkout--vip .cew-vip-step-stage{
		padding:18px 14px!important;
	}
}


/* v3.71 — Pricing VIP flow hands off directly to Checkout */
.cew-ticket-checkout--vip[data-vip-checkout-only="yes"] .cew-vip-step-modal{display:none!important}
.cew-ticket-checkout--vip[data-vip-checkout-only="yes"]:not(.is-vip-ready) .cew-ticket-layout{
	opacity:1;
	filter:none;
}
.cew-ticket-checkout--vip[data-vip-checkout-only="yes"].is-vip-ready .cew-ticket-layout{
	opacity:1;
	pointer-events:auto;
	filter:none;
}


/* v3.72 — Checkout attendee action hover fixes */
.cew-ticket-checkout--vip .cew-vip-add-attendee,
.cew-ticket-checkout--vip .cew-vip-add-attendee:hover,
.cew-ticket-checkout--vip .cew-vip-add-attendee:focus,
.cew-ticket-checkout--vip .cew-vip-add-attendee:active{
	display:inline-block!important;
	visibility:visible!important;
	opacity:1!important;
	background:transparent!important;
	color:#5f24d4!important;
	border:0!important;
	text-decoration:underline!important;
	-webkit-text-fill-color:#5f24d4!important;
	box-shadow:none!important;
}

.cew-ticket-checkout--vip .cew-vip-summary-card button,
.cew-ticket-checkout--vip .cew-vip-summary-card button:hover,
.cew-ticket-checkout--vip .cew-vip-summary-card button:focus,
.cew-ticket-checkout--vip .cew-vip-summary-card button:active{
	visibility:visible!important;
	opacity:1!important;
	background:transparent!important;
	color:#5f24d4!important;
	border:0!important;
	-webkit-text-fill-color:#5f24d4!important;
}

.cew-ticket-checkout--vip .cew-vip-step-primary,
.cew-ticket-checkout--vip .cew-vip-step-primary:hover,
.cew-ticket-checkout--vip .cew-vip-step-primary:focus,
.cew-ticket-checkout--vip .cew-vip-step-primary:active{
	background:#160a30!important;
	color:#fff!important;
	border-color:#160a30!important;
	-webkit-text-fill-color:#fff!important;
}

.cew-ticket-checkout--vip .cew-vip-step-secondary,
.cew-ticket-checkout--vip .cew-vip-step-secondary:hover,
.cew-ticket-checkout--vip .cew-vip-step-secondary:focus,
.cew-ticket-checkout--vip .cew-vip-step-secondary:active{
	background:#fff!important;
	color:#160a30!important;
	border-color:#dedede!important;
	-webkit-text-fill-color:#160a30!important;
}
