/**
 * FM-POLISH-006B — Same-origin legal readers + Support topics
 */

body.fm-polish-006b-auth .fm-auth-support-topics {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
  width: 100%;
  max-width: var(--fm-p6-form-w, 520px);
}

body.fm-polish-006b-auth .fm-auth-support-topic {
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  text-align: start;
  border-radius: 12px;
  border: 1px solid rgba(212, 224, 216, 0.35);
  background: rgba(244, 240, 230, 0.08);
  color: var(--fm-p6-ink, #F4F0E6);
  font: inherit;
  font-size: 15px;
  cursor: pointer;
}

body.fm-polish-006b-auth .fm-auth-support-topic:hover,
body.fm-polish-006b-auth .fm-auth-support-topic:focus-visible {
  background: rgba(232, 240, 234, 0.16);
  outline: 2px solid rgba(212, 224, 216, 0.7);
  outline-offset: 2px;
  color: #FFFDF7;
}

body.fm-polish-006b-auth .fm-auth-support-detail {
  margin-top: 18px;
  text-align: start;
  color: var(--fm-p6-muted, #C5CEC7);
  font-size: 14.5px;
  line-height: 1.5;
}

body.fm-polish-006b-auth .fm-auth-support-detail[hidden] {
  display: none !important;
}

body.fm-polish-006b-auth .fm-auth-support-detail .fm-auth-btn {
  margin-top: 14px;
}

body.fm-polish-006b-auth .fm-auth-support-mail-secondary {
  margin-top: 20px !important;
  font-size: 13px;
}

body.fm-polish-006b-auth .fm-auth-legal-body {
  max-height: min(48vh, 440px);
}
