.cm-vehicle-form-preview {
	display: grid;
	place-items: center;
	width: 100%;
	margin: 0 0 1.5rem;
	padding: clamp(0.75rem, 2vw, 1.25rem);
	overflow: hidden;
	background: #fff;
	border: 1px solid #d8d8d8;
}

.cm-vehicle-form-preview[hidden] {
	display: none;
}

.cm-vehicle-form-preview img {
	display: block;
	width: 100%;
	max-width: 640px;
	height: auto;
	max-height: 420px;
	object-fit: contain;
}

.cm-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}