/* ================================
   HIGHLIGHT.JS - BLUETAB
   Loaded only on single blog posts.
================================ */

.bt-blog-content pre,
.bt-blog-content .wp-block-preformatted,
.bt-blog-content .wp-block-code,
.bt-blog-content .hljs {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    padding: 24px;
    color: #f9f9f9;
    background: #1f222d;
    border-radius: 24px;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    white-space: pre;
    -webkit-overflow-scrolling: touch;
}

.bt-blog-content pre code,
.bt-blog-content .wp-block-preformatted code,
.bt-blog-content .wp-block-code code,
.bt-blog-content code.hljs {
    display: block;
    min-width: max-content;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    font: inherit;
    white-space: pre;
}

.bt-blog-content code,
.bt-blog-content samp,
.bt-blog-content kbd {
    color: #f9f9f9;
    background: #1f222d;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

.bt-blog-content .hljs-keyword,
.bt-blog-content .hljs-selector-tag,
.bt-blog-content .hljs-meta .hljs-keyword,
.bt-blog-content .hljs-doctag,
.bt-blog-content .hljs-deletion {
    color: #0065ff;
}

.bt-blog-content .hljs-title.function_,
.bt-blog-content .hljs-function .hljs-title,
.bt-blog-content .hljs-built_in,
.bt-blog-content .hljs-name,
.bt-blog-content .hljs-attribute,
.bt-blog-content .hljs-attr,
.bt-blog-content .hljs-property,
.bt-blog-content .hljs-variable.language_ {
    color: #7679da;
}

.bt-blog-content .hljs-title.class_,
.bt-blog-content .hljs-class .hljs-title,
.bt-blog-content .hljs-type,
.bt-blog-content .hljs-template-tag {
    color: #5759a0;
}

.bt-blog-content pre .hljs-string,
.bt-blog-content pre .hljs-regexp,
.bt-blog-content pre .hljs-symbol,
.bt-blog-content pre .hljs-bullet,
.bt-blog-content pre .hljs-addition,
.bt-blog-content .wp-block-preformatted .hljs-string,
.bt-blog-content .wp-block-preformatted .hljs-regexp,
.bt-blog-content .wp-block-preformatted .hljs-symbol,
.bt-blog-content .wp-block-preformatted .hljs-bullet,
.bt-blog-content .wp-block-preformatted .hljs-addition,
.bt-blog-content .wp-block-code .hljs-string,
.bt-blog-content .wp-block-code .hljs-regexp,
.bt-blog-content .wp-block-code .hljs-symbol,
.bt-blog-content .wp-block-code .hljs-bullet,
.bt-blog-content .wp-block-code .hljs-addition {
    color: #f28c07;
}

.bt-blog-content .hljs-comment,
.bt-blog-content .hljs-quote {
    color: #008b80;
    font-style: italic;
}

.bt-blog-content .hljs-number,
.bt-blog-content .hljs-literal,
.bt-blog-content .hljs-constant,
.bt-blog-content .hljs-params,
.bt-blog-content .hljs-meta,
.bt-blog-content .hljs-selector-pseudo {
    color: #e05206;
}

.bt-blog-content .hljs-meta .hljs-string,
.bt-blog-content .hljs-template-variable,
.bt-blog-content .hljs-variable,
.bt-blog-content .hljs-tag .hljs-attr {
    color: #7679da;
}

.bt-blog-content .hljs-operator,
.bt-blog-content .hljs-punctuation,
.bt-blog-content .hljs-subst,
.bt-blog-content .hljs-tag {
    color: #f9f9f9;
}

@media (max-width: 767px) {
    .bt-blog-content pre,
    .bt-blog-content .wp-block-preformatted,
    .bt-blog-content .wp-block-code,
    .bt-blog-content .hljs {
        padding: 20px;
        font-size: 14px;
    }
}
