/* Talkao Social Share Icons styling */

.talkao-social-share {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin: 15px 0;
}

.talkao-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    text-decoration: none;
}

.talkao-share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    filter: brightness(1.05);
}

.talkao-share-btn svg {
    width: 44px;
    height: 44px;
    display: block;
}

/* Admin Styles (Optional preview styles) */
.talkao-admin-preview {
    margin-top: 10px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    display: inline-block;
}
