/* Presentation-only extras. Not used by app/demo. */
.talk-banner {
  margin: 0 0 1.5rem;
  max-width: 46rem;
  padding: 0.75rem 1rem;
  border-left: 5px solid #c99b3b;
  background: #e9efe8;
  color: #173c43;
  font-size: 1.125rem;
  line-height: 1.45;
}
.talk-banner p {
  margin: 0;
}
.pres-section .talk-banner {
  margin-top: 0;
}
.ds .talk-banner {
  max-width: 38rem;
  background: #f4f1ea;
  color: #1a1a1a;
  border-left-color: #c99b3b;
  font-family: var(--font-ui);
}
.ds .talk-path {
  margin-top: var(--space-x-lg);
}
.ds .talk-path__list {
  list-style: none;
  margin: var(--space-sm) 0 0;
  padding: 0;
  max-width: 38rem;
}
.ds .talk-path__list li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin: 0;
  border-top: 1px solid var(--border, #d9d3c7);
}
.ds .talk-path__list li:last-child {
  border-bottom: 1px solid var(--border, #d9d3c7);
}
.ds .talk-path__num {
  flex: 0 0 1.75rem;
  font-family: var(--font-ui);
  font-size: var(--type-kicker, 0.875rem);
  font-weight: 600;
  color: var(--fg-muted, #5c574e);
}
.ds .talk-path__list a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.35rem 0;
  font-size: 1.125rem;
}
