/* hide staff from search results */
.result:has(a[href*="staff?id"]) {
    display: none !important;
}
