/* Header search width fix */
.live-search-form-field {
  flex-grow: 0;
  flex-shrink: 1;
  width: calc(100% - 53px);
}
