/**
 * Ticket Checkout — WPCC theme styling.
 *
 * @package WPCC
 */

/* Page shell */
.wpcc-ticket-checkout .wpcc-events-content--checkout {
	padding: 40px 0 88px;
	background: var(--wpcc-light);
}

.wpcc-ticket-checkout__toolbar {
	max-width: 100%;
	margin: 0 auto 20px;
	padding: 0 4px;
}

.wpcc-ticket-checkout__back {
	margin: 0;
}

.wpcc-ticket-checkout__back a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--wpcc-blue);
	text-decoration: none;
	transition: color 0.2s ease;
}

.wpcc-ticket-checkout__back a:hover {
	color: var(--wpcc-red);
}

.wpcc-ticket-checkout__content {
	max-width: 100%;
	width: 100%;
	margin-inline: auto;
}

/* Override plugin 600px max-width on checkout form */
.event-tickets .tribe-tickets__commerce-checkout,
.tribe-common .tribe-tickets__commerce-checkout,
.wpcc-ticket-checkout .event-tickets .tribe-tickets__commerce-checkout,
.wpcc-ticket-checkout .tribe-common .tribe-tickets__commerce-checkout,
.wpcc-ticket-commerce-page .event-tickets .tribe-tickets__commerce-checkout,
.wpcc-ticket-commerce-page .tribe-common .tribe-tickets__commerce-checkout {
	max-width: 100% !important;
	width: 100% !important;
}

/* Checkout card */
.wpcc-ticket-checkout .event-tickets,
.wpcc-ticket-commerce-page .event-tickets {
	font-family: var(--wpcc-font);
	color: var(--wpcc-text);
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout {
	padding: 32px 36px 36px;
	background: var(--wpcc-white);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

/* Header */
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-header,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-header {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 20px;
	margin-bottom: 0 !important;
	padding-bottom: 18px;
	border-bottom: 2px solid var(--wpcc-red);
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-header-title,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-header-title {
	margin: 0 !important;
	font-family: var(--wpcc-font) !important;
	font-size: clamp(20px, 2.2vw, 26px) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: var(--wpcc-dark) !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-header-links,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-header-links {
	margin: 0 !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-header-link-back-to-event,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-header-link-modify-attendees,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-header-link-back-to-event,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-header-link-modify-attendees {
	font-family: var(--wpcc-font) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--wpcc-blue) !important;
	text-decoration: none !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-header-link-back-to-event:hover,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-header-link-modify-attendees:hover,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-header-link-back-to-event:hover,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-header-link-modify-attendees:hover {
	color: var(--wpcc-red) !important;
}

/* Cart block */
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart {
	margin: 28px 0 0 !important;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-header,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-header {
	margin-bottom: 0;
	padding: 14px 20px;
	background: var(--wpcc-blue);
	border-radius: 4px 4px 0 0;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-header-title,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-header-title {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-family: var(--wpcc-font) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--wpcc-white) !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-header-title a,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-header-title a {
	color: var(--wpcc-white) !important;
	text-decoration: none !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-header-title a:hover,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-header-title a:hover {
	opacity: 0.9;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-items,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-items {
	padding: 0 20px;
	background: var(--wpcc-light);
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 90px 60px 90px;
	gap: 12px 16px;
	align-items: center;
	padding: 20px 0 !important;
	border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item:first-child,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item:first-child {
	border-top: 0 !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item-details,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item-details {
	flex: unset !important;
	padding: 0 !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item-details-title,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item-details-title {
	margin: 0 0 4px !important;
	font-family: var(--wpcc-font) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--wpcc-dark) !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item-details-button--more,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item-details-button--less,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item-details-button--more,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item-details-button--less {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	font-family: var(--wpcc-font) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	color: var(--wpcc-blue) !important;
	text-decoration: underline;
	cursor: pointer;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item-price,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item-quantity,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item-subtotal,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item-price,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item-quantity,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item-subtotal {
	flex: unset !important;
	max-width: none !important;
	align-self: center !important;
	text-align: center !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item-price .tec-tickets-price,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item-subtotal,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item-price .tec-tickets-price,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item-subtotal {
	font-family: var(--wpcc-font) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--wpcc-red) !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item-quantity,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item-quantity {
	font-family: var(--wpcc-font) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: var(--wpcc-dark) !important;
}

/* Cart footer */
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-footer,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-footer {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 12px 24px;
	margin: 0 !important;
	padding: 18px 20px !important;
	background: var(--wpcc-dark);
	border: 0;
	border-radius: 0 0 4px 4px;
}

.wpcc-ticket-checkout .tec-tickets-commerce-checkout-cart__coupons,
.wpcc-ticket-commerce-page .tec-tickets-commerce-checkout-cart__coupons {
	flex: 1 1 100%;
	margin: 0 0 8px !important;
	padding: 0 0 12px !important;
	text-align: left !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.wpcc-ticket-checkout .tec-tickets-commerce-checkout-cart__coupons-add-link,
.wpcc-ticket-commerce-page .tec-tickets-commerce-checkout-cart__coupons-add-link {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	font-family: var(--wpcc-font) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: rgba(255, 255, 255, 0.85) !important;
	text-decoration: underline;
	cursor: pointer;
}

.wpcc-ticket-checkout .tec-tickets-commerce-checkout-cart__coupons-add-link:hover,
.wpcc-ticket-commerce-page .tec-tickets-commerce-checkout-cart__coupons-add-link:hover {
	color: var(--wpcc-white) !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-footer-quantity,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-footer-total,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-footer-quantity,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-footer-total {
	margin: 0 !important;
	font-family: var(--wpcc-font) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--wpcc-white) !important;
	text-align: right !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-footer-total-wrap,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-footer-total .tec-tickets-price,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-footer-total-wrap,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-footer-total .tec-tickets-price {
	color: var(--wpcc-red) !important;
	font-size: 20px !important;
}

/* Section headings */
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-purchaser-info-title,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-section-header,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-purchaser-info-title,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-section-header {
	margin: 0 0 20px !important;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--wpcc-red);
	font-family: var(--wpcc-font) !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--wpcc-dark) !important;
}

/* Purchaser info */
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-purchaser-info-wrapper,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-purchaser-info-wrapper {
	margin: 32px 0 0 !important;
	padding: 28px 24px;
	background: var(--wpcc-light);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
}

.wpcc-ticket-checkout .tribe-tickets__form-field,
.wpcc-ticket-commerce-page .tribe-tickets__form-field {
	margin-bottom: 18px;
}

.wpcc-ticket-checkout .tribe-tickets__form-field-label,
.wpcc-ticket-commerce-page .tribe-tickets__form-field-label {
	display: block;
	margin-bottom: 6px;
	font-family: var(--wpcc-font) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--wpcc-dark) !important;
}

.wpcc-ticket-checkout .tribe-tickets__form-field-input,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-purchaser-info-form-field,
.wpcc-ticket-checkout .tribe-common-form-control-text__input,
.wpcc-ticket-checkout input[type="text"],
.wpcc-ticket-checkout input[type="email"],
.wpcc-ticket-checkout input[type="tel"],
.wpcc-ticket-checkout select,
.wpcc-ticket-checkout textarea,
.wpcc-ticket-commerce-page .tribe-tickets__form-field-input,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-purchaser-info-form-field,
.wpcc-ticket-commerce-page .tribe-common-form-control-text__input,
.wpcc-ticket-commerce-page input[type="text"],
.wpcc-ticket-commerce-page input[type="email"],
.wpcc-ticket-commerce-page input[type="tel"],
.wpcc-ticket-commerce-page select,
.wpcc-ticket-commerce-page textarea {
	width: 100%;
	min-height: 45px;
	padding: 10px 14px !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 4px !important;
	background: var(--wpcc-white) !important;
	font-family: var(--wpcc-font) !important;
	font-size: 14px !important;
	color: var(--wpcc-text) !important;
	box-shadow: none !important;
}

.wpcc-ticket-checkout .tribe-tickets__form-field-input:focus,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-purchaser-info-form-field:focus,
.wpcc-ticket-checkout input:focus,
.wpcc-ticket-checkout select:focus,
.wpcc-ticket-checkout textarea:focus,
.wpcc-ticket-commerce-page .tribe-tickets__form-field-input:focus,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-purchaser-info-form-field:focus,
.wpcc-ticket-commerce-page input:focus,
.wpcc-ticket-commerce-page select:focus,
.wpcc-ticket-commerce-page textarea:focus {
	border-color: var(--wpcc-blue) !important;
	outline: none;
	box-shadow: 0 0 0 2px rgba(37, 63, 129, 0.12) !important;
}

/* Gateways */
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-gateways,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-gateways {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Primary buttons */
.wpcc-ticket-checkout .tribe-common-c-btn,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-form-submit-button,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-paypal-advanced-payments-form-submit-button,
.wpcc-ticket-checkout button[type="submit"],
.wpcc-ticket-commerce-page .tribe-common-c-btn,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-form-submit-button,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-paypal-advanced-payments-form-submit-button,
.wpcc-ticket-commerce-page button[type="submit"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	min-height: 48px !important;
	padding: 0 28px !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: var(--wpcc-red) !important;
	background-color: var(--wpcc-red) !important;
	color: var(--wpcc-white) !important;
	font-family: var(--wpcc-font) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow: none !important;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.wpcc-ticket-checkout .tribe-common-c-btn-border,
.wpcc-ticket-commerce-page .tribe-common-c-btn-border {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 42px !important;
	padding: 0 18px !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 4px !important;
	background: var(--wpcc-white) !important;
	color: var(--wpcc-dark) !important;
	font-family: var(--wpcc-font) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

.wpcc-ticket-checkout .tribe-common-c-btn:hover,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-form-submit-button:hover,
.wpcc-ticket-checkout button[type="submit"]:hover,
.wpcc-ticket-commerce-page .tribe-common-c-btn:hover,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-form-submit-button:hover,
.wpcc-ticket-commerce-page button[type="submit"]:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	color: var(--wpcc-white) !important;
	background: var(--wpcc-red) !important;
}

/* Notices — hide hidden errors; only show active ones */
.wpcc-ticket-checkout .tribe-tickets__notice--error,
.wpcc-ticket-commerce-page .tribe-tickets__notice--error {
	display: none !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-notice--visible,
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-footer-notice-error--no-gateway,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-notice--visible,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-footer-notice-error--no-gateway {
	display: block !important;
	margin: 24px 0 0 !important;
	padding: 14px 18px !important;
	border-radius: 4px !important;
	border-left: 4px solid var(--wpcc-red) !important;
	background: #fff5f6 !important;
}

.wpcc-ticket-checkout .tribe-tickets-notice__title,
.wpcc-ticket-commerce-page .tribe-tickets-notice__title {
	margin: 0 0 4px !important;
	padding: 0 !important;
	font-family: var(--wpcc-font) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: var(--wpcc-dark) !important;
}

.wpcc-ticket-checkout .tribe-tickets-notice__content,
.wpcc-ticket-commerce-page .tribe-tickets-notice__content {
	font-family: var(--wpcc-font) !important;
	font-size: 14px !important;
	line-height: 1.55;
	color: var(--wpcc-text) !important;
}

/* Hide empty cart when checkout has items */
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart:not(:empty) + .tribe-tickets__commerce-checkout-cart-empty,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart:not(:empty) ~ .tribe-tickets__commerce-checkout-cart-empty {
	display: none !important;
}

/* Empty cart */
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-empty,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-empty {
	margin: 28px 0 0 !important;
	padding: 40px 28px;
	text-align: center;
	background: var(--wpcc-light);
	border: 1px dashed rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-empty-title,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-empty-title {
	margin: 0 0 10px !important;
	font-family: var(--wpcc-font) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: var(--wpcc-dark) !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-empty-description,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-empty-description {
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.6;
	color: #666666 !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-empty-description-link,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-empty-description-link {
	font-weight: 700 !important;
	color: var(--wpcc-blue) !important;
	text-decoration: none !important;
}

.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-empty-description-link:hover,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-empty-description-link:hover {
	color: var(--wpcc-red) !important;
}

/* Footer */
.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-footer,
.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-footer {
	margin-top: 8px;
}

/* Success page */
.wpcc-ticket-checkout .tribe-tickets-commerce-success,
.wpcc-ticket-commerce-page .tribe-tickets-commerce-success {
	padding: 40px;
	text-align: center;
	background: var(--wpcc-white);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.wpcc-ticket-checkout .tribe-tickets-commerce-success h2,
.wpcc-ticket-commerce-page .tribe-tickets-commerce-success h2 {
	color: var(--wpcc-green) !important;
}

/* Links */
.wpcc-ticket-checkout .event-tickets a:not(.tribe-common-c-btn):not(.tribe-tickets__commerce-checkout-form-submit-button):not(.tribe-tickets__commerce-checkout-cart-header-title a),
.wpcc-ticket-commerce-page .event-tickets a:not(.tribe-common-c-btn):not(.tribe-tickets__commerce-checkout-form-submit-button):not(.tribe-tickets__commerce-checkout-cart-header-title a) {
	color: var(--wpcc-blue);
	font-weight: 600;
	text-decoration: none;
}

.wpcc-ticket-checkout .event-tickets a:not(.tribe-common-c-btn):hover,
.wpcc-ticket-commerce-page .event-tickets a:not(.tribe-common-c-btn):hover {
	color: var(--wpcc-red);
}

@media (max-width: 768px) {
	.wpcc-ticket-checkout .tribe-tickets__commerce-checkout,
	.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout {
		padding: 22px 18px 26px;
	}

	.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item,
	.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item {
		grid-template-columns: 1fr;
		gap: 8px;
		text-align: left !important;
	}

	.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item-price,
	.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item-quantity,
	.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-item-subtotal,
	.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item-price,
	.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item-quantity,
	.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-item-subtotal {
		text-align: left !important;
	}

	.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-cart-footer,
	.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-cart-footer {
		flex-direction: column;
		align-items: stretch;
	}

	.wpcc-ticket-checkout .tribe-tickets__commerce-checkout-purchaser-info-wrapper,
	.wpcc-ticket-commerce-page .tribe-tickets__commerce-checkout-purchaser-info-wrapper {
		padding: 22px 18px;
	}

	.wpcc-ticket-checkout .tribe-common-c-btn,
	.wpcc-ticket-checkout button[type="submit"],
	.wpcc-ticket-commerce-page .tribe-common-c-btn,
	.wpcc-ticket-commerce-page button[type="submit"] {
		width: 100%;
		min-width: 0;
	}
}
