.site-button{border-radius:var(--site-radius-control);background:var(--site-accent);min-height:3rem;color:var(--site-bg);border:2px solid #0000;justify-content:center;align-items:center;margin:0 1rem 1rem 0;padding:.75rem 1.75rem;font-size:1rem;font-weight:700;line-height:1.5rem;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.site-button:hover{color:#fff;background:#b45309}.site-button--secondary{border-color:var(--site-border-strong);color:#fff;background:0 0}.site-button--secondary:hover{background:var(--site-surface-hover);border-color:#fff}
