#seller .line1 .img .verified {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background: #3b49df;
    box-shadow: 0 0 0 2px #fff;
}

#seller .line1 .img .verified::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    content: "\f00c";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

@media (prefers-color-scheme: dark) {
    #seller .line1 .img .verified {
        box-shadow: 0 0 0 2px #272727;
    }
}