/* Text block — justified serif paragraph run (site/snippets/blocks/text.php) */

.block-text {
    text-align: justify;
}
.block-text > * + * {
    margin-top: var(--space-s);
}
.block-text a {
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
