/* Avoscours Share widget — ported from the design's .share-rail */
.avo-share{
  display:flex;gap:8px;align-items:center;flex-wrap:wrap;
  width:100%;
  background:#fff;
  border:1px solid #E5E5E1;
  border-radius:16px;
  padding:12px;
  font-family:"Figtree",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  box-sizing:border-box;
}
.avo-share *{box-sizing:border-box;}
.avo-share__label{
  font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  color:#005470;opacity:.7;margin-right:4px;
}
/* scoped to beat the kit's global `button{background:accent}` rule */
.avo-share .avo-share__btn{
  width:34px;height:34px;min-width:34px;
  border-radius:10px;
  background:#EAF4F4;
  color:#00736E;
  display:grid;place-items:center;
  cursor:pointer;border:none;text-decoration:none;
  padding:0;margin:0;font-size:0;
  -webkit-appearance:none;appearance:none;
  transition:all .18s;
}
.avo-share .avo-share__btn:hover{background:#00A19A;color:#fff;}
.avo-share .avo-share__btn svg{width:16px;height:16px;}
.avo-share .avo-share__btn.is-copied{background:#00A19A;color:#fff;}
