/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

*:focus { 
  outline: 0 !important;
  box-shadow: 0 !important;
}

*:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}