h1 {
    margin-top: 8px;
    margin-bottom: 20px;
    color: rgb(0 0 0 / 85%);
    font-weight: 500;
    font-size: 30px;
    font-family: Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, apple color emoji, segoe ui emoji, Segoe UI Symbol, noto color emoji, sans-serif;
    line-height: 38px;
}

p {
    margin: 1em 0;
}

h2, h3, h4, h5, h6 {
    clear: both;
    margin: 1.6em 0 0.6em;
    color: rgb(0 0 0 / 85%);
    font-weight: 500;
    font-family: Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, apple color emoji, segoe ui emoji, Segoe UI Symbol, noto color emoji, sans-serif;
}

ul > li {
    margin-left: 20px;
    padding-left: 4px;
    list-style-type: circle;
}

label {
    margin: 0 2px;
    padding: 0 0.4em;
    font-size: .9em;
    background: rgb(242 244 245);
    border: 1px solid rgb(0 0 0 / 6%);
    border-radius: 3px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
}

.version {
    margin: 0 2px;
    padding: 0.3em 0.6em;
    font-size: .9em;
    background: #42b983;
    color: rgb(255 255 255);
    line-height: .9em;
    border-radius: 3px;
    height: 0.9em;
    display: inline-block;
}

a {
    color: #42b983;
    text-decoration: none;
}

pre {
    position: relative;
}

pre code {
    font-family: Menlo, Monaco, Consolas,"Courier New", ui-monospace;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #eee;
    background: rgb(0, 0, 0, 2%)!important;
}

.copy-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 10px;
    z-index: 10;
    border: 1px solid #42b983;
    box-sizing: content-box;
    color: #42b983;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, apple color emoji, segoe ui emoji, Segoe UI Symbol, noto color emoji;
    border-radius: 4px;
    opacity: 0;
    transition: opacity .2s linear;
    user-select: none;
}
pre:hover .copy-btn {
    opacity: 1;
}
.copy-btn:active {
    box-shadow: 0 0 2px #42b983;
}

pre:hover .copy {
    opacity: 1;
}

th, td {
    padding: 12px !important;
    border: 1px solid rgb(0, 0, 0, 6%) !important;
}

th {
    background: rgb(0, 0, 0, 2%) !important;
    font-weight: normal !important;
}

.syntax-type {
    color: #d73a49 !important;
}

.syntax-false {
    color: #999 !important;
}

.inner-nav {
    display: flex;
    position: relative;
    margin-bottom: 16px;
}

.inner-nav:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #e9e9e9;
}

.inner-nav div {
    padding: 0 24px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.inner-nav div.inner-nav-active {
    color: #42b983;
}

.inner-nav div.inner-nav-active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #42b983;
}
