.soti-password-exposure { max-width: 70rem; }
.soti-password-exposure input { box-sizing: border-box; display: block; width: 100%; }
.soti-password-exposure__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.soti-password-exposure__actions button { min-height: 44px; }
.soti-password-exposure__clear { background: transparent; border: 1px solid currentColor; border-radius: .25rem; color: inherit; cursor: pointer; padding: .6rem 1rem; }
.soti-password-exposure input:focus-visible, .soti-password-exposure button:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
.soti-password-exposure__hint { font-size: .9em; }
.soti-password-exposure__progress { margin-top: 1.5rem; }
.soti-password-exposure__progress-message { font-weight: 700; margin-bottom: .5rem; }
.soti-password-exposure__progress-bar { display: block; height: 1rem; max-width: 24rem; width: 100%; }
.soti-password-exposure__results { background: #f7f8fa; border-radius: .5rem; margin-top: 1.5rem; padding: 1.25rem; }
.soti-password-exposure__result--exposed { border-left: .35rem solid #b42318; }
.soti-password-exposure__result--not-found { border-left: .35rem solid #a15c00; }
.soti-password-exposure__result--error { border-left: .35rem solid #5f6b7a; }
.soti-password-exposure__results p { margin: .5rem 0; }
.soti-password-exposure__disclaimer { font-weight: 700; }
.soti-password-exposure__context { border-top: 1px solid #d0d5dd; margin-top: 2rem; padding-top: 1.5rem; }
.soti-password-exposure__context h3 { margin: 1.5rem 0 .5rem; }
.soti-password-exposure__context h3:first-child { margin-top: 0; }
.soti-password-exposure__risk-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.soti-password-exposure__risk-grid section { background: #f7f8fa; border-radius: .5rem; padding: 1rem; }
.soti-password-exposure__risk-grid h4 { margin: 0 0 .5rem; }
.soti-password-exposure__risk-grid p { margin: 0; }
@media (max-width: 640px) { .soti-password-exposure__risk-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .soti-password-exposure__actions > * { width: 100%; } }
