.hv-card-list {
	display: grid;
	gap: 3.5rem;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.hv-card-list__item {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

.hv-card-list__figure {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
	overflow: hidden;

	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.hv-card-list__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hv-card-list__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1rem 0 3rem 0;
}

.hv-card-list__title {
	margin: 0.5em 0 0.25em 0;
	font-size: 1.3em;
	font-weight: 600;
	font-family: Quasimoda-SemiBold, sans-serif;
}

.hv-card-list__excerpt {
	margin: 0;
	color: #444;
	font-size: 19px;
}

.hv-card-list__link {
	font-weight: 600;
	text-decoration: underline;
}
