/* Shared blog typography: editor and published article. */
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) a {
    color: #175cd3;
    text-decoration: underline;
    text-underline-offset: .18em;
    overflow-wrap: anywhere;
}
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) a:is(.ttx-link-button, .ttx-link-download) {
    display: inline-block;
    padding: .65em 1.1em;
    margin: .25em .25em .25em 0;
    border: 1px solid #175cd3;
    border-radius: 8px;
    background: #175cd3;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    max-width: 100%;
    box-sizing: border-box;
}
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) a.ttx-link-download {
    background: #eff6ff;
    color: #1849a9;
}
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) a:focus-visible {
    outline: 3px solid #84adff;
    outline-offset: 3px;
}
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) blockquote {
    margin: 1.25em 0;
    padding: 1em 1.25em;
    border: 0;
    border-left: 4px solid #3375ee;
    border-radius: 0 8px 8px 0;
    background: #eff6ff;
    color: #253858;
    font-style: normal;
}
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) blockquote > :last-child { margin-bottom: 0; }
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) :not(pre) > code {
    padding: .12em .35em;
    border-radius: 4px;
    background: #eef2f6;
    color: #9c2445;
    font-family: Consolas, monospace;
    font-size: .92em;
    overflow-wrap: anywhere;
}
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) pre {
    margin: 1.25em 0;
    padding: 1em 1.25em;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #f8fafc;
    color: #172b4d;
    text-align: left;
    white-space: pre;
    overflow-x: auto;
    max-width: 100%;
    box-sizing: border-box;
    font: 14px/1.65 Consolas, monospace;
}
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) pre code {
    font: inherit;
    color: inherit;
    background: none;
    padding: 0;
    white-space: inherit;
    overflow-wrap: normal;
}
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) :is(.ttx-important, .ttx-tip, .ttx-note) {
    padding: 1em 1.25em;
    margin: 1.2em 0;
    border-radius: 8px;
    border-left: 4px solid #3375ee;
    background: #eff6ff;
    color: #253858;
}
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) .ttx-important { background: #fff8eb; border-left-color: #dc8c00; color: #713b12; }
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) .ttx-tip { background: #ecfdf3; border-left-color: #079455; color: #085d3a; }
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) .text-small { font-size: .85em; }
:is(.blog-post-content-form .ck-content, .blog-post-wrapper .article-content) .text-big { font-size: 1.25em; }
.blog-post-content-form .blog-post-content-item .col-md-8 { width: 100%; }
.blog-post-content-form .blog-post-content-item-flex-block2 { min-width: 0; flex: 1; }
.blog-post-content-form .ck-editor { width: 100%; min-width: 0; }
.blog-post-content-form .ck-editor__editable_inline { min-height: 280px; }
.blog-post-content-form .ck.ck-toolbar { border-radius: 8px 8px 0 0; }
.blog-post-content-form .ck-content { line-height: 1.7; }
.blog-post-content-form .ttx-editor-error { color: #b42318; padding: 12px; }
