.custom-share-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
}

.share-label {
  font-weight: 600;
  margin-right: 4px;
}

.custom-share-links .share-link {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.15s ease;
  background-color: #880000;
  color: #fff;
  min-width: 50px;
  text-align: center;
  cursor: pointer;
  font: inherit;
}

.custom-share-links .share-link:hover {
  opacity: 0.9;
  text-decoration: none;
}
