/* Target exactly the wrapper width Statamic uses for the local switcher */
div.min-w-0.w-36:has([data-ui-combobox]) {
    display: none !important;
}

/* Backup fallback without :has pseudo-class just in case */
div.flex > div.min-w-0.w-36 > div > div[data-ui-combobox] {
    display: none !important;
}

/* Hard override */
.resource-header [data-ui-combobox], [data-ui-combobox-trigger] span.truncate {
   /* This is just to ensure it hits contextually */
}