/* Basic custom styles for the reveal.js deck */

:root {
  --brand-accent: #3b82f6;
}

.reveal h1,
.reveal h2,
.reveal h3 {
  color: var(--brand-accent);
}

.reveal section p {
  line-height: 1.45;
  font-size: 1.05em;
}

.reveal ul li + li {
  margin-top: 0.25em;
}

.reveal code {
  font-size: 0.95em;
}

/* Two-column helper when not using Quarto layout-cols */
.columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

.small {
  font-size: 0.9em;
}

.footnote {
  color: #6b7280;
  font-size: 0.85em;
}


.caption {
    text-align: center;
  }

.figure {
    margin: auto;
    text-align: center;
  }

figcaption {
    margin: auto;
    text-align: center;
  }

/* Reduce vertical space in unordered and ordered lists */
ul, ol, li {
  margin: 0;           /* Remove default margin */
  padding-left: 1.2em; /* Keep some indentation */
}

ul li, ol li {
  margin-bottom: 0em; /* Adjust spacing between items */
  line-height: 0.9;      /* Control line height */
}
