/* SCF Share 2.0 — host CSS isolation */
.scf-share,
.scf-share *,
.scf-share *::before,
.scf-share *::after { box-sizing: border-box; }
.scf-share {
    display:block; float:none; position:relative; width:100%; max-width:100%;
    margin:0 0 14px; padding:0; background:transparent; border:0;
    color:#20242d; font-family:Arial,"Helvetica Neue",sans-serif; font-size:16px; line-height:1.45;
    text-align:left; text-transform:none; letter-spacing:normal;
}
.scf-share__header { display:block; float:none; width:auto; min-height:0; margin:0 0 9px; padding:0; background:transparent; border:0; }
.scf-share__title { display:block; margin:0; padding:0; background:transparent; border:0; color:#20242d; font-family:Arial,"Helvetica Neue",sans-serif; font-size:20px; font-weight:700; line-height:1.2; text-transform:none; letter-spacing:normal; }
.scf-share__actions { display:flex; flex-wrap:wrap; gap:6px; align-items:center; margin:0; padding:0; }
.scf-share__button,.scf-share__button:link,.scf-share__button:visited {
 appearance:none; -webkit-appearance:none; float:none; position:relative; display:inline-flex; align-items:center; justify-content:center; gap:6px;
 min-width:36px; width:auto; height:36px; min-height:36px; margin:0; padding:0 9px; border:0; border-radius:999px;
 color:#fff !important; text-decoration:none !important; cursor:pointer; font-family:Arial,"Helvetica Neue",sans-serif; font-size:12.5px; font-weight:600; line-height:1;
 text-transform:none; letter-spacing:normal; box-shadow:none; transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease;
}
.scf-share__button:hover { color:#fff !important; text-decoration:none !important; opacity:.88; transform:translateY(-1px); }
.scf-share__button:focus-visible { outline:3px solid #334155; outline-offset:3px; }
.scf-share__button--facebook{background:#1877f2}.scf-share__button--x{background:#111}.scf-share__button--whatsapp{background:#25d366}.scf-share__button--telegram{background:#229ed9}.scf-share__button--email{background:#52606d}.scf-share__button--copy{background:#334155}.scf-share__button--copy.is-copied{background:#16794b}
.scf-share__icon { display:block; width:16px; height:16px; margin:0; padding:0; fill:currentColor; flex:0 0 auto; }
.scf-share__copy-text{white-space:nowrap}.scf-share__status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:480px){.scf-share{margin-bottom:13px}.scf-share__title{font-size:18px}.scf-share__actions{gap:6px}.scf-share__button{min-width:35px;height:35px;min-height:35px}.scf-share__button--copy{padding:0 9px}}
