/* css/share-row.css — רצועת שיתוף אחידה לכל המאמרים והמדריכים */
.ti-share{margin:30px 0 8px;padding:16px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:14px}
.ti-share-label{display:block;font-size:13px;font-weight:900;color:#64748b;margin-bottom:11px}
.ti-share-btns{display:flex;gap:8px;flex-wrap:wrap}
.ti-sh{display:inline-flex;align-items:center;gap:7px;border:none;border-radius:999px;padding:9px 16px;font-family:inherit;font-size:13.5px;font-weight:800;color:#fff;text-decoration:none;cursor:pointer;transition:transform .12s,filter .12s;line-height:1;white-space:nowrap}
.ti-sh:hover{transform:translateY(-2px);filter:brightness(1.08)}
.ti-sh:focus-visible{outline:3px solid #facc15;outline-offset:2px}
.ti-sh::before{font-size:15px;line-height:1}
.ti-sh.wa{background:#25d366}
.ti-sh.wa::before{content:"\1F4AC"}
.ti-sh.fb{background:#1877f2}
.ti-sh.fb::before{content:"f";font-weight:900;font-family:Georgia,serif}
.ti-sh.x{background:#0f172a}
.ti-sh.x::before{content:"\1D54F";font-weight:700}
.ti-sh.tg{background:#229ed9}
.ti-sh.tg::before{content:"\2708"}
.ti-sh.li{background:#0a66c2}
.ti-sh.li::before{content:"in";font-weight:900;font-size:12px}
.ti-sh.ml{background:#64748b}
.ti-sh.ml::before{content:"\2709"}
.ti-sh.cp{background:#1e293b;color:#facc15}
.ti-sh.cp::before{content:"\1F517"}
.ti-sh.cp.done{background:#059669;color:#fff}
@media(max-width:560px){
  .ti-sh{padding:9px 13px;font-size:12.5px}
  .ti-share{padding:14px}
}
