/* Tighter code blocks and a slightly wider content column for tables. */
div.body { max-width: 980px; }
pre, code { font-size: 0.92em; }
table.docutils { font-size: 0.92em; }
table.docutils td, table.docutils th { padding: 0.25em 0.6em; }

/* MyST admonitions look nicer with a small left border. */
.admonition { border-left: 4px solid #6c8ebf; }
.admonition.warning { border-left-color: #c0392b; }
.admonition.tip, .admonition.note { border-left-color: #2980b9; }
