/* Global: remove all shadows (box/text/drop) */
*, *::before, *::after {
  box-shadow: none !important;
  text-shadow: none !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  --tw-inset-shadow: 0 0 #0000 !important;
  --tw-ring-shadow: 0 0 #0000 !important;
  --tw-ring-offset-shadow: 0 0 #0000 !important;
  --tw-drop-shadow: !important;
}

/* Neutralize pure drop-shadow filters used as glow shadows */
[style*="drop-shadow"] {
  filter: none !important;
}
