@charset "UTF-8";.code-tabs{display:flex;flex-direction:column;height:100%;border-radius:12px;border:.4px solid #3D5261;overflow:hidden;background:#0d273a}.tabs__list{display:flex;gap:4px;overflow:auto;background:#0d273a;padding:10px 12px;flex:0 0 auto}.tabs__item{padding:2px 9px;border:0;border-radius:4px;background:transparent;color:#fff;font-size:12px;font-weight:500;line-height:1.5;white-space:nowrap;cursor:pointer;transition:background .15s ease,color .15s ease}.tabs__item:focus,.tabs__item:focus-visible{outline:none;border:0;box-shadow:none}.tabs__item:hover{color:#fff}.tabs__item--active,.tabs__item--active:hover{background:#253d4e}.code-tabs__body{background:#253d4e;border-top:.4px solid #3D5261;padding:16px 8px 16px 16px;flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-color:#fff #0D273A;scrollbar-width:thin;color:#b6bec4}.code-tabs__body::-webkit-scrollbar{width:6px}.code-tabs__body::-webkit-scrollbar-track{background:#0d273a}.code-tabs__body::-webkit-scrollbar-thumb{background-color:#fff;border-radius:20px}.code-highlight{font-size:14px}.code-highlight pre{margin:0}.code-highlight pre,.code-highlight code{font-family:Courier New,Courier,monospace;line-height:1.35}.token.property{color:#b6bec4}.code-tabs--constrained{height:320px}@media (min-width: 1200px){.code-tabs--constrained{height:400px}}
