#header_authors_link {
    color: var(--gold) !important;
}

.alphabet_carousel_elem.two_letter {
    background-color: var(--gray2);
    font-weight: initial;
    border: none;
    font-size: small;
    width: auto;
    white-space: nowrap;
}

.author_list li {
    border-bottom: 1px solid var(--gray4);
    padding: 12px 7px;
}
.author_list li:first-child {
    border-top: 1px solid var(--gray4);
}
.author_list > li > a {
    color: var(--black1);
    text-decoration: none;
}
.author_list > li > a:hover {
    color: var(--beige4);
}