    .aonline-share {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .aonline-share-btn {
        border: none;
        cursor: pointer;
        padding: 8px 10px;
        border-radius: 8px;
        color: white;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s ease;
        min-width: 40px;
        min-height: 40px;
    }

    .aonline-share-btn i {
        font-size: 18px;
    }

    .aonline-share-btn .icon {
        width: 20px;
        height: 20px;
    }

    .aonline-share-btn:hover {
        transform: scale(1.1);
    }

    /* Individual network colors */
    .aonline { background: #333333; }
    .facebook { background: #1877f2; }
    .whatsapp { background: #25d366; }
    .telegram { background: #0088cc; }
    .x-twitter { background: #000000; }
    .linkedin { background: #0077b5; }
    .copy { background: #666; }
    #aonline-share-native {
        background: #0078d4;
    }

    .aonline-share-btn-blk {
        float: left;
        padding: 5px;
    }
