.pw-checklist {
    padding: 0.5rem 0 0 0;
    font-size: 95%;
}

.pw-item {
    display: flex !important;
    align-items: center;
    margin-bottom: 3px;
}

.pw-item:last-child {
    margin-bottom: 0;
}

.pw-icon {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.success .pw-icon::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='4' fill='%234caf50'/%3E%3Cpath d='M9 16.17L5.83 13 4.41 14.41 9 19 20 8 18.59 6.59 9 16.17Z' fill='white'/%3E%3C/svg%3E");
}

.error .pw-icon::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='4' fill='%23f44336'/%3E%3C/svg%3E%0A");
}
