.autopro-whatsapp-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #00632D;
	color: #fff;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0,0,0,0.25);
	z-index: 9999;
}
.autopro-whatsapp-inline {
	display: inline-block;
	background: #00632D;
	color: #fff;
	padding: 8px 16px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
}

.autopro-form label {
	display: block;
	margin-bottom: 14px;
	font-weight: 600;
}
.autopro-form input[type="text"],
.autopro-form input[type="number"],
.autopro-form input[type="password"],
.autopro-form textarea,
.autopro-form select {
	display: block;
	width: 100%;
	max-width: 480px;
	margin-top: 4px;
	padding: 8px 10px;
	font-weight: 400;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.autopro-submit-btn {
	background: #C8000A;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
}
.autopro-preorder-note {
	background: #fff8e5;
	border-left: 4px solid #dba617;
	padding: 8px 12px;
	font-weight: 400;
}
.autopro-error { color: #C8000A; font-weight: 600; }
.autopro-success { color: #00632D; font-weight: 600; }

.autopro-vehicle-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
}
.autopro-vehicle-card {
	display: block;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	color: #1A1A1A;
	padding-bottom: 12px;
}
.autopro-vehicle-card img { width: 100%; height: 160px; object-fit: cover; }
.autopro-vehicle-card h3 { margin: 8px 12px 4px; font-size: 16px; }
.autopro-vehicle-price { margin: 0 12px; font-weight: 700; color: #C8000A; }
.autopro-preorder-tag { margin: 6px 12px 0; font-size: 12px; color: #808080; }
.autopro-badge { display: inline-block; margin: 0 12px; padding: 2px 8px; border-radius: 4px; font-size: 12px; font-weight: 600; }
.autopro-badge-auction { background: #00632D; color: #fff; }

.autopro-live-show iframe { width: 100%; aspect-ratio: 16/9; }

.autopro-gallery-preview img { display: inline-block; }
