@media (max-width: 920px) {
  .site-header .nav .mobile-menu-actions {
    display: grid;
    grid-template-columns: minmax(0, 178px);
    gap: 10px;
    justify-content: center;
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid #e6edf7;
  }

  .site-header .nav .mobile-menu-action {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border: 1px solid #10367d;
    border-radius: 10px;
    background: #ffffff;
    color: #001f55;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
  }

  .site-header .nav .mobile-menu-auth {
    background: #ffffff;
    color: #001f55;
  }
  .site-header .nav[data-open="true"] {
    align-items: center;
    text-align: center;
  }

  .site-header .nav[data-open="true"] > a:not(.mobile-menu-action) {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 921px) {
  .site-header .nav .mobile-menu-actions {
    display: none;
  }
}
