@media (max-width: 1450px) {
  .shared-page-header-actions > button:nth-child(n + 3):nth-child(-n + 7) {
    display: none;
  }

  .shared-page-header-actions > button:nth-last-child(-n + 2) {
    display: flex;
  }
}
