.auth-legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  gap: 8px;
  color: rgba(7, 63, 74, 0.42);
  font-size: 0.72rem;
  font-weight: 750;
}

.auth-legal-links a,
.auth-legal-consent a {
  color: #08756c;
  text-decoration: none;
}

.auth-legal-links a:hover,
.auth-legal-consent a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.auth-legal-consent {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  margin: 2px 0 0;
  gap: 9px;
  color: rgba(7, 63, 74, 0.7) !important;
  font-size: 0.7rem !important;
  font-weight: 650 !important;
  line-height: 1.4;
  text-align: left;
}

.auth-legal-consent input {
  width: 17px !important;
  height: 17px !important;
  min-height: 17px !important;
  margin: 1px 0 0 !important;
  accent-color: #21c39b;
}

@media (max-width: 720px) {
  .auth-legal-links {
    padding-bottom: max(2px, env(safe-area-inset-bottom));
  }
}
