<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.share-social {
    display: none;
}

.share-social .share-list {
    position: relative;
    display: inline-block;
}

.share-social .share-list .item {
    position: relative;
    display: inline-block;

    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #fff;

    margin: 0 3px;

    cursor: pointer;
    visibility: visible;
}

.share-social .share-list .item:hover {
    opacity: 0.85;
}

.share-social.hide .share-list .item {
    /*visibility: hidden;*/
    display: none;
}
.share-social.hide .share-list .item.item-slide {
    /*visibility: hidden;*/
    display: block;
}

.share-social.hide .share-list .item-slide {
    visibility: visible;
}

.share-social.fix-left .item,
.share-social.fix-right .item {
    display: block;
    margin: 5px 0;
}

.share-social.fix {
    position: fixed;
    z-index: 999;
    /*top: -100px;*/
    left: -100px;
}

.fab {
    font-size: 14px;
}

.fab.fa-500px {
    font-size: 16px;
}

.fa-sms:after {
    content: url(../../../images/icon/sms-icon.svg);
    width: 32px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.fa-like {
    background: url("../../../images/icon/like-icon.svg") no-repeat center;
    width: 26px;
    height: 30px;
    background-size: 100%;
}

.repost-icon {
    width: inherit;
    height: inherit;
}

.share-social.mobile .item {
    width: 50px;
    height: 50px;
    line-height: 55px;
}

.share-social.mobile .item-slide {
    line-height: 65px;
}

.share-social.mobile .fa-sms:after {
    width: 50px;
}

.share-social.mobile .item .fab,
.share-social.mobile .item .fab {
    font-size: 20px;
}</pre></body></html>