.wa-helpbox{display:flex;flex-direction:column;padding:var(--space-m);gap:var(--space-s);justify-content:flex-start;border-radius:var(--radius-m);border:1px solid var(--base-light);background-color:#fff}.wa-helpbox__body{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--space-s)}.wa-helpbox__text{font-size:var(--text-m);font-weight:500;transition:0.2s all ease-in-out;color:#2D2D2E}.wa-helpbox__text--link{text-decoration:underline;text-underline-offset:3px}.wa-helpbox__text--link:hover{color:var(--action)}.wa-helpbox__shortcode{position:sticky;top:10rem}