.share-buttons {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 12px 0;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s;
}

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

.share-btn--x {
  background: #000;
  color: #fff;
}

.share-btn--line {
  background: #06c755;
  color: #fff;
}
