html {
    height: auto;
    scroll-padding-top: calc(var(--nav--nav-offset) + 50px);
}

[id] {
    scroll-margin-top: calc(var(--nav--nav-offset) + 50px);
}

body--text p:not(:last-child) {
    margin-bottom: 10px;
}

body--text h1:not(:last-child),
body--text h2:not(:last-child),
body--text h3:not(:last-child),
body--text h4:not(:last-child),
body--text h5:not(:last-child),
body--text h6:not(:last-child) {
    margin-bottom: 10px;
}

.w-nav-overlay {
    margin-top: -1px;
}

/* .article--page--wrapper h1,
.article--page--wrapper h2,
.article--page--wrapper h3,
.article--page--wrapper h4,
.article--page--wrapper h5,
.article--page--wrapper h6 {
    margin-bottom: 10px;
} */

.text-block-4 p:last-child {
    margin-bottom: 0px !important;
}