/* Shared live password-requirement checklist (CORE-3535).
   Used by the login set-password screens and (inline twin) the SRP challenge
   panel. Class-based only — no "#" — so the markup include is CFML-context safe. */
.pwc-list { list-style: none; padding-left: 0; margin: 12px 0 18px; }
.pwc-list li { color: #888; font-size: 13px; line-height: 1.9; }
.pwc-list li.pwc-ok { color: #1ab394; }
.pwc-list .pwc-icon { display: inline-block; width: 18px; text-align: center; font-weight: bold; }
