.giro-password-checklist { margin: -0.35rem 0 1rem; padding: .8rem .9rem; border: 1px solid rgba(85,156,226,.28); border-radius: 12px; background: rgba(11,37,63,.55); color: #dcecff; font-size: .85rem; }
.giro-password-checklist__header { display:flex; justify-content:space-between; gap:.75rem; align-items:center; margin-bottom:.45rem; }
.giro-password-checklist__title { font-weight:700; }
.giro-password-checklist__title .fas { color:#6cb8ff; margin-right:.3rem; }
.giro-password-checklist__score { color:#9bc9f2; white-space:nowrap; }
.giro-password-checklist__progress { height:5px; border-radius:9px; background:rgba(148,163,184,.2); overflow:hidden; margin-bottom:.55rem; }
.giro-password-checklist__progress span { display:block; height:100%; width:0; background:#24c28a; transition:width .2s ease; }
.giro-password-checklist__list { list-style:none; padding:0; margin:0; display:grid; gap:.25rem; }
.giro-password-checklist__item { display:flex; align-items:center; gap:.45rem; color:#9fb6cc; }
.giro-password-checklist__icon { width:1rem; text-align:center; }
.giro-password-checklist__item.is-valid { color:#75e0b3; }
.giro-password-checklist__item.is-invalid { color:#ff9b9b; }
.giro-password-checklist__item.is-valid .giro-password-checklist__icon { color:#24c28a; }
.giro-password-checklist__item.is-invalid .giro-password-checklist__icon { color:#ff6b6b; }
