/**
 * Shared mobile Book Now styling (BOOK / NOW + circle arrow).
 * Add class cpc-mobile-book-now only on intentional enrollware book CTAs.
 */

/* Dual-label markup: hide stacked BOOK/NOW unless .cpc-mobile-book-now at ≤767px */
.cu_supppot_btn .cpc-book-text__mobile {
	display: none;
}

/* City location cards — single-line Book Now at all breakpoints */
.cpc-mobile-book-now--city-card .cpc-book-text__mobile,
.cpr-book-btn.cpc-mobile-book-now--city-card .cpc-book-text__mobile {
	display: none !important;
}

.cpc-mobile-book-now--city-card .cpc-book-text__desktop,
.cpr-book-btn.cpc-mobile-book-now--city-card .cpc-book-text__desktop {
	display: inline-block;
	margin-top: 0;
}

.cpc-mobile-book-now .cpc-book-text__mobile {
	display: none;
}

.cpc-mobile-book-now .cpc-book-text__desktop {
	white-space: nowrap;
	color: inherit;
	font-weight: inherit;
	margin: 0;
}

@media (min-width: 993px) {
	.cpc-mobile-book-now .cpc-book-text__desktop {
		margin: 0;
		margin-top: 7px;
	}
}

@media (max-width: 767px) {
	.cpc-mobile-book-now {
		margin: 0 !important;
		padding: 8px 6px !important;
		border-radius: 0 !important;
		background: #B1181E !important;
		color: #fff !important;
		display: inline-flex !important;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 6px;
		font-size: 11.5px;
		font-weight: 800;
		letter-spacing: 0.3px;
		line-height: 1.2;
		text-transform: uppercase;
		text-align: center;
		white-space: normal;
		box-sizing: border-box;
		overflow: hidden;
	}

	.cpc-mobile-book-now .cpc-book-text__desktop {
		display: none !important;
	}

	.cpc-mobile-book-now .cpc-book-text__mobile {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0;
		line-height: 1.05;
		font-weight: 800;
		letter-spacing: 0.3px;
		color: inherit;
		margin: 0;
		white-space: normal;
	}

	.cpc-mobile-book-now .cpc-book-text__mobile .cpc-book-line {
		display: block;
		font-size: inherit;
		font-weight: inherit;
		line-height: 1.05;
		margin: 0;
		padding: 0;
	}

	.cpc-mobile-book-now .cpc-btn-arrow {
		width: 16px;
		height: 16px;
		min-width: 16px;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 10px;
		line-height: 1;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		color: #fff;
		background: transparent;
	}
}

@media (max-width: 576px) {
	.cpc-mobile-book-now {
		font-size: 11px;
		padding: 6px 4px !important;
		gap: 5px;
	}

	.cpc-mobile-book-now .cpc-btn-arrow {
		width: 16px;
		height: 16px;
		min-width: 16px;
		font-size: 10px;
	}
}
