@media print {
    .widget-share {
        display: none;
    }
}

.widget-share.stacked {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 1em;
    clear: both;
    display: block;
    float: left;
    margin-left: -100px;
    padding: 10px 0.5em 10px 0.5em;
    position: absolute;
    z-index: 10;
    margin: 1em -8em 10px -7em;
}

#layout_main.with_bigcover .widget-share.stacked {
    margin: 24em -8em 10px -6em;
}

#layout_main.without_bigcover #view .widget-share.stacked {
    margin: 1em -8em 10px -9em;
}

/*#layout_main.without_bigcover .widget-share.stacked {
    display: none;
}*/

@media(max-width: 1500px) {
    .widget-share.stacked { display: none; }
}

.widget-share > div {
    margin: 4px 4px 0px;
}

.widget-share .tweet {
    font-size: 0px;
}

.widget-share.stacked .tweet iframe {
    max-width: 80px;
}

.widget-share .weibo {
    padding-top: 2px;
}

.widget-share .facebooklike {
}

.widget-share .ytsubscribe {
    margin-top: 2px;
}

.widget-share.stacked > div {
    margin: 8px auto !important;
    text-align: center;
    float: none;
}

.fb-like span {
    z-index: 6;
}





.widget-share {
    list-style: none !important;
}

.widget-share > li > * {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

.widget-share > li:hover > * {
    background-color: #f5f8fa;
}

.widget-share {
    border: 0;
    box-shadow: 0px 5px 15.3px 2.7px rgba(50, 50, 93, 0.24);
    left: auto;
    right: 1.1rem;
    top: 3.1rem;
}

.widget-share:after {
    content: ' ';
    right: 7%;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    position: absolute;
}

.article_social__share-icon {
    margin-right: .4rem;
}

.article_social__share-icon--facebook {
    color: #3b5998;
}

.article_social__share-icon--twitter {
    color: #1da1f2;
}

.article_social__share-icon--copy {
    color: #bfbfbf;
}

.article_social .article-bookmark {
    font-size: 2.4rem;
}

.widget-share-copylink {
    opacity: 0;
}

.widget-share-copylink.active {
    opacity: 1;
    transition: .3s;
}

.widget-share.dropdown-menu {
    min-width: 210px;
}

.x-twitter-link {
    display: flex!important;
    align-items: center;
}

.x-twitter-link svg.x-twitter {
    width: 1.6rem;
    margin-right: 0.9rem;
}

.sp-social-share .x-twitter-link svg.x-twitter {
    width: 1.4rem;
    margin-right: 0.7rem;
}
