fieldset.facet {
    overflow-y: auto;
    min-height: fit-content;
    max-height: 180px;
    scrollbar-color: #2d4c62 #dae0e8;
}

fieldset.facet::-webkit-scrollbar-track {
            border-radius: 8px;
            background-color: #e7e7e7;
            border: 1px solid #cacaca;
        }
        
fieldset.facet::-webkit-scrollbar-thumb {
            border-radius: 8px;
            background-color: #d55959;
        }

a.uri-value-link::after {  
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0ac";
    display: inline-block;
    margin-left: .5em;
}

a.uri-value-link:hover::after {  
    font-family: serif;
    font-weight: 900;
    content: "hover text test";
    display: inline-block;
    margin-left: .5em;
}

.faceted-browse-page td {
    vertical-align: top;
}

.faceted-browse-page #section-sidebar {
    width: 20%;
    padding-right: .5rem;
}

/* Edit to prevent metadata browse links from being out of scale */
.property .value a {
    padding: initial;
}

/* Change footnotes to be plain text, not italicized */
.footnotes cite {
    font-style: normal;
}

/* Footnotes heading should be left-aligned */
.footnotes h2 {
    padding-left: 0;
    font-size: 20px;
}