/* Container en basisstijl */
.highlight, pre.highlight, .highlight pre, .highlight code {
  background: #f8f8f8;
  color: #24292f;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  line-height: 1.45;
  overflow-x: auto;
  white-space: pre;        /* respecteer spaties/inspringing */
}

/* Geef alleen het buitenste <pre> een rand/padding */
pre.highlight {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 10px 10px 50px;  /* links ruimte voor regelnummers */
  position: relative;
}


ghlight code > span.line {
  display: block;
}

/* Behoud correcte weergave/inspringing */
.highlight, pre.highlight, .highlight pre, .highlight code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  line-height: 1.45;
  white-space: pre;    /* respecteer spaties/inspringing */
  overflow-x: auto;
}



/* Kleuren (GitHub-achtig) */
.highlight .c, .highlight .cm, .highlight .c1 { color: #6a737d; font-style: italic; }  /* comments */
.highlight .k, .highlight .kc, .highlight .kd, .highlight .kn,
.highlight .kp, .highlight .kr, .highlight .kt { color: #005cc5; font-weight: 600; }   /* keywords */
.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2,
.highlight .se, .highlight .sh, .highlight .si, .highlight .sx,
.highlight .sr, .highlight .ss { color: #e3116c; }                                     /* strings */
.highlight .nf { color: #6f42c1; }   /* function */
.highlight .nb { color: #24292f; }   /* builtin */
.highlight .o  { color: #005cc5; }   /* operator */
.highlight .m  { color: #005cc5; }   /* numbers */

nav.topbar {
  background: #b0cdff;
  color: white;
  padding: 10px 15px;
}



.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1100px;   /* optioneel centreren */
  margin: 0 auto;      /* optioneel centreren */
}

img {
  max-width: 100%;
  height: auto;
}


