/* Styles for src/components/password-checklist.js and nothing else. */

.password-checklist { list-style: none; padding: 0; margin: var(--s-1) 0 var(--s-2); display: grid; gap: 2px; }
.password-checklist__rule { display: flex; align-items: center; gap: 6px; color: var(--c-text-gray); margin: 0; }
.password-checklist__rule--ok { color: var(--c-success); }
.password-checklist__mark { width: 14px; display: inline-block; text-align: center; font-size: var(--t-xs); }
