/* V26 - Partage réseaux sociaux + préférences notifications */
.ie-share{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;margin:1rem 0 1.25rem}
.ie-share-title{font-weight:700;color:#223344;margin-right:.25rem}
.ie-share-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.55rem .85rem;border-radius:999px;font-size:.88rem;font-weight:700;text-decoration:none;background:#f4f6f8;color:#223344;border:1px solid rgba(34,51,68,.12);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.ie-share-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(34,51,68,.12);background:#fff}
.ie-share-facebook{background:#eef4ff}.ie-share-linkedin{background:#edf7fb}.ie-share-x{background:#f4f4f4}.ie-share-whatsapp{background:#eefaf3}.ie-share-email{background:#fff4ec}
.ie-notification-box{background:#fff;border:1px solid rgba(34,51,68,.12);border-radius:18px;padding:1.25rem;box-shadow:0 10px 30px rgba(34,51,68,.06)}
.ie-notification-row{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(34,51,68,.08)}
.ie-notification-row:last-child{border-bottom:0}.ie-notification-row strong{display:block;color:#223344}.ie-notification-row small{display:block;color:#666;margin-top:.25rem}.ie-switch input{width:22px;height:22px}
@media(max-width:768px){.ie-share{gap:.45rem}.ie-share-btn{flex:1 1 calc(50% - .5rem)}.ie-notification-row{align-items:flex-start}}
