/* ---------------------------------------------------------------------------
 * Big Links (Palvelut) block
 * Layout & colours are handled with Tailwind utilities / brand tokens in the
 * template; these rules only cover what utilities can't express cleanly.
 * ------------------------------------------------------------------------- */

/* Keep long single-word link titles inside the pill on narrow screens */
.big-links__pill {
	word-break: break-word;
	hyphens: auto;
}
