/**
 * Venturka header CTA fix (safe scope):
 * Keep "Get Your Offer" in one line without altering menu layout.
 */

.rs-header-construction .rs-header-button .rs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.rs-header-construction .rs-header-button .rs-btn > span {
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	white-space: nowrap !important;
	align-items: center;
	gap: 0.35em;
}

@media (max-width: 1680px) and (min-width: 1367px) {
	.rs-header-construction .rs-header-button .rs-btn {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}
