/* Footer search-specific overrides */

/* Hide the native search clear icon so only the custom pink button appears */
.footer-search input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.footer-search input[type='search']::-ms-clear,
.footer-search input[type='search']::-moz-search-clear {
  display: none;
}
