header-drawer {
    justify-self: start;
    margin-left: -1.2rem;
}

.menu-drawer-container {
    display: flex;
}

.list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
}

summary.list-menu__item {
    padding-right: 2.7rem;
}

.list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
    .list-menu__item--link {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}



.header {
    padding: 0px 3rem 0px 3rem;
}

.section-header {
    position: sticky;
    /* This is for fixing a Safari z-index issue. PR #2147 */
    margin-bottom: 0px;
}

@media screen and (min-width: 750px) {
    .section-header {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 990px) {
    .header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 749px) {
    .section-header {
        margin-top: 25px;
    }
}