.sharebar{display:inline-flex;flex-wrap:wrap;gap:.5rem;align-items:center}
.sharebar .btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:40px;height:40px;padding:0 .75rem;border-radius:999px;border:1px solid rgba(0,0,0,.12);
  background:rgba(0,0,0,.03);text-decoration:none;font:600 14px/1.1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  transition:transform .12s ease,background .12s ease,border-color .12s ease;cursor:pointer;user-select:none
}
.sharebar .btn:hover{transform:translateY(-1px);background:rgba(0,0,0,.06)}
.sharebar .btn:active{transform:translateY(0)}
.sharebar .btn svg{width:18px;height:18px;margin-right:.5rem}
.sharebar .btn--icon-only{padding:0;width:40px}
.sharebar .sr-only{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden}
.sharebar .btn--copy.success{outline:2px solid #3aa757}
