.ssb-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:16px 0;
  padding:10px 12px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:10px;
}
.ssb-title{
  font-weight:600;
}
.ssb-buttons{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}
.ssb-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:10px;
  text-decoration:none !important;
  border:1px solid rgba(0,0,0,.10);
  background:rgba(0,0,0,.03);
  line-height:1;
  transition:transform .05s ease, background .15s ease;
}
.ssb-btn:hover{
  transform:translateY(-1px);
  background:rgba(0,0,0,.06);
}
.ssb-btn:active{
  transform:translateY(0);
}
.ssb-icon{
  width:14px;
  height:14px;
  display:inline-block;
  border-radius:3px;
  background:rgba(0,0,0,.35);
}
.ssb-facebook .ssb-icon{ background:#1877f2; }
.ssb-x .ssb-icon{ background:#000; }
.ssb-tiktok .ssb-icon{ background:#000; }
.ssb-instagram .ssb-icon{ background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4); }
.ssb-copy .ssb-icon{ background:#666; }

.ssb-toast{
  margin-left:auto;
  font-size:.9em;
  opacity:.8;
  min-height:1em;
}
