/* SENTINEL Share — full sync load */
.sentinel-share-buttons { margin:32px 0 16px; padding:24px 0; border-top:1px solid #e2e8f0; border-bottom:1px solid #e2e8f0; }
.sentinel-share-label { display:block; font-size:15px; font-weight:700; color:#1a202c; margin-bottom:16px; letter-spacing:-0.3px; }
.sentinel-share-list { display:flex; flex-wrap:wrap; gap:12px; }
.sentinel-share-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:10px 16px; min-width:44px; height:44px; border-radius:24px; border:1px solid #e2e8f0; background:#fff; text-decoration:none; font-size:13px; font-weight:500; transition:all .2s; cursor:pointer; line-height:1; }
.sentinel-share-btn:hover { background:#f8fafc; transform:translateY(-2px); box-shadow:0 4px 12px rgba(0,0,0,0.08); }
.sentinel-share-btn svg { width:20px; height:20px; flex-shrink:0; }
.sentinel-share-btn span { font-size:13px; font-weight:500; color:#475569; }
.sentinel-share-whatsapp:hover { border-color:#25D366; background:#f0fdf4; }
.sentinel-share-telegram:hover { border-color:#0088cc; background:#f0f8ff; }
.sentinel-share-twitter:hover { border-color:#000; background:#f8f8f8; }
.sentinel-share-facebook:hover { border-color:#1877F2; background:#f0f4ff; }
.sentinel-share-linkedin:hover { border-color:#0A66C2; background:#f0f4ff; }
@media(max-width:600px){ .sentinel-share-btn span { display:none; } .sentinel-share-btn { padding:10px; } }
