.ah-pw-meter {
    margin: 0.35rem 0 1rem;
    text-align: start;
}
.ah-pw-meter__bar {
    height: 8px;
    border-radius: 999px;
    background: rgba(18, 20, 26, 0.08);
    overflow: hidden;
}
.ah-pw-meter__fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    transition: width .2s ease, background .2s ease;
}
.ah-pw-meter__label {
    margin-top: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
}
.ah-pw-meter__hints {
    margin: 0.35rem 0 0;
    padding-inline-start: 1.1rem;
    color: #d21f26;
    font-size: 0.82rem;
}
.ah-pw-meter__match {
    margin-top: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
}
html[data-theme="dark"] .ah-pw-meter__bar {
    background: rgba(255, 255, 255, 0.08);
}
