
.tl-social-share-wrapper .social-share-btn {
    background: transparent;
    box-shadow: none;
    font-family: 'Nimbus Regular';
    font-size: 16px;
    line-height: 24px;
    color: #2C2A2A;
    display: flex;
    font-weight: 700;
    margin-left: auto;
}

.tl-social-share-wrapper .tl-share-icon {
    margin-left: 5px;
}


.tl-social-share-wrapper .social-share-options{
    display: none;
}

.tl-social-share-wrapper.active .social-share-options {
    display: block;
}

.tl-social-share-wrapper .social-share-options {
    box-shadow: 0px 4px 16px 0px #00000014;
    padding: 21px 12px 21px 12px;
    border-radius: 6px;
    width: 192px;
    top: 100%;
    right: 0;
}

.tl-social-share-wrapper .social-share-options ul {
    list-style: none;
    padding-left: 0px;
}

.tl-social-share-wrapper .social-share-options ul li {
    border-bottom: 1px solid #EDEEF6;
    padding: 11px 0px;
}

.tl-social-share-wrapper .social-share-options ul li:last-child {
    border-bottom: none;
}

.tl-social-share-wrapper .social-share-options ul li a {
    font-size: 14px;
    line-height: 21px;
    color: #2C2A2A;
    font-family: 'Nimbus Regular';
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.social-share-options {
    position: absolute;
    background: #fff;
    z-index: 2000;
}