.dbdocs { max-width: 1100px; margin: 0 auto; min-width: 0; }
.dbdocs__header { margin-bottom: 2rem; }
.dbdocs__header h1 { margin-bottom: .5rem; }
.dbdocs__intro { max-width: 900px; font-size: 1.08rem; line-height: 1.6; }
.dbdocs__article { min-width: 0; }
.dbdocs__article h2 { margin-top: 0; }
.dbdocs__section-content { line-height: 1.65; overflow-wrap: anywhere; }
.dbdocs__section-content img { max-width: 100%; height: auto; }
.dbdocs__section-content pre { overflow-x: auto; padding: 1rem; border-radius: .4rem; background: rgba(127,127,127,.12); }
.dbdocs__section-content code { overflow-wrap: normal; }
