/* Social Share Styles */
.share-buttons {
  display: flex;
  align-items: center;
}

.share-buttons .btn-link {
  text-decoration: none;
}

/* Icon sizing */
.share-buttons i {
  font-size: 1.5rem;
}

/* Brand colors */
.icon-x { color: #000000; }
.icon-facebook { color: #1877F2; }
.icon-telegram { color: #26A5E4; }
.icon-whatsapp { color: #25D366; }
.icon-whatsapp-business { color: #128C7E; }
.icon-copy { color: #6c757d; }

/* Subtle hover for links */
.share-buttons a:hover i,
.share-buttons button:hover i {
  opacity: 0.85;
}
