/* Restore native New API dialog/sheet interaction on admin pages.
   The customized shell style made Radix overlay sit above its content. */
body:has([role="presentation"].fixed.inset-0.z-50) [role="presentation"].fixed.inset-0.z-50 {
  pointer-events: none !important;
}
