/**
 * HG Automotive Core — Frontend Styles
 */

.hg-auto-site-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.5rem 1rem;
}

.hg-auto-page-header {
	margin-bottom: 1.5rem;
}

.hg-auto-listing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.5rem;
}

.hg-auto-listing-card {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.hg-auto-listing-card__image {
	display: block;
}

.hg-auto-listing-card__image img {
	display: block;
	width: 100%;
	height: auto;
}

.hg-auto-listing-card__title {
	margin: 0;
	padding: 1rem 1rem 0.5rem;
	font-size: 1.125rem;
}

.hg-auto-listing-card__title a {
	text-decoration: none;
	color: inherit;
}

.hg-auto-listing-card__title a:hover {
	text-decoration: underline;
}

.hg-auto-listing-card__excerpt {
	padding: 0 1rem 1rem;
	font-size: 0.875rem;
	color: #555;
}

.hg-auto-pagination {
	margin-top: 2rem;
}

.hg-auto-vehicle__featured-image img,
.hg-auto-dealer__featured-image img {
	max-width: 100%;
	height: auto;
}

.hg-auto-vehicle__content,
.hg-auto-dealer__content {
	margin-top: 1.5rem;
	line-height: 1.6;
}
