/* ---------------------------------------------------------------------------
 * Palvelut Grid block
 * Layout, colours and typography are handled with Tailwind utilities / brand
 * tokens in the template; these rules only cover what utilities can't express
 * cleanly.
 * ------------------------------------------------------------------------- */

/* The whole card is an <a> — strip inherited link styling so the inner
   elements keep their own colours. */
.palvelut-grid__card {
	color: inherit;
	text-decoration: none;
}

/* Keep long Finnish compound words from breaking the layout */
.palvelut-grid__title,
.palvelut-grid__tag {
	overflow-wrap: anywhere;
}

/* Pull-quote: strip the browser default margins on figure/blockquote */
.palvelut-grid__quote,
.palvelut-grid__quote-text {
	margin: 0;
}
