<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:not(pre) &gt; code[class*="language-"], pre[class*="language-"]
{
padding: 3px;
border-radius: 3px;
color: #000000;
margin-right: 0px;
background-color: rgba(0,0,0,0.05) !important;
}

.api-content-inner-wrap&gt;div {
Â&nbsp;Â&nbsp;Â&nbsp; padding: 120px 25px 20px 35px;
}
code[class*="language-"], pre[class*="language-"]{
word-break: break-all;
}
.outer-box {
           padding: 8px;
    background-color: #e7f6ec;
    font-family: 'Source Code Pro',Menlo,monospace;
    font-size: 13px;
    line-height: 3;
        }
 .post-box {
            background-color: #10a54a;
            padding: 5px;
            color: white;
        }
.highlighter{
   background-color: #f2f2f2;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    margin-top: 42px;
    margin-bottom: 20px;
    }
.highlighter .highlighter-tag{
    position: absolute;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0 15px;
    left: 8px;
    top: -27px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.tag-blue{
    background-color: #6090FF;
    }
.tag-orange{
    background-color: #FBA837;
    }
.tag-green{
    background-color: #55D442;
    }
.tag-red{
    background-color: #F0483E;
    }
.highlighter p{
    margin: 0px;
}</pre></body></html>