.share-badge-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    border-bottom: 1px solid #7e7e7e;
    padding-bottom: 10px;
}
.share-badge-wrapper .icon{
    width: 30px;
    height: 30px;
    cursor: pointer;
}