/* Fallback presentation when the companion theme is not active. */
.lm-core-vehicle-card {
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 14px;
	background: #fff;
}

.lm-core-vehicle-card img {
	display: block;
	width: 100%;
	aspect-ratio: 1.45;
	object-fit: cover;
}

.lm-core-vehicle-card > div {
	padding: 18px;
}

.lm-core-vehicle-card h3 {
	margin-top: 0;
}

