.hero-media {

    background-image: url(https://toliarentals.com/wp-content/uploads/2026/07/pexels-koushalya-karthikeyan-605468635-19586487.jpg) !important;

    background-position: center center;

}


/* Make vehicle listing photos horizontal */
.vehicle-card-media {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden;
}

.vehicle-card-media img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

/* Correct hero spacing after removing the secondary button */
.hero-section {
	padding-bottom: 90px;
}

/* Keep the trust strip below the hero instead of pulling it upward */
.trust-strip {
	position: relative;
	z-index: 20;
	margin-top: -58px;
	padding: 0 24px;
}

/* Trust bar */
.trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	padding: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #d9e0e6;
	border-radius: 24px;
	box-shadow: 0 18px 40px rgba(13, 27, 42, 0.10);
}

/* Individual trust points */
.trust-grid .trust-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 112px;
	padding: 26px 30px;
	text-align: center;
	border-right: 1px solid #d9e0e6;
}

.trust-grid .trust-item:last-child {
	border-right: 0;
}

.trust-grid .trust-item strong {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: clamp(15px, 1.25vw, 19px);
	line-height: 1.35;
	color: #0d1b2a;
}

/* Tablet */
@media (max-width: 950px) {
	.hero-section {
		padding-bottom: 72px;
	}

	.trust-strip {
		margin-top: -42px;
	}

	.trust-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.trust-grid .trust-item {
		min-height: 92px;
		border-bottom: 1px solid #d9e0e6;
	}

	.trust-grid .trust-item:nth-child(2) {
		border-right: 0;
	}

	.trust-grid .trust-item:nth-child(3),
	.trust-grid .trust-item:nth-child(4) {
		border-bottom: 0;
	}
}

/* Mobile */
@media (max-width: 600px) {
	.hero-section {
		padding-bottom: 54px;
	}

	.trust-strip {
		margin-top: -24px;
		padding: 0 16px;
	}

	.trust-grid {
		grid-template-columns: 1fr;
		border-radius: 18px;
	}

	.trust-grid .trust-item {
		min-height: auto;
		padding: 20px;
		border-right: 0;
		border-bottom: 1px solid #d9e0e6;
	}

	.trust-grid .trust-item:last-child {
		border-bottom: 0;
	}
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

.wheelbase-hero-widget,
.wheelbase-hero-widget landing-widget {
	font-family: "Montserrat", Arial, sans-serif !important;
}
/* Match Wheelbase widget typography to the Tolia website */
.wheelbase-hero-widget,
.wheelbase-hero-widget landing-widget {
	font-family: "Montserrat", Arial, sans-serif !important;
	font-weight: 400;
}

/* 
 * WHEELBASE AVAILABILITY PAGE
 * Widens only the content wrappers that directly contain the store.
 * It does not alter the website header or page-title banner.
 */

body:has(wheelbase-store) main .entry-content:has(wheelbase-store),
body:has(wheelbase-store) main article:has(wheelbase-store),
body:has(wheelbase-store) main .container:has(wheelbase-store),
body:has(wheelbase-store) main .narrow:has(wheelbase-store),
body:has(wheelbase-store) main .page-content:has(wheelbase-store),
body:has(wheelbase-store) main .wp-block-shortcode:has(wheelbase-store) {
	width: 100% !important;
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Wide Wheelbase storefront on desktop */
body:has(wheelbase-store) wheelbase-store {
	display: block;
	width: calc(100% - 80px) !important;
	max-width: 1560px !important;
	margin: 0 auto 100px !important;
}
}

/* Tablet */
@media (max-width: 1000px) {
	body:has(wheelbase-store) wheelbase-store {
		width: calc(100% - 48px) !important;
		margin-top: 48px !important;
	}
}

/* Mobile */
@media (max-width: 767px) {
	body:has(wheelbase-store) wheelbase-store {
		width: calc(100% - 28px) !important;
		margin-top: 32px !important;
		margin-bottom: 64px !important;
	}
}

/* Trim the Availability page hero height further */
body:has(wheelbase-store) .page-hero {
	padding-top: 43px !important;
	padding-bottom: 43px !important;
	min-height: auto !important;
}

body:has(wheelbase-store) .page-hero .container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body:has(wheelbase-store) .page-hero .eyebrow {
	margin-bottom: 10px !important;
}

body:has(wheelbase-store) .page-hero h1 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Tablet */
@media (max-width: 900px) {
	body:has(wheelbase-store) .page-hero {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
}

/* Mobile */
@media (max-width: 600px) {
	body:has(wheelbase-store) .page-hero {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
}
/* Desktop header Book Now button hover */
@media (min-width: 900px) {
	.site-header .button:hover,
	.site-header .button:focus-visible,
	.header .button:hover,
	.header .button:focus-visible {
		background-color: #0D1B2A !important;
		border-color: #0D1B2A !important;
		color: #FFFFFF !important;
	}
}
/* Keep the mobile action bar below Wheelbase popups */
@media (max-width: 899px) {
	.mobile-action-bar {
		z-index: 20 !important;
	}
}