.input--clearable:has(:placeholder-shown) > button {
  display: none;
}

.input--clearable ::-webkit-search-cancel-button {
  display: none;
}
