/*
 * Theme Name: Paul+ Theme
 * Description: Theme for the Paul+ project.
 * Author: Kevin Kemmerly
*/

.vendor-archive-header {
	margin-bottom: 2rem;
}

.vendor-grid {
	margin-bottom: 3rem;
}

.vendor-card {
	text-align: center;
}

.vendor-card__image-link {
	display: block;
	border: 0;
}

.vendor-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.vendor-card__image--empty {
	background: #f1f1ef;
}

.vendor-card__title {
	margin: 0.75rem 0 0;
	font-size: 1.25rem;
	line-height: 1.2;
}

.vendor-card__title a {
	text-decoration: none;
}
