/* Section dividers */
.reveal section[data-background-color] h3 {
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Tables — cleaner look */
.reveal table {
  font-size: 0.72em;
  border-collapse: collapse;
}
.reveal table th {
  background: #1e293b;
  color: white;
  font-weight: 600;
  padding: 0.5em 0.8em;
}
.reveal table td {
  padding: 0.4em 0.8em;
  border-bottom: 1px solid #e2e8f0;
}
.reveal table tr:nth-child(even) td {
  background: #f8fafc;
}

/* Blockquotes — accent bar */
.reveal blockquote {
  border-left: 4px solid #FFA166;
  background: rgba(255, 161, 102, 0.06);
  padding: 0.6em 1em;
  border-radius: 0 8px 8px 0;
  font-style: normal;
  margin-top: 0.5em;
}

/* Code blocks — subtle background */
.reveal pre {
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* Images — subtle shadow */
.reveal section img:not(.hero-img) {
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.1);
}

/* Lists — more spacing */
.reveal ul li, .reveal ol li {
  margin-bottom: 0.3em;
}

/* Slide number */
.reveal .slide-number {
  color: #94a3b8;
  font-size: 0.7em;
}
