.story-share-button {
  align-items: center;
  appearance: none;
  background: linear-gradient(115deg, #833ab4, #fd1d1d, #fcb045);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgb(131 58 180 / 25%);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: 700 1rem/1.1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: 0.65rem;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.25rem;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.story-share-button:hover {
  box-shadow: 0 13px 30px rgb(131 58 180 / 34%);
  transform: translateY(-1px);
}

.story-share-button:focus-visible {
  outline: 3px solid #405de6;
  outline-offset: 3px;
}

.story-share-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.story-share-icon {
  fill: none;
  height: 1.25rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 1.25rem;
}
