.qing-share-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.qing-share-bar--sticky {
    position: sticky;
    top: 120px;
}

.qing-share-bar__label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    white-space: nowrap;
}

.qing-share-bar__divider {
    width: 1px;
    height: 28px;
    background-color: #e5e7eb;
}

.qing-share-bar__icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.qing-share-bar__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    padding: 2px;
    line-height: 1;
}

.qing-share-bar__btn:hover {
    color: #0f1d2f;
    transform: scale(1.15);
}

.qing-share-bar__btn svg {
    width: 16px;
    height: 16px;
    display: block;
}
