/**
 * Hide the dynamic currency selector (#sf-i18n and its children)
 * We now use the React-based currency selector in SlabForgeHeader.js
 */
#sf-i18n,
#sf-i18n *,
#sf-cur,
#sf-lang {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
