.wpex-social-share{
    &.style-minimal{
        .social-share-title{
            margin-bottom: 10px;
            .text{
                font-size: 15px;
                &::after{
                    display: none;
                }
            }
        }
        ul{
            li{
                a{
                    border: 0;
                }
            }
        }
        &.position-horizontal{
            &.disable-labels{
                li{
                    a{
                        width: 20px;
                    }
                }
            }
        }
    }
}