.flavor-speed-sticky-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: var(--wp--preset--color--accent-1, #0F4C81);
	text-align: center;
	padding: 14px 20px;
	transform: translateY(100%);
	transition: transform 0.3s ease;
}

.flavor-speed-sticky-cta.is-visible {
	transform: translateY(0);
}

.flavor-speed-sticky-cta a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.flavor-speed-sticky-cta a:hover {
	text-decoration: underline;
}

/* Hide on desktop (≥782px) */
@media (min-width: 782px) {
	.flavor-speed-sticky-cta {
		display: none;
	}
}
