/* TomSelect base customization for dropdown appearance */
.ts-control {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xml:space=%27preserve%27 viewBox=%270 0 12 8%27%3E%3Cpath d=%27M1.59.744A.833.833 0 1 0 .41 1.923l5 5a.833.833 0 0 0 1.18 0l5-5A.833.833 0 1 0 10.41.744L6 5.154 1.59.745Z%27/%3E%3C/svg%3E")!important;
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 1rem !important;
    padding: .75rem 3.5rem .75rem 1rem !important;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #8c8f94 !important;
    background-color: #fff !important;
}

.ts-control input {
    color: #2c3338 !important;
}

/* Faculty image styling */
.faculty-listing-img img {
    width: 100%;
    height: auto;
}

/* Hide emeritus faculty by default on page load (overridden by JS filters when active) */
.faculty-page .faculty-listing-item[data-emeritus="true"] {
    display: none !important;
}

/* Hide media contact checkbox */
.Filters__checkbox {
    display: none !important;
}