pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: a11y-dark
  Author: @ericwbailey
  Maintainer: @ericwbailey

  Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
*/.hljs{background:#2b2b2b;color:#f8f8f2}.hljs-comment,.hljs-quote{color:#d4d0ab}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ffa07a}.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#f5ab35}.hljs-attribute{color:gold}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#abe338}.hljs-section,.hljs-title{color:#00e0e0}.hljs-keyword,.hljs-selector-tag{color:#dcc6e0}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (-ms-high-contrast:active){.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-comment,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-quote,.hljs-string,.hljs-symbol,.hljs-type{color:highlight}.hljs-keyword,.hljs-selector-tag{font-weight:700}}var{font-family:courier;display:inline-block;border:1px solid var(--color-text-muted);border-radius:var(--radius-xs);padding:0 .5rem;background-color:transparent;color:var(--color-text)}.code-container{font-family:var(--font-serif);font-weight:var(--fw-regular);font-size:var(--fs-sm);line-height:var(--lh-normal);width:min(var(--reading-max,800px),100%);max-width:var(--reading-max,800px);margin:0 0 36px;max-width:100%;overflow:hidden;position:relative;text-align:left;display:flex;border:1px solid var(--color-border,rgba(245,127,23,.2))}.code-container::after,.code-container::before{content:"";position:absolute;top:0;bottom:0;width:36px}.code-container::before{left:0;background:linear-gradient(to left,transparent,var(--color-bg))}.code-container::after{right:0;background:linear-gradient(to right,transparent,var(--color-bg))}code{white-space:pre;overflow:hidden;font-family:monospace,serif;padding:36px;display:inline-block;overflow-x:auto;max-width:100%;text-align:left;margin:0;color:var(--color-text)}.sticky-container{height:var(--sticky-container-height);position:relative;z-index:998}.sticky-container .sticky-stacky{position:relative;z-index:999}.sticky-container .sticky-stacky.fixed{position:fixed;z-index:1000;top:var(--previous-heights);transform:translateY(var(--sticky-stacky-transform))}.sticky-container .sticky-stacky{width:100%}.sticky-container .sticky-stacky.default-styles{width:100%;padding:6px 12px;color:var(--color-text,#fff);background-color:rgba(11,13,16,.72);backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);text-align:left;border-bottom:1px solid #ffa726;border-radius:0;transition-duration:0s}