/* Immediately hide the thread options popper while JS closes it properly */
[data-radix-popper-content-wrapper]:has(#rename-thread) {
    visibility: hidden !important;
}
