.avatar {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar .badge {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #28c76f;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
    border: 2px solid #fff;
}