    width: 35px;
    /* Smaller size */
    }

    .share-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        color: white !important;
    }

    .share-btn i {
        margin: 0 !important;
    }

    /* Specific Colors */
    .share-btn.facebook {
        background-color: #3b5998;
    }

    .share-btn.twitter {
        background-color: #1da1f2;
    }

    .share-btn.whatsapp {
        background-color: #25d366;
    }

    .share-btn.instagram {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }

    .share-btn.copy-link {
        background-color: #6c757d;
    }

    /* Mobile Adjustments */
    @media (max-width: 480px) {
        .share-buttons {
            gap: 8px;
        }

        .share-btn {
            width: 35px;
            height: 35px;
            font-size: 16px;
        }
    }