.fixed-bottom-6-right-6-widget {
    position: fixed !important;
    bottom: 1.5rem !important;
    right: 1.5rem !important;
    z-index: 9999 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

.fixed-bottom-6-right-6-widget a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 3.5rem !important;
    height: 3.5rem !important;
    border-radius: 9999px !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.fixed-bottom-6-right-6-widget a:hover {
    transform: scale(1.1) !important;
}

.fixed-bottom-6-right-6-widget a:nth-child(1) {
    background: #25D366 !important;
}

.fixed-bottom-6-right-6-widget a:nth-child(1):hover {
    box-shadow: 0 10px 15px -3px rgba(37, 211, 102, 0.4) !important;
}

.fixed-bottom-6-right-6-widget a:nth-child(2) {
    background: #7360f2 !important;
}

.fixed-bottom-6-right-6-widget a:nth-child(2):hover {
    box-shadow: 0 10px 15px -3px rgba(115, 96, 242, 0.4) !important;
}

.fixed-bottom-6-right-6-widget img {
    width: 2rem !important;
    height: 2rem !important;
    display: block !important;
}

.fixed-bottom-6-right-6-widget span {
    position: absolute !important;
    right: 100% !important;
    margin-right: 0.75rem !important;
    white-space: nowrap !important;
    padding: 0.375rem 0.75rem !important;
    background: rgba(0, 0, 0, 0.8) !important;
    color: white !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    border-radius: 0.5rem !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: none !important;
}

.fixed-bottom-6-right-6-widget a:hover span {
    opacity: 1 !important;
}
.fixed-bottom-6-right-6-widget a:nth-child(3) {
    background: #0088cc !important;
}

.fixed-bottom-6-right-6-widget a:nth-child(3):hover {
    box-shadow: 0 10px 15px -3px rgba(0, 136, 204, 0.4) !important;
}
