## `https://c0.wp.com/p/jetpack/14.6/modules/sharedaddy/sharing.css` (default placeholder)

```css
/* Jetpack Sharedaddy Sharing Buttons - Default Lightweight Version */
.sharedaddy{display:flex; flex-wrap:wrap; gap:.5rem; align-items:center; justify-content:flex-start; font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}

.sharedaddy a{display:inline-flex; align-items:center; justify-content:center; gap:.35rem; padding:.45rem .8rem; border-radius:6px; background:#f3f4f6; border:1px solid #e5e7eb; font-size:.875rem; color:#111827; text-decoration:none; transition:background .2s, transform .2s}
.sharedaddy a:hover{background:#e5e7eb; transform:translateY(-1px)}

/* Common social color presets */
.sharedaddy .share-facebook{background:#1877f2; color:#fff; border-color:#1877f2}
.sharedaddy .share-twitter,.sharedaddy .share-x{background:#000; color:#fff; border-color:#000}
.sharedaddy .share-whatsapp{background:#25d366; color:#fff; border-color:#25d366}
.sharedaddy .share-telegram{background:#0088cc; color:#fff; border-color:#0088cc}
.sharedaddy .share-linkedin{background:#0a66c2; color:#fff; border-color:#0a66c2}
.sharedaddy .share-copy{background:#9ca3af; color:#fff; border-color:#9ca3af}

/* Icon baseline */
.sharedaddy a svg{width:1em; height:1em; fill:currentColor; vertical-align:middle}

/* Small variants */
.sharedaddy.small a{padding:.3rem .5rem; font-size:.75rem; border-radius:4px}

/* Alignments */
.sharedaddy.center{justify-content:center}
.sharedaddy.right{justify-content:flex-end}
```
