.article-social-share { margin: 2.5rem 0; padding: 1.5rem; border: 1px solid #eadde5; border-radius: 14px; background: #fffafb; }
.article-social-share h2 { margin: 0 0 1rem; color: #641340; font-size: 1.3rem; }
.article-social-share__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.article-social-share__button { display: inline-flex; align-items: center; gap: .5rem; min-height: 42px; padding: 0 .9rem; border-radius: 999px; color: #fff; font: 750 .9rem/1 system-ui, -apple-system, "Segoe UI", sans-serif; text-decoration: none; transition: transform .16s ease, filter .16s ease, box-shadow .16s ease; }
.article-social-share__button svg { width: 18px; height: 18px; fill: currentColor; flex: 0 0 auto; }
.article-social-share__button:hover, .article-social-share__button:focus-visible { color: #fff; filter: brightness(1.08); outline: 0; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(53, 20, 41, .2); }
.article-social-share__button--facebook { background: #1877f2; }.article-social-share__button--twitter { background: #111; }.article-social-share__button--linkedin { background: #0a66c2; }.article-social-share__button--threads { background: #242424; }
@media (max-width: 520px) { .article-social-share { padding: 1.15rem; }.article-social-share__actions { gap: .55rem; }.article-social-share__button { flex: 1 1 calc(50% - .3rem); justify-content: center; padding: 0 .65rem; } }