/* Remove focus outlines across the whole Elementor site */
.elementor *:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Remove tap highlight on mobile */
.elementor * {
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  tap-highlight-color: transparent;
}
