/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1753088959
Updated: 2025-07-21 11:09:19
/* GRID 3 columnas */
/* Wrapper */
.vanauto-shortcode-archive {
	list-style: none !important;
	margin: 0 -15px !important;
	padding: 0 !important;
	display: flex !important;
	flex-wrap: wrap !important;
}

.vanauto-shortcode-archive > li {
	width: calc(33.333% - 30px) !important;
	margin: 0 15px 30px !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	float: none !important;
}

.vanauto-shortcode-archive .image {
	position: relative;
	overflow: hidden;
}

.vanauto-shortcode-archive .image img,
.vanauto-shortcode-archive .vanauto-no-image {
	width: 100%;
	height: 260px;
	display: block;
	object-fit: cover;
	background: #f2f2f2;
}

.vanauto-shortcode-archive .summary {
	padding-top: 15px;
}

.vanauto-shortcode-archive .title {
	margin: 0 0 12px !important;
	font-size: 22px;
	line-height: 1.25;
}

.vanauto-shortcode-archive .title a {
	color: #111 !important;
	text-decoration: none !important;
}

.vanauto-shortcode-archive .at-a-glance ul {
	list-style: none !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
}

.vanauto-shortcode-archive .at-a-glance li {
	margin: 0 0 6px !important;
	font-size: 14px;
	color: #555;
}

.vanauto-shortcode-archive .address {
	margin-bottom: 12px;
	font-size: 14px;
	color: #555;
}

.vanauto-shortcode-archive .price {
	display: block !important;
	margin-bottom: 14px !important;
	font-size: 24px;
	font-weight: 700;
	color: #a71c28;
}

.vanauto-shortcode-archive .bottom-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 10px;
}

.vanauto-shortcode-archive .al-button {
	display: inline-block;
	padding: 12px 16px;
	background: #111;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 8px;
	font-weight: 600;
}

.vanauto-shortcode-archive .al-button:hover {
	background: #a71c28;
	color: #fff !important;
}

.vanauto-shortcode-archive .condition {
	font-size: 13px;
	color: #666;
}

@media (max-width: 980px) {
	.vanauto-shortcode-archive > li {
		width: calc(50% - 30px) !important;
	}
}

@media (max-width: 767px) {
	.vanauto-shortcode-archive > li {
		width: calc(100% - 30px) !important;
	}
}
*/

