
        .share-button {
            display: flex;
            gap: 10px;
        }
        .share-button a {
            text-decoration: none;
            padding: 10px 10px;
            color: white;
            border-radius: 5px;
            font-size: 10px;
        }
        .whatsapp { background: #25D366; }
        .facebook { background: #1877F2; }
        .twitter { background: #1DA1F2; }
   