.multi-share-buttons {
    margin: 20px 0;
}

.multi-share-container {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.multi-share-container .btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

/* Kolory przycisków */
.btn.chatgpt { background-color: #10a37f; }
.btn.perplexity { background-color: #6f42c1; }
.btn.grok { background-color: #1c1c1e; }
.btn.google-ai { background-color: #4285F4; }
.btn.gemini { background-color: #673ab7; }
.btn.copilot { background-color: #0078d4; } /* Microsoft niebieski */

.btn.claude { background-color: #ff9800; }   /* pomarańczowy / Anthropic */
.btn.metaai { background-color: #1877f2; }   /* niebieski Meta */
.btn.mistral { background-color: #e91e63; }  /* różowy Mistral */
.btn.deepseek { background-color: #2c3e50; } /* ciemny grafit */
