/* Safari contact AutoFill controls only in search fields, never booking forms. */
#page-header input[name="s"]::-webkit-contacts-auto-fill-button,
.w-search input[name="s"]::-webkit-contacts-auto-fill-button,
form[role="search"] input[name="s"]::-webkit-contacts-auto-fill-button,
.fro-search-form input[name="s"]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
}
