/* Browser Autofocus Removal */
button:focus-visible,
button:focus,
a:focus-visible,
a:focus {
    outline: 0px solid !important;
}