.share-story-fab {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
    border: 0;
    border-radius: 999px;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 700;
    color: #22190d;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    background: linear-gradient(135deg, #ffd56f 0%, #ffbe4a 100%);
  }

  .share-story-fab:hover {
    transform: translateY(-1px);
  }
