.bd-main .bd-content .bd-article-container {
    flex-grow: 1;
    max-width: 100%;
}

@media (min-width:960px) {
    .bd-page-width {
        max-width: 100rem;
    }
}

footer {
    display: none;
}

.sidebar-end-items {
    margin-top: 0% !important;
}

/* Remove ↗ for external links in top bar menu */
.nav-link.nav-external:after {
    display: none;
}

div.bd-article-container:has(.draft) {
    background-image: url(../draft-watermark.png) !important;
    background-repeat: repeat-y !important;
    background-position: center top !important;
    background-attachment: scroll !important;
}
