/* One brand promise on the art panel; privacy becomes a quiet form-level trust cue. */
html body .auth-brand {
  gap: 10px !important;
}

html body .auth-brand p {
  margin-top: 2px !important;
  color: rgba(244, 255, 251, 0.88) !important;
  font-size: clamp(0.92rem, 1.5vw, 1.06rem) !important;
  font-weight: 700 !important;
}

html body .auth-private-note {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: max-content;
  max-width: 100%;
  min-height: 25px;
  margin-top: 2px;
  padding: 0 10px 0 8px;
  gap: 7px;
  border: 1px solid rgba(10, 125, 112, 0.13);
  border-radius: 999px;
  color: #08756c;
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1;
  background: rgba(13, 139, 120, 0.055);
}

html body .auth-private-note::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1.5px solid #159f87;
  border-radius: 50%;
  background: radial-gradient(circle at center, #159f87 0 2px, transparent 2.5px);
}

@media (max-width: 760px) {
  html body .auth-brand {
    gap: 3px !important;
  }

  html body .auth-private-note {
    min-height: 23px;
    padding-right: 9px;
    font-size: 0.65rem;
  }
}
