/* Vehicles page: offset the fixed header and keep a subtle white breathing space. */
.moroccocars-ui-page .mc-vehicles-page .mc-vehicles-hero {
	padding-top: 164px;
}

@media (max-width: 1024px) {
	.moroccocars-ui-page .mc-vehicles-page .mc-vehicles-hero {
		padding-top: 144px;
	}
}

@media (max-width: 767px) {
	.moroccocars-ui-page .mc-vehicles-page .mc-vehicles-hero {
		padding-top: 100px;
	}
}

.moroccocars-ui-page .mc-sell__group-link {
	color: #b57a1a;
	font-weight: 800;
	text-decoration-color: currentColor;
	text-underline-offset: 3px;
}

.moroccocars-ui-page .mc-sell__group-link:hover,
.moroccocars-ui-page .mc-sell__group-link:focus-visible {
	color: var(--gold-primary);
}

/* Keep the price-slider thumb inside the visual range at both endpoints. */
.moroccocars-ui-page .mc-vehicles-page .mc-price-range__input {
	width: 100%;
	margin: 0;
}

.moroccocars-ui-page .mc-rental-terms-next {
	display: flex;
	gap: 28px;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	border: 1px solid #e6dccb;
	border-radius: 18px;
	background: #fbf8f1;
}

.moroccocars-ui-page .mc-rental-terms-next h2 {
	margin: 6px 0 8px;
	font-size: clamp(23px, 2.2vw, 30px);
}

.moroccocars-ui-page .mc-rental-terms-next p:not(.mc-eyebrow) {
	max-width: 620px;
	margin: 0;
	color: #5f625f;
}

.moroccocars-ui-page .mc-rental-terms-next__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
}

@media (max-width: 767px) {
	.moroccocars-ui-page .mc-rental-terms-next,
	.moroccocars-ui-page .mc-rental-terms-next__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.moroccocars-ui-page .mc-rental-terms-next {
		gap: 22px;
		padding: 24px;
	}

	.moroccocars-ui-page .mc-rental-terms-next__actions .mc-btn {
		justify-content: center;
	}
}


/* Vans & Bus: retain the bright photograph with only enough contrast for copy. */
.moroccocars-ui-page .mc-vans-redesign__shade {
	background:
		linear-gradient(90deg, rgba(12, 13, 11, 0.36) 0%, rgba(12, 13, 11, 0.18) 44%, rgba(12, 13, 11, 0) 75%),
		linear-gradient(0deg, rgba(12, 13, 11, 0.18) 0%, rgba(12, 13, 11, 0) 42%);
}

.moroccocars-ui-page .mc-vans-redesign__hero-content {
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

.moroccocars-ui-page .mc-vans-redesign__hero-content .mc-btn {
	text-shadow: none;
}
