:root[data-style="pro"] #theme-select,
:root[data-style="pro"] label[for="theme-select"]{ display:none !important; }

/* Force-hide ANY palette UI in Pro (native select + fancy components) */
:root[data-style="pro"] #theme-select,
:root[data-style="pro"] label[for="theme-select"],
:root[data-style="pro"] #theme-select + *,
:root[data-style="pro"] .theme-dropdown,
:root[data-style="pro"] .theme-picker,
:root[data-style="pro"] .theme-swatch,
:root[data-style="pro"] [class*="theme"][class*="picker"],
:root[data-style="pro"] [aria-label*="Palette" i]{
  display: none !important;
}
