
.glsl-wrap,.glsl-wrap *{box-sizing:border-box}
.glsl-wrap{position:relative;width:min(880px,100%);max-width:100%;margin:42px auto 30px;padding:0 0 24px;clear:both}
.glsl-actions{display:flex;align-items:center;justify-content:center;gap:18px;width:100%;margin:0;padding:0}
.glsl-button{appearance:none;display:grid;place-items:center;width:56px;height:56px;min-width:56px;min-height:56px;margin:0;padding:0;border:1.5px solid #e6e8ea;border-radius:50%;background:transparent;color:#66717b;text-decoration:none;cursor:pointer;transition:transform .16s ease,color .16s ease,border-color .16s ease,background-color .16s ease;-webkit-tap-highlight-color:transparent}
.glsl-button svg{display:block;width:24px;height:24px;margin:0;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.glsl-button[aria-label*="Facebook"] svg,.glsl-button[aria-label*="X"] svg{fill:currentColor;stroke:none}
.glsl-button:hover,.glsl-button:focus-visible{color:#123f70;border-color:currentColor;background:rgba(18,63,112,.035);transform:translateY(-1px);outline:none}
.glsl-divider{width:100%;height:1px;margin-top:25px;background:#d3d6d9}
.glsl-toast{position:absolute;left:50%;bottom:-17px;z-index:3;padding:8px 12px;border-radius:999px;background:#111;color:#fff;font:700 12px/1 Arial,sans-serif;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-50%,6px);transition:opacity .16s ease,transform .16s ease}
.glsl-toast.is-visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:620px){.glsl-wrap{width:100%;margin:34px auto 26px;padding-bottom:21px}.glsl-actions{gap:16px}.glsl-button{width:52px;height:52px;min-width:52px;min-height:52px}.glsl-divider{margin-top:23px}}
@media(max-width:370px){.glsl-actions{gap:12px}.glsl-button{width:48px;height:48px;min-width:48px;min-height:48px}}
@media(prefers-reduced-motion:reduce){.glsl-button,.glsl-toast{transition:none}}
