/* Global layout polish */
.md-grid { max-width: 1100px; }

/* Link styling */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* Code blocks */
:not(pre) > code { background: rgba(0,0,0,.06); padding: .15em .35em; border-radius: 4px; }
pre code { font-size: 0.95em; }

/* Admonitions */
.md-typeset .admonition { border-radius: 8px; }

/* Header shadow */
.md-header { box-shadow: 0 2px 8px rgba(0,0,0,.08); }

/* Tables */
.md-typeset table:not([class]) { border-radius: 6px; overflow: hidden; }
