.article-shares > .share-weixin,
.article-shares > .share-qzone,
.article-shares > .share-tsina,
.article-shares > .share-sqq,
.article-shares > .share-douban {
    display: none;
}

.hkg-share-set {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    position: relative;
}

.article-shares .hkg-share-button {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    color: #fff !important;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(35, 35, 58, .12);
    font-family: inherit;
    font-size: 10px;
    font-weight: 750;
    line-height: 1;
    cursor: pointer;
    opacity: 1;
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.article-shares .hkg-share-whatsapp {
    background: #20b85a;
}

.article-shares .hkg-share-telegram {
    background: #269ed8;
}

.article-shares .hkg-share-facebook {
    background: #1877f2;
    font-family: Arial, sans-serif;
    font-size: 17px;
}

.article-shares .hkg-share-instagram {
    background: linear-gradient(135deg, #833ab4, #e1306c 56%, #fcb045);
}

.article-shares .hkg-share-copy {
    color: #4f5161 !important;
    background: #f3f4f7;
    border: 1px solid #e4e5eb;
    box-shadow: none;
    font-size: 15px;
}

.article-shares .hkg-share-button:hover,
.article-shares .hkg-share-button:focus-visible {
    color: #fff !important;
    filter: saturate(1.08) brightness(1.04);
    box-shadow: 0 9px 20px rgba(35, 35, 58, .17);
    transform: translateY(-2px);
}

.article-shares .hkg-share-copy:hover,
.article-shares .hkg-share-copy:focus-visible {
    color: #ff6b5e !important;
}

.article-shares .hkg-share-button:focus-visible {
    outline: 3px solid rgba(255, 107, 94, .28);
    outline-offset: 3px;
}

.hkg-share-status {
    position: absolute;
    left: 0;
    bottom: calc(100% + 9px);
    min-width: max-content;
    padding: 6px 9px;
    color: #fff;
    background: #30313d;
    border-radius: 7px;
    font-size: 11px;
    line-height: 1.3;
    pointer-events: none;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 140ms ease, transform 140ms ease;
}

.hkg-share-status:not(:empty) {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 600px) {
    .hkg-share-set {
        gap: 7px;
    }

    .article-shares .hkg-share-button {
        width: 36px;
        height: 36px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .article-shares .hkg-share-button,
    .hkg-share-status {
        transition: none;
    }
}
