/* GamesFrog custom overrides (loaded after style.min.css). */

/* Center the header search bar on desktop. On mobile (<992px) the search moves into
   the burger menu via data-da, so scope this to desktop only. */
@media (min-width: 62rem) {
  .header__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__search {
    margin-left: auto;
    margin-right: auto;
  }
}
