/* Search page: reserve space for the icon so the prompt never clips beneath it. */
.search .search-box .hg-search-page-input,
.search .search-box .hg-search-page-input:focus {
  padding-right: 64px !important;
}

@media only screen and (max-width: 640px) {
  .hg-search-page-input {
    font-size: 18px !important;
    letter-spacing: 0.2px !important;
  }
}

@media only screen and (max-width: 360px) {
  .hg-content-nav .content-nav-bar-links li {
    padding-right: 0 !important;
    font-size: 15px !important;
    white-space: nowrap;
  }
}
