/* FariDocs 1.13.4 - neutral salutation and complete dark content contrast */
.document-preview .preview-signature-group>strong{
    color:#354d61!important
}

html[data-theme="dark"] .guide-sidebar{
    border-color:#315161;background:#102a38;box-shadow:0 16px 40px rgba(0,0,0,.22)
}
html[data-theme="dark"] .guide-sidebar strong{color:#f1f8fb}
html[data-theme="dark"] .guide-sidebar a{
    border-bottom-color:#315161;color:#b5c9d3
}
html[data-theme="dark"] .guide-sidebar a:hover{color:#75dfd1}
html[data-theme="dark"] .guide-content h2,
html[data-theme="dark"] .guide-section-heading h2{color:#eef8fb}
html[data-theme="dark"] .guide-content p,
html[data-theme="dark"] .guide-section-heading p{color:#b5c9d3}
html[data-theme="dark"] .guide-content section{border-bottom-color:#355565}
html[data-theme="dark"] .guide-tip{
    border-left-color:#e0b45b;background:#f8f4eb;color:#4e514f
}
html[data-theme="dark"] .guide-privacy{
    border-left-color:#68d6c7;background:#122f3d;color:#e8f4f8
}
html[data-theme="dark"] .guide-privacy p{color:#b8ccd5}
html[data-theme="dark"] .guide-choice-grid p,
html[data-theme="dark"] .guide-faq-list p{color:#b0c4cf}
html[data-theme="dark"] .guide-choice-grid a{color:#70ddcf}
html[data-theme="dark"] .guide-faq-list summary{color:#eaf5f9}

html[data-theme="dark"] .blog-hero h1{color:#f1f9fc}
html[data-theme="dark"] .blog-hero>p{color:#aec4cf}
html[data-theme="dark"] .blog-list-section .section-heading h2,
html[data-theme="dark"] .blog-related .section-heading h2{color:#edf7fb}
html[data-theme="dark"] .blog-hero .eyebrow{color:#68dfd0}

@media(max-width:1000px){
    html[data-theme="dark"] .guide-sidebar{display:none}
}
