.auth-card {
  position: relative;
}

.docs-public-link {
  position: absolute;
  top: -66px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.docs-public-link:hover {
  text-decoration: underline;
}

.nav-docs {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 12px 13px;
  border-radius: 9px;
  color: #59605b;
  font-size: 13.3333px;
  text-align: left;
  text-decoration: none;
}

.nav-docs > span {
  width: 20px;
  font-size: 18px;
}

.nav-docs:hover {
  color: var(--green);
  background: #dfe4dc;
  font-weight: 700;
}

@media (max-width: 850px) {
  .docs-public-link {
    top: -42px;
  }
}
