.main{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.main{padding-left:2rem;padding-right:2rem}}blockquote{color:var(--color-muted)}a{text-decoration:underline}code{font-family:var(--font-mono);font-size:var(--text-code);background:#f3f4f6}ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem;font-family:var(--font-body)}li{line-height:var(--leading-body);font-family:var(--font-body)}ol{list-style:decimal;padding-left:1.5rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}ol li{line-height:var(--leading-body)}img{width:100%}@media(min-width:1280px){img{width:70%}}.highlight{position:relative;padding:1rem;margin:1rem 0;overflow-x:auto;border-radius:6px;box-shadow:var(--shadow-ring),var(--shadow-card);background:#1e1e1e}.highlight pre{padding:0;margin:0;overflow-x:auto;white-space:pre-wrap!important;word-break:break-all;background:#1e1e1e}.highlight code{font-size:var(--text-code);font-family:var(--font-mono);word-break:break-all;background:#1e1e1e;color:#d4d4d4}.highlight code span{background:#1e1e1e;color:#d4d4d4}.copy-button{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;color:var(--color-bg);transition:color 150ms;cursor:pointer}.copy-button:hover{color:var(--color-accent)}