.pld-like-dislike-wrap {
    display: flex;
    gap: 3rem;
}

.pld-common-wrap {
    display: flex;
    gap: 1.3rem;
}

.unselected{
    display: none;
}

.share-com__content .pld-common-wrap {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    white-space: nowrap;
    width: 80px;
    height: 40px;
    font-family: Gilroy Bold, sans-serif;
    font-size: 16px;
    color: #1e293b
}

.pld-count-wrap {
    font-weight: 900;
    font-size: 1.6rem;
}

.pld-like-dislike-wrap.pld-custom img {
    width: 2rem;
}

.pld-share-wrap {
    display: inline-block;
    margin-left: 50px;
}

.pld-share-wrap a {
    box-shadow: 0 0 0 !important;
    margin: 0 10px;
    border: 1px solid #fff;
}

a.pld-facebook {
    background: #3b5998 !important;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
}

a.pld-twitter {
    background: #55acee !important;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    padding: 5px 7px;
}

a.pld-facebook:hover {
    background: #fff !important;
    color: #3b5998 !important;
    border: 1px solid;
}

a.pld-twitter:hover {
    background: #fff !important;
    color: #55acee !important;
    border: 1px solid;
}

.pld-like-dislike-wrap br {
    display: none;
}

.pld-like-dislike-wrap p {
    display: none;
}

.pld-like-dislike-wrap.pld-template-3 {
    /* margin-bottom: 20px; */
}