.share-buttons {
  margin: 2.5rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}

.share-buttons h3 {
  margin: 0;
  font-size: 0.889rem;
  font-weight: 400;
  color: #999;
}

.share-buttons-group {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.share-btn-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  transition: color 0.15s ease;
}

.share-btn i {
  font-size: 1.2rem;
}

.share-btn:hover {
  color: #333;
}

.share-btn-bluesky:hover {
  color: #1c77ac;
}

.share-btn-copy:hover {
  color: #4caf50;
}
