/* NOOR: Touch UX Fix (logo tap transparent square) */
a, button, [role="button"]{
  -webkit-tap-highlight-color: transparent !important;
  tap-highlight-color: transparent !important;
}
a:focus, button:focus, [role="button"]:focus,
a:focus-visible, button:focus-visible, [role="button"]:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}
a:active, button:active, [role="button"]:active{
  background: transparent !important;
  box-shadow: none !important;
}
.logo, .brand, .brandbar, .noor-brand, .site-logo, .logo-wrap, .hero-logo,
.logo a, .brand a, a.logo, a.brand{
  -webkit-tap-highlight-color: transparent !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
