.rs-content-share{display:flex;width:100%;align-items:center;gap:16px;clear:both;box-sizing:border-box;margin:24px 0;padding:18px 0;border-top:1px solid var(--rs-share-border,#eee5e1);border-bottom:1px solid var(--rs-share-border,#eee5e1)}
.rs-content-share>span{flex:0 0 auto;color:var(--rs-share-muted,#777);font-size:10px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase}
.rs-content-share>div{display:flex;flex-wrap:wrap;gap:8px}
.rs-content-share a,.rs-content-share button{position:relative;display:grid;width:38px;height:38px;place-items:center;box-sizing:border-box;border:1px solid var(--rs-share-icon-border,#ded3cf);border-radius:50%;background:var(--rs-share-bg,#fff);color:var(--rs-share-primary,#222);padding:0;text-decoration:none;cursor:pointer;box-shadow:none;line-height:1;transition:transform .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}
.rs-content-share a:hover,.rs-content-share button:hover{border-color:var(--rs-share-primary,#222);background:var(--rs-share-primary,#222);color:#fff;transform:translateY(-2px)}
.rs-content-share i{font-size:15px;line-height:1}
.rs-content-share small{position:absolute;bottom:calc(100% + 8px);left:50%;display:none;border-radius:3px;background:var(--rs-share-tooltip,#222);color:#fff;padding:5px 7px;font-size:9px!important;white-space:nowrap;transform:translateX(-50%)}
.rs-content-share [data-rs-copy-link].is-copied small{display:block}

/* Style 2: official brand colors */
.rs-share-style-brands a,.rs-share-style-brands button{border-color:transparent;color:#fff}
.rs-share-style-brands .rs-share-native{background:#202124}
.rs-share-style-brands a[aria-label*="Facebook"]{background:#1877f2}
.rs-share-style-brands a[aria-label*="WhatsApp"]{background:#25d366}
.rs-share-style-brands a[aria-label*="Viber"]{background:#7360f2}
.rs-share-style-brands a[aria-label*="Pinterest"]{background:#e60023}
.rs-share-style-brands [data-rs-copy-link]{background:#6b7280}
.rs-share-style-brands a:hover,.rs-share-style-brands button:hover{filter:brightness(.92);border-color:transparent;transform:translateY(-2px) scale(1.04)}

/* Style 3: modern */
.rs-share-style-modern{padding:16px 18px;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:rgba(255,255,255,.72);box-shadow:0 8px 28px rgba(0,0,0,.06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.rs-share-style-modern>span{font-size:11px;letter-spacing:.08em}
.rs-share-style-modern a,.rs-share-style-modern button{width:42px;height:42px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;color:#1f2937;box-shadow:0 4px 12px rgba(0,0,0,.06)}
.rs-share-style-modern a:hover,.rs-share-style-modern button:hover{background:#111827;border-color:#111827;color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.14);transform:translateY(-3px)}
.rs-share-style-modern i{font-size:16px}

@media(min-width:821px){.rs-share-native{display:none!important}}
@media(max-width:820px){.rs-content-share{align-items:flex-start;flex-direction:column;gap:10px}.rs-content-share a,.rs-content-share button{width:40px;height:40px}.rs-share-style-modern a,.rs-share-style-modern button{width:42px;height:42px}}
