.share-with-ai{display:flex;gap:10px;flex-wrap:wrap}
/* Summarize with AI - Public Styles */
.share-with-ai{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.share-ai-text span{font-weight:600;margin-right:8px}
.share-ai a{display:flex;align-items:center;gap:6px;padding:6px 8px;border:1px solid #e5e5e5;border-radius:6px;text-decoration:none}
.share-ai img{width:18px;height:18px}
.share-ai { display : flex; }
.share-with-ai .share-ai.chatgpt a {
    background-color: #10a37f !important;
}
 .share-with-ai .share-ai.grok a {
    background-color: #000 !important;
}
 .share-with-ai .share-ai.perplexity a {
    background-color: #20808d !important;
}

.share-ai img {
    width: 18px;
    height: 18px;
}
 .share-with-ai .share-ai.claude a {
    background-color: #d77655 !important;
}
.share-with-ai .share-ai a , .share-with-ai .share-ai a  span { color : #fff !important }
