.share-button{position:relative;display:inline-block}.share-button__trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border-radius:999px;font-size:13px;line-height:1;cursor:pointer;transition:all .15s ease}.share-button__trigger:after{content:"";position:absolute;inset:-7px}.share-button__trigger>span:not(.anticon){position:absolute;width:1px;height:1px;overflow:hidden;white-space:nowrap;clip:rect(0,0,0,0);clip-path:inset(50%)}.share-button__trigger--solid{border:1px solid #e5a92f;background:#fbc04f;color:#241c14}.share-button__trigger--ghost{border:1px solid hsla(0,0%,100%,.55);background:rgba(0,0,0,.4);color:#fff}@media(hover:hover){.share-button__trigger--solid:hover{background:#f2ac2a;border-color:#f2ac2a}.share-button__trigger--ghost:hover{background:rgba(0,0,0,.55)}}.share-button__trigger:active{transform:translateY(1px)}.share-button__menu{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:190px;padding:6px;border:1px solid rgba(0,0,0,.12);border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.18)}.share-button__menu button{display:flex;align-items:center;gap:10px;width:100%;padding:11px 14px;border:none;border-radius:8px;background:transparent;color:#241c14;font-size:14px;font-weight:600;text-align:left;cursor:pointer}@media(hover:hover){.share-button__menu button:hover{background:#f5f5f3}}.share-button__menu button:active{background:#ececea}.share-button__brand{flex:0 0 auto;width:20px;height:20px;border-radius:4px}.share-button__brands{display:inline-flex;flex:0 0 auto;gap:4px;align-items:center}