.share-tools {
  margin-block: 2rem;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: .85rem;
  background: var(--surface-soft);
}

.share-tools h2 {
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 1.3rem;
}

.share-fallback {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  align-items: center;
  margin-top: 1rem;
}

.share-fallback a,
.link-button {
  font: inherit;
  font-weight: 700;
}

.link-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--accent);
  text-decoration: underline;
  cursor: pointer;
}

.link-button:hover {
  text-decoration-thickness: .14em;
}

.share-status {
  min-height: 1.5rem;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .share-fallback {
    align-items: flex-start;
    flex-direction: column;
  }
}
