/* .more-links-dropdown {
    display: none;
    overflow-x: visible;
    height: 0;
    z-index: 55;
    padding: 0;
    position: relative;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
} */

.more-links-dropdown {
    display: none;
    padding: 0rem;
    line-height: 1.5rem;
    position: relative;
    color: white;
    padding-bottom: 0.5rem;
}

.nav-more-links::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23111' d='M8.187 11.748l6.187-6.187-1.06-1.061-5.127 5.127L3.061 4.5 2 5.561z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    filter: invert(100%);
    height: 1rem;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    text-indent: calc(100% + 10rem);
    top: calc(1rem + 0.25rem);
    width: 1rem;
}

.show {
    display: block;
}

.right-container {
    display: flex;
    float: right;
    gap: .5rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-top: 1.5rem;
}

.p-table-of-contents__header {
    font-variant-caps: all-small-caps;
    font-variant-numeric: oldstyle-nums;
    letter-spacing: .05em;
    margin-bottom: .625rem;
    font-weight: 550;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0;
    padding-top: .375rem;
}

p.caption {
    margin-bottom: .125rem;
}



a.headerlink {
    color: transparent;
}
