.host-socials{flex-wrap:wrap;gap:8px;display:flex}.host-social{border:1px solid var(--line);background:var(--paper);width:34px;height:34px;color:var(--ink-soft);border-radius:50%;justify-content:center;align-items:center;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.host-social:hover,.host-social:focus-visible{background:var(--lavender);border-color:var(--purple-soft);color:var(--purple)}.host-social svg{width:16px;height:16px}
