/* Let project names carry the card link without the decorative arrow. */
html body .essential-project-card h3 a::after {
	content: none !important;
	display: none !important;
}
