.tv-carsxe-lookup-method .gfield_radio {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
}

.tv-carsxe-lookup-method .gchoice {
	margin: 0;
}

.tv-carsxe-license-plate input {
	text-transform: uppercase;
}

.tv-carsxe-vehicle-images {
	margin: 0 0 28px;
}

.tv-carsxe-vehicle-images__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.tv-carsxe-vehicle-images__item {
	margin: 0;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #f7f7f7;
}

.tv-carsxe-vehicle-images__item img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.tv-carsxe-vehicle-images__note {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.45;
	color: #666;
}

@media (max-width: 640px) {
	.tv-carsxe-vehicle-images__grid {
		grid-template-columns: 1fr;
	}
}
