/* Increase spacing between nav items */
.main-nav > li > a {
  padding: 10px 13px;
}

/* Prevent Google button from growing and creating right-side empty space */
@media (min-width: 1280px) {
  .header-inner > [google-add-preferred-source-btn] {
    flex: 0 0 auto;
    width: 260px;
    max-width: 260px;
  }
  /* Push nav group to the right so there's no dead space */
  .main-nav { margin-left: auto; }
}
