.tulipsoft-auth-nav {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  min-height: 36px;
  white-space: nowrap;
}

.tulipsoft-auth-nav a,
.tulipsoft-auth-nav button {
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.tulipsoft-auth-nav a {
  color: inherit;
  padding: 10px 0;
}

.tulipsoft-auth-nav button {
  border: 1px solid rgba(31, 41, 55, .18);
  background: #ffffff;
  color: #1f2937;
  cursor: pointer;
  padding: 9px 12px;
}

.tulipsoft-auth-nav button:hover,
.tulipsoft-auth-nav a:hover {
  color: #111827;
}

.tulipsoft-auth-nav button:disabled {
  cursor: wait;
  opacity: .55;
}

.tulipsoft-auth-button-primary {
  background: #1f6f4a !important;
  border-color: #1f6f4a !important;
  color: #ffffff !important;
}

.tulipsoft-auth-placeholder {
  display: inline-block;
  height: 32px;
  width: 132px;
}

.tulipsoft-auth-nav[data-loading="true"] {
  visibility: hidden;
}

.tulipsoft-auth-nav-floating {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(31, 41, 55, .14);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, .12);
  padding: 8px;
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 1000;
}

.tulipsoft-auth-nav-compact {
  margin-left: auto;
}

@media (max-width: 760px) {
  .tulipsoft-auth-nav {
    gap: 8px;
  }

  .tulipsoft-auth-nav button,
  .tulipsoft-auth-nav a {
    font-size: 13px;
  }

  .tulipsoft-auth-nav-floating {
    left: 12px;
    right: 12px;
    top: 12px;
    justify-content: flex-end;
  }
}
