/*
 * Sticky mobile CTA widget styles (sc_ticket_sticky_mobile_cta).
 *
 * Ported from the inline <style> block in mockups/ticket_page_draft1.html
 * (sticky mobile CTA: lines 807-838). The dynamic display/breakpoint rules
 * are emitted inline from the widget's render() because hide_above_px is a
 * control value; this file holds the static base styling only.
 */

.sc-sticky-mobile-cta-widget .sticky-mobile-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--primary);
	color: #ffffff;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 16px;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 200;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
}

.sc-sticky-mobile-cta-widget .sticky-mobile-cta:hover,
.sc-sticky-mobile-cta-widget .sticky-mobile-cta:focus-visible {
	background: var(--primary-hv);
}

/* Chart mode: the .hero-cta-wrap button paints itself red, so reset the
 * wrapper chrome that the anchor fallback relies on. Box-shadow stays on the
 * wrapper so the bar still lifts off the page edge. */
.sc-sticky-mobile-cta-widget .sticky-mobile-cta--chart {
	background: transparent;
	padding: 0;
}

.sc-sticky-mobile-cta-widget .sticky-mobile-cta--chart > * {
	width: 100%;
}

/* Size override for the shared .hero-cta-wrap button inside the sticky bar. */
.sc-sticky-mobile-cta-widget .hero-cta-wrap .tc_seating_map_button {
	font-size: 18px !important;
	line-height: 52px !important;
	box-shadow: none;
}
