/* Additional custom styles for slides */

.reveal .footer {
  font-size: 0.6em;
  color: #9CA898;
}

.reveal .slide-logo {
  max-height: 60px;
  border-radius: 50%;
}

/* Emphasis boxes */
.callout {
  padding: 1em;
  margin: 1em 0;
  border-left: 4px solid #9CA898;
  background: #F7F5F2;
}

/* Two-column layout improvements */
.columns {
  display: flex;
  gap: 2em;
}

.column {
  flex: 1;
}

/* Font size adjustments for content-heavy slides */
.reveal .larger {
  font-size: 1.15em;
}

.reveal .large {
  font-size: 1.05em;
}

.reveal .small {
  font-size: 0.9em;
}

.reveal .smaller {
  font-size: 0.85em;
}

.reveal .smallest {
  font-size: 0.75em;
}

.reveal .tiny {
  font-size: 0.65em;
}

.reveal h2 {
  margin-bottom: 0.3em;
}

.reveal h3 {
  margin-bottom: 0.2em;
}

.reveal h4 {
  margin-bottom: 0.2em;
}

.reveal ul, .reveal ol {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Reduce gap between paragraphs/text and lists */
.reveal p + ul,
.reveal p + ol {
  margin-top: 0.00em;
}

/* Reduce gap between headers and lists */
.reveal h2 + ul,
.reveal h2 + ol,
.reveal h3 + ul,
.reveal h3 + ol,
.reveal h4 + ul,
.reveal h4 + ol {
  margin-top: 0.01em;
}

.reveal li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

/* Reduce spacing on list items */
.reveal ul ul, .reveal ol ol {
  margin-top: 0.2em;
}

.reveal .compact {
  line-height: 1.3;
}

.reveal .compact li {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

/* shrink only blocks you mark as .tiny */
.reveal .tiny {
  font-size: 0.75em;
  line-height: 1.15;
}

/* tighten list indentation inside .tiny */
.reveal .tiny ul,
.reveal .tiny ol {
  margin-left: 0.9em;
}

.reveal p {
  margin-top: 0.3em;
    margin-bottom: 0.1em;
}

  /* Reduce gap between paragraphs/text and lists */
.reveal p + ul,
.reveal p + ol {
  margin-top: 0.05em;
}

/* Even tighter spacing in .tiny sections */
.reveal .tiny p {
  margin-top: 0.2em;
  margin-bottom: 0.0em;
}

.reveal .tiny p + ul,
.reveal .tiny p + ol {
  margin-top: 0em;
}