.lista-h2-post {
	display: grid;
	font-family: var(--wp--preset--font-family--manrope, system-ui, sans-serif);
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lista-h2-post a {
	color: inherit;
	text-decoration: none;
}

.lista-h2-post a:hover {
	color: #e61745;
}

