/*
 * JobLik 0.30.72 — one account entry point in the public header.
 * Standalone guest login/register buttons are removed server-side.
 */
@media (min-width: 1251px) {
  .public-body .v064-header {
    grid-template-columns:
      minmax(185px, 215px)
      minmax(0, 1fr)
      minmax(365px, 430px) !important;
  }

  .public-body .v064-header-actions {
    max-width: 430px !important;
  }

  .public-body .account-center {
    flex-basis: 158px !important;
    min-width: 148px !important;
  }

  .public-body .account-center-trigger {
    min-width: 148px !important;
  }

  .public-body .account-center-copy b {
    white-space: nowrap !important;
  }
}

@media (min-width: 901px) and (max-width: 1250px) {
  .public-body .v064-header {
    grid-template-columns:
      minmax(170px, 195px)
      minmax(0, 1fr)
      minmax(300px, 370px) !important;
  }

  .public-body .v064-header-actions {
    max-width: 370px !important;
  }

  .public-body .account-center {
    flex-basis: 146px !important;
    min-width: 136px !important;
  }
}
