.snackbars{position:fixed;bottom:10vh;left:50%;transform:translateX(-50%)}.snackbar{background:#323232;border-radius:.25rem;color:#fff;margin:.25rem;padding:.5rem 1rem}.highlight{position:relative}.highlight:hover .code-block-panel,.highlight:focus .code-block-panel{display:block}.highlight pre{max-height:560px;overflow:auto;padding:1rem .5rem}.highlight pre code{word-break:break-all}.highlight pre code.code-no-ln .ln,.highlight pre code.code-no-ln>span>span:first-child{display:none}.highlight pre code.code-wrap{white-space:pre-wrap!important}.highlight pre code::before,.highlight pre code::after{position:absolute;right:.75rem;font-weight:700}.highlight pre code::before{content:attr(data-lang);top:.25rem;text-transform:uppercase;font-size:.75rem}.highlight pre code::after{content:attr(title);bottom:.25rem}.code-block-panel-wrapper{position:absolute;top:.75rem;right:1rem}.code-block-panel{display:none;position:sticky}.code-block-action{background:#323232;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:inline-flex;margin:0 .25rem;padding:.25rem}.code-block-action svg{vertical-align:-.125rem}