.ai-share-buttons {
  margin-top: 30px;
}

.ai-share-buttons p {
  font-weight: bold;
  margin-bottom: 10px;
}

.ai-share-buttons .btn {
  display: inline-block;
  margin: 5px 7px 5px 0;
  padding: 10px 16px;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s;
}

.ai-share-buttons .chatgpt { background: #00b49e; }
.ai-share-buttons .perplexity { background: #7a52c2; }
.ai-share-buttons .whatsapp { background: #25D366; }
.ai-share-buttons .linkedin { background: #0077b5; }
.ai-share-buttons .x { background: #000000; }
.ai-share-buttons .grok { background: #2d2d2d; }
.ai-share-buttons .google { background: #448aff; }

.ai-share-buttons .btn:hover {
  opacity: 0.85;
}
