.share-dropdown .dropdown-menu,
.share-dropdown-menu,
.up-dropdown {
    position: absolute !important;
    z-index: 10500 !important;
    min-width: 170px;
}
.share-dropdown {
    position: relative;
    overflow: visible !important;
}

.share-toggle-btn {
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--text2, #A0AAB8);
}

.share-toggle-btn:hover {
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--text1, #E8ECF4);
    background: rgba(255, 255, 255, 0.06);
}
