/* Hiding company toggle */
li:has(a[title="Switch Active Company"]) {
    display: none !important;
}
