/* ========================================
   分享按钮样式 (share-buttons)
   ======================================== */

.share-btn {
    transition: all 0.2s ease;
    display: inline-block;
}
.share-btn:hover {
    color: #0d6efd !important;
    transform: translateY(-1px);
}
.share-dropdown .dropdown-item {
    padding: 0.5rem 1rem;
    transition: background-color 0.2s;
}
.share-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
}
.share-dropdown .dropdown-item i {
    font-size: 1.1em;
    vertical-align: -2px;
}
