/* ============================================================
   Global typography
   ============================================================ */

.reveal {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #1A1F26;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal p,
.reveal li,
.reveal div,
.reveal span {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

/* ============================================================
   Font-size utility classes
   ============================================================ */

.huge {
  font-size: 2.4em;
}

.larger {
  font-size: 1.8em;
}

.large {
  font-size: 1.5em;
}

.largish {
  font-size: 1.25em;
}

.standard {
  font-size: 1.0em;
}

.small {
  font-size: 0.8em;
}

.smallish {
  font-size: 0.7em;
}

.smaller {
  font-size: 0.6em;
}

.tiny {
  font-size: 0.3em;
}

/* ============================================================
   SoCO title-slide typography
   ============================================================ */

.soco-title {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1A1F26;
}

.soco-subtitle {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #1A1F26;
}

.soco-date {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #1A1F26;
}

.soco-accent {
  color: #E25A4E;
}

.soco-teal {
  color: #2C5F66;
}

/* ============================================================
   SoCO logo image helpers
   ============================================================ */

.soco-logo-horizontal {
  width: 70%;
  max-width: 760px;
  height: auto;
}

.soco-logo-small {
  width: 36%;
  max-width: 360px;
  height: auto;
}

/* ============================================================
   Reveal slide logo
   ============================================================ */

.reveal .slide-logo {
  height: 50px !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  top: 10px !important;
  left: 10px !important;
  -webkit-transform: translateZ(0);
}

/* ============================================================
   Footer
   ============================================================ */

.reveal .footer {
  font-size: 0.9em;
  color: #666;
}

/* Hide footer/logo on slides with data-state="no-footer" */
/* Hide both footer and logo */
.reveal.no-footer .footer,
.reveal.no-footer .slide-logo {
  display: none !important;
}

/* Hide footer only, keep logo */
.reveal.no-footer-text .footer {
  display: none !important;
}

/* Hide logo only, keep footer */
.reveal.no-logo .slide-logo {
  display: none !important;
}

/* ============================================================
   Optional slide layout helpers
   ============================================================ */

.centered {
  text-align: center;
}

.left-aligned {
  text-align: left;
}

.mt-0 {
  margin-top: 0em;
}

.mt-05 {
  margin-top: 0.5em;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mb-0 {
  margin-bottom: 0em;
}

.mb-05 {
  margin-bottom: 0.5em;
}

.mb-1 {
  margin-bottom: 1em;
}

/* ============================================================
   Optional: title slide spacing
   ============================================================ */

.title-slide-logo {
  text-align: center;
  margin-top: 2.4em;
  margin-bottom: 1.2em;
}

.title-slide-main {
  text-align: center;
  margin-top: 0.8em;
}

.title-slide-date {
  text-align: center;
  margin-top: 0.3em;
}

/* Scrollable gt table container */
.mcc-scroll-table {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  margin-top: 0.2em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}


.mcc-citation-footer {
  font-size: 0.30em;
  line-height: 1.05;
  margin-top: 0.35em;
  color: #555555;
  max-height: 9vh;
  overflow-y: auto;
}

.co-senior-author-note {
  font-size: 0.9rem;
  color: #4b5563;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}