.home-story-share { display:flex; align-items:center; gap:10px; margin-top:10px; }
.home-story-share button { min-height:40px; padding:8px 12px; border:1px solid rgba(29,48,37,.14); background:rgba(255,255,255,.58); font-weight:800; }
.home-story-share button:hover { border-color:rgba(29,48,37,.28); background:#fff; }
.home-story-share small { color:#728077; font-size:.72rem; line-height:1.35; }
.home-story-share small[data-state="working"] { color:#6f7350; }
.home-story-share small[data-state="ready"] { color:#476b31; }
.home-story-share small[data-state="error"] { color:#8c493e; }
@media (max-width:760px) { .home-story-share { align-items:flex-start; flex-direction:column; } }
