/* Global override: remove all box-shadows site-wide */
*,
*::before,
*::after {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
