.ae-latest-posts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 2.5rem);
	width: 100%;
}

@media (max-width: 767px) {
	.ae-latest-posts {
		grid-template-columns: 1fr;
	}
}

.ae-latest-posts__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.ae-latest-posts__image {
	margin-bottom: 1rem;
	overflow: hidden;
}

.ae-latest-posts__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.ae-latest-posts__title {
	margin: 0;
	font-size: var(--wp--preset--font-size--text-2-xl, 1.5rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--wp--preset--color--black, #000);
}
