/* Increase the base font size and line spacing */
body {
  font-size: 18px; /* Adjust base font size */
  line-height: 1.8; /* Adjust line spacing */
}

@media (min-width: 992px) {
    .sidebar-navigation .sidebar-item {
        font-size: 1.1rem; /* Increasing the font size */
        margin-bottom: 1.3em; /* Adding space below each item */
        line-height: 1.2; /* Increasing space between lines */
    }
}

img {
  border: 1px solid black;
}


code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
ul.task-list li input[type="checkbox"] {
width: 0.8em;
margin: 0 0.8em 0.2em -1em;  vertical-align: middle;
}

div.csl-bib-body { }
div.csl-entry {
clear: both;
margin-bottom: 0em;
}
.hanging-indent div.csl-entry {
margin-left:2em;
text-indent:-2em;
}
div.csl-left-margin {
min-width:2em;
float:left;
}
div.csl-right-inline {
margin-left:2em;
padding-left:1em;
}
div.csl-indent {
margin-left: 2em;
}

body {font-size: 18px; line-height: 1.8; }@media (min-width: 992px) {.sidebar-navigation .sidebar-item {font-size: 1.1rem; margin-bottom: 1.3em; line-height: 1.2; }}img {border: 1px solid black;}

.tablewrapper {overflow-x:scroll;}