/*
 * Verplaatst uit de Customizer "Extra CSS" van het thema — hoort bij de
 * blokken in deze plugin, niet bij het thema.
 *
 * span.hollandiat gebruikt nu var(--global-palette3) (de Kadence-
 * paletkleur) i.p.v. de hardcoded hex #e30613, zodat hij automatisch
 * meeloopt met een kleurwijziging in de Customizer. De hex blijft staan
 * als fallback voor het geval de variabele ooit niet beschikbaar is.
 */

div.blok_teaminfo > div {
	margin-bottom: 30px;
}

span.hollandiat {
	color: var(--global-palette3, #e30613);
}
