/* -------------------------------------------------- */
/* Single Leistung                                      */
/* -------------------------------------------------- */

/* Same list treatment as .leistung-card__merkmale, just laid out as its own
   strip under the hero instead of nested in a card. */
.leistung-merkmale-liste {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem 2.5rem;
}

.leistung-merkmale-liste li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 600;
	color: var(--color-ink);
}

.leistung-merkmale-liste svg {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	color: var(--color-gradient-start);
}
