/**
 * @license MIT, https://opensource.org/license/MIT
 */

:root {
    --pico-block-spacing-vertical: 0;
    --pico-block-spacing-horizontal: 0;
}

.type-page main .cms-content > * {
    margin-block: 0.75rem;
}

.cms-content .container {
    padding: 2rem 0;
}

.cms-content:nth-child(even) {
    border-top: 1px solid var(--pico-contrast-border);
    border-bottom: 1px solid var(--pico-contrast-border);
}

main .heading h1,
main .heading h2,
main .heading h3 {
    margin: 0;
}

.container h1:first-child,
.container h2:first-child,
.container h3:first-child {
    margin-top: 0;
}

.text p:last-of-type {
    margin-bottom: 0;
}
