.guide-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin:-20px 0 26px}.guide-shortcuts button{display:grid;grid-template-columns:38px 1fr;text-align:left;column-gap:10px;align-items:center;border:1px solid var(--line);border-radius:17px;padding:14px;background:#fff;color:var(--ink);cursor:pointer}.guide-shortcuts button>span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#eee7f6;color:var(--purple);font-size:18px}.guide-shortcuts b,.guide-shortcuts small{display:block}.guide-shortcuts small{color:var(--muted);font-size:10px}.guide-shortcuts .featured{background:var(--ink);color:#fff;border-color:var(--ink)}.guide-shortcuts .featured>span{background:#594266;color:#f2b49c}.guide-shortcuts .featured small{color:#cbbfd0}@media(max-width:800px){.guide-shortcuts{grid-template-columns:1fr 1fr}}@media(max-width:430px){.guide-shortcuts{grid-template-columns:1fr}}
