
.blog-social-share-block{
    padding: 16px 21px;
    border-radius: 10px;
    background-color: #09103F;
}
.blog-social-share-row{
    display: flex;
    align-items: center;
    gap: 12px;
}
.blog-social-share-y{
    width: 59px;
}
.blog-social-share-row p{
    font-weight: 500;
    font-size: 18px;
    line-height: 146%;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    margin: 0;
    width: 80%;
}


.social-block-icon{
    background-color: transparent;
    border: none;
    width: 37px;
    margin: 0 0 0 auto;
}
.social-block-icon{
    position: relative;
}
.social-block-icon img{
    cursor: pointer;
}
.social-icon-list {
    position: absolute;
    top: calc(100% + 25px);
    right: -8px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    min-width: 268px;
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    z-index: 111;
}
.social-icon-list::after{
    content: "";
    width: 28px;
    height: 20px;
    background-image: url('https://web.y-tree.com/wp-content/themes/aw-custom/assets/images/bottom-ar.png');
    background-position: center;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(105%) contrast(102%);
    rotate: 180deg;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -15px;
    right: 14px;
}
.social-icon-list ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 10px 25px;
}
.social-icon-list ul li{
    display: block;
}
.social-icon-list ul li a,
.social-icon-list ul li button {
    background: none;
    border: none;
    outline: none;
    display: block;
}
.social-icon-list ul li img{
    filter: brightness(0);
}

.blog-social-share-row .social-icon-list,
.blog-social-share-block.style2 .social-icon-list {
    display: none;
}
.blog-social-share-row .social-icon-list.show,
.blog-social-share-block.style2 .social-icon-list.show {
    display: block;
}

/* STYLE 2 */

.blog-social-share-block.style2{
    border-left: 1px solid #D1D1D136;
    border-right: 1px solid #D1D1D136;
    border-radius: 22px;
    padding: 3.4rem 4.6rem;
    background-size: cover;
    background-position: center;
    position: relative;
    /* overflow: hidden; */
    background: #D1D1D136;
    min-height: 446px;
    height: stretch;
}
.blog-social-share-block.style2.has_social {
    padding: 5.4rem 4.5rem 72px 4.5rem;
}
/* .style2-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
} */

body .style2-title{
    color: #fff;
    font-size: 3rem;
    line-height: 4rem;
    margin: 0 0 19px 0;
    letter-spacing: 0;
    font-weight: 500;
}

.style2-expand-btn{
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0px;
    position: absolute;
    bottom: 11px;
    right: 10px;
}

.style2-expand-btn img{
    width: 23px;
}

.style2-content{
    display: none;
    /* padding-top: 25px; */
}

.blog-social-share-block.style2.active .style2-content{
    display: block;
}

.style2-content p{
    color: #fff;
    font-size: 20px;
    line-height: 150%;
    font-weight: normal;
    margin: 0 0 0;
}

.style2 .style2-share-wrapper{
    position: absolute;
    bottom: 24px;
    right: 29px;
}



@media screen and (max-width: 991px) {
    .blog-social-share-row p{
        font-size: 16px;
    }
}



/* DESKTOP */
@media(min-width:768px){

    .style2-expand-btn{
        display:none;
    }

    .style2-content{
        display:block !important;
        /* padding-top:25px; */
    }
}

/* MOBILE */
@media(max-width:767px){
    .blog-social-share-row{
        justify-content: center;
        flex-wrap: wrap;
        gap: 0;
    }
    .blog-social-share-row p{
        width: calc(100% - 37px);
        padding: 0 15px 0 0;
    }
    .blog-social-share-y{
        display: none;
    }

    .blog-social-share-block.style2{
        padding:18px 8px 10px 12px;
        min-height: 149px;
        background: rgba(0, 0, 0, 0.004);
        border: none;
        border-radius: 9.4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        backdrop-filter: blur(10px);
    }
    .blog-social-share-block.style2::before{
        content:"";
        position:absolute;
        inset:0;
        border-radius:9.4px;
        padding:1px;
        background:linear-gradient( -30deg, rgba(255,255,255,0.0), rgba(255,255,255,0.0), rgba(255,255,255,0.5) );
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite:xor;
                mask-composite:exclude;
        pointer-events:none;
    }
    .blog-social-share-block.style2::after{
        content:"";
        position:absolute;
        inset:0;
        border-radius:9.4px;
        padding:1px;
        background:linear-gradient( 150deg, rgba(255,255,255,0.0), rgba(255,255,255,0.0), rgba(255,255,255,0.5) );
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite:xor;
                mask-composite:exclude;
        pointer-events:none;
    }
    body .style2-title{
        font-size: 25px;
        line-height: 27px;
        letter-spacing: -0.05em;
        font-weight: 500;
        margin-bottom: 6px;
    }
    .style2 .style2-share-wrapper{
        position: static;
        width: 21px;
        margin: -23px 0 0 0;
        float: right;
    }
    

    .style2-content{
        display:none;
    }

    .blog-social-share-block.style2.active .style2-content{
        display:block;
    }

    .blog-social-share-block.style2.active .style2-expand-btn{
        display:none;
    }

    .style2-content p{
        font-size:14px;
        line-height:18px;
        margin-bottom:0;
        float: left;
        padding: 0 23px 0 0;
        letter-spacing: -0.04em;
    }




    body .no_social .style2-title{
        margin: 0 0 0 0;
    }
    body .no_social .style2-expand-btn{
        display: none;
    }
    body .no_social .style2-content{
        display: block;
    }
    body .blog-social-share-block.no_social{
        padding: 10px 12px 10px 14px;
        background: rgba(255, 255, 255, 0.14);
        border-radius: 18px;
    }
    body .blog-social-share-block.no_social::before,
    body .blog-social-share-block.no_social::after{
        border-radius: 18px;
    }
   
    body .no_social .style2-inner{
        display: flex;
        align-items: center;
        gap: 0 9px;
    }
    body .no_social .style2-content p{
        padding: 0;
    }
    

}