.code-highlight-tab-bar [role=tablist]{border:none!important;height:auto!important;background:transparent!important;gap:4px}.code-highlight-tab-bar [role=tab]{padding:6px 12px!important;border-radius:6px!important;background:transparent!important;color:hsla(0,0%,100%,.6)!important;font-size:14px;font-weight:400!important;transition:all .2s ease;cursor:pointer}.code-highlight-tab-bar [role=tab]:hover{background-color:hsla(0,0%,100%,.1)!important;color:hsla(0,0%,100%,.8)!important}.code-highlight-tab-bar [role=tab][data-state=active]{background-color:rgba(50,149,251,.2)!important;color:#fff!important;font-weight:500!important}.code-highlight-tab-bar [role=tab]:after{display:none!important}.shiki-wrapper>pre{margin:0!important;padding:1rem!important;overflow:visible!important}.show-line-numbers code{counter-reset:line}.show-line-numbers .line{counter-increment:line;display:block}.show-line-numbers .line:before{content:counter(line);display:inline-block;min-width:2em;margin-right:1rem;text-align:right;opacity:.4;-webkit-user-select:none;-moz-user-select:none;user-select:none}