/* ---------- Register page ---------- */
.pf-required {
  color: #f87171;
  font-size: 0.8em;
}

.pf-auth-switch {
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  margin: 22px 0 0;
}

.pf-auth-switch a {
  color: #f3dd9b;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pf-auth-switch a:hover {
  color: #d4af37;
  text-decoration: underline;
}

.pf-back-link--auth {
  margin-left: 20px;
}

.pf-edit-form input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin-right: 8px;
  accent-color: #d4af37;
}