@media (max-width: 920px) {
  .site-header .header-actions {
    gap: 8px;
  }

  .site-header .header-actions .mobile-login-cta,
  .site-header .header-actions .mobile-login-cta:link,
  .site-header .header-actions .mobile-login-cta:visited,
  .site-header .header-actions .mobile-login-cta:hover,
  .site-header .header-actions .mobile-login-cta:focus,
  .site-header .header-actions .mobile-login-cta:active {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .site-header .header-actions > .nav-cta:not(.mobile-login-cta),
  .site-header .header-actions > .nav-cta:not(.mobile-login-cta):link,
  .site-header .header-actions > .nav-cta:not(.mobile-login-cta):visited,
  .site-header .header-actions > .nav-cta:not(.mobile-login-cta):hover,
  .site-header .header-actions > .nav-cta:not(.mobile-login-cta):focus,
  .site-header .header-actions > .nav-cta:not(.mobile-login-cta):active {
    box-sizing: border-box;
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 82px !important;
    height: 38px !important;
    min-width: 82px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 11px;
    background: #10367d;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none !important;
    transform: none !important;
  }
}

@media (max-width: 380px) {
  .site-header .header-actions > .nav-cta:not(.mobile-login-cta),
  .site-header .header-actions > .nav-cta:not(.mobile-login-cta):link,
  .site-header .header-actions > .nav-cta:not(.mobile-login-cta):visited,
  .site-header .header-actions > .nav-cta:not(.mobile-login-cta):hover,
  .site-header .header-actions > .nav-cta:not(.mobile-login-cta):focus,
  .site-header .header-actions > .nav-cta:not(.mobile-login-cta):active {
    width: 76px !important;
    min-width: 76px !important;
    font-size: 12px;
  }
}
