<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">show-more-less{display:flex;justify-content:center}
show-more-less button{background:0;border:0;padding:16px 28px 16px 32px;border-radius:28px;display:flex;align-items:center;gap:12px;cursor:pointer;color:var(--text-interactive);font-weight:700}
show-more-less button:hover{background:var(--overlay-regularLow)}
show-more-less button:active{background:var(--overlay-regularHigh)}
show-more-less button:focus-visible{border-radius:1px;outline:2px solid var(--line-tabFocus);outline-offset:2px;border-radius:28px}
show-more-less button span{pointer-events:none}
show-more-less icon-arrow-up{width:14px;height:8px}
show-more-less icon-arrow-up:hover{background:0}</pre></body></html>