After clicking on the search button, there seems to be a persistent blue outline that CSS is not correctly removing despite the settings I've applied. Here is the CSS code I have used:
input:focus {
-webkit-tap-highlight-color: rgba(0,0,0,0);
outline-style: none !important;
box-shadow: none !important;
outline-color: transparent !important;
outline-style: none !important;
border:none !important;
border-color: transparent !important;
}