@media screen and (min-width: 1024px) {
  .site-header .header-actions:not(:empty) {
    grid-template-columns: 1fr auto auto auto;
  }
}