
/* Page header */
.page-header {
    box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .1), 0 .25rem 1rem 0 rgba(0, 0, 0, .05);
}

.page-header__logo {
    max-width: 90%;
}

@media (min-width: 62rem) {
    .page-header__logo {
        --width: 12.5rem;
    }
}

.page-header__menu__link[aria-current="page"] {
    border-bottom-width: .25rem;
}

.page-header__menu__link[aria-current="page"]::before {
    border-bottom-width: .25rem;
}

.page-header__menu__link:hover {
    --condition-border-horizontal-position__interactive: 0;
}

@media (max-width: 61.9999rem) {
    .page-header__menu__link:hover:not([aria-current="page"]) {
        background: var(--root-color-interaction);
        border-left-color: transparent;
    }

    .page-header__menu__link[aria-current="page"] {
        background: var(--root-color-interaction);
    }
}

/* Scroll button */
.scroll-button {
    box-shadow: none;
}

/* Accordions */
.accordion__item {
    border-bottom: solid var(--root-color-border) var(--root-border-width);
}

.accordion__item:not(:first-of-type) {
    margin-top: 0;
}

.accordion__item:first-of-type {
    border-top: solid var(--root-color-border) var(--root-border-width);
}

.accordion__item.collapsible--open,
.collapsible.collapsible--open {
    position: relative;
    z-index: 1;
}
