/* Page list expander */
.page-list-expander .has-child span {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.page-list-expander ul {
    list-style: none;
}

.page-list-expander ul:first-child {
    padding-left: 0;
}

.page-list-expander li {
    margin-bottom: 0;
    line-height: 1.2;
}

.page-list-expander a {
    padding: 12px 0;
    display: block;
    text-decoration: none;
}

.page-list-expander li:not(:last-of-type) {
    border-bottom: 1px solid #0000001f !important;
}

.page-list-expander a:hover {
    color: inherit;
}

.page-list-expander li.current-menu-item>span>a:first-child,
.page-list-expander li.current-menu-item>a:first-child {
    color: #3b82f6;
    /* was var(--global-palette-highlight) */
}

.page-list-expander li.current-menu-item>span>a:first-child:hover,
.page-list-expander li.current-menu-item>a:first-child:hover {
    color: #1d4ed8;
    /* was var(--global-palette-highlight-alt) */
}

.page-list-expander ul ul {
    padding-left: 25px;
}

.page-list-expander .hidden {
    display: none;
}

.page-list-expander .arrow-icon {
    cursor: pointer;
    width: 24px;
    height: 24px;
    transition: all .3s;
    transform: rotate(-90deg);
}

.page-list-expander .expanded {
    transform: rotate(0);
}

/* Misc */

/* .show-after-load {
    display: none;
} */

.op-site-copyright {
    font-size: .8em;
}