.share-bar{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:14px 0 6px}
.share-bar[data-share="bottom"]{margin:10px 0 0}
.sh-btn{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;border:0;cursor:pointer;text-decoration:none;flex-shrink:0;transition:transform .15s ease,opacity .15s ease,background-color .2s ease}
.sh-btn:hover{transform:translateY(-2px);opacity:.92}
.sh-btn svg{width:17px;height:17px;fill:#fff;pointer-events:none}
.sh-btn.copied{background:#16a34a !important}
.sh-native{width:auto;border-radius:999px;background:#4F46E5;color:#fff;font-weight:700;font-size:13.5px;padding:0 16px;height:38px;display:inline-flex;align-items:center;gap:7px;font-family:inherit}
.sh-native svg{width:15px;height:15px}
.share-block{border-top:1px solid #e5e7eb;margin-top:36px;padding-top:22px}
.share-block .share-title{font-weight:800;color:#1e1b4b;margin:0 0 2px;font-size:17px}
.share-block .share-sub{color:#6b7280;font-size:13.5px;margin:0 0 10px}
.rss-link{display:inline-flex;align-items:center;gap:7px;background:#f97316;color:#fff;text-decoration:none;font-weight:700;font-size:13px;padding:7px 14px;border-radius:999px;transition:opacity .15s}
.rss-link:hover{opacity:.9}
.rss-link svg{width:14px;height:14px;fill:#fff}
