/**
 * Forum 2024 presentations — sidebar TOC + main feed title styling.
 */
html[data-daab-page-id="forum-2024-presentations"] .timeline-list li {
  display: block;
  overflow: visible;
}

html[data-daab-page-id="forum-2024-presentations"] .timeline-list a.presentation-toc-link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
  margin: 0;
  padding: 10px 11px;
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
  min-height: 0;
  overflow: visible;
}

html[data-daab-page-id="forum-2024-presentations"] .presentation-toc-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  overflow: visible;
}

html[data-daab-page-id="forum-2024-presentations"] .presentation-toc-photo-frame {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
  background: #e8eef4;
  box-shadow: inset 0 0 0 1px rgba(0, 45, 82, 0.08);
}

html[data-daab-page-id="forum-2024-presentations"] .presentation-toc-photo-frame--empty {
  display: inline-block;
}

html[data-daab-page-id="forum-2024-presentations"] .presentation-toc-photo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center top;
}

html[data-daab-page-id="forum-2024-presentations"] .presentation-toc-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  color: inherit;
}

html[data-daab-page-id="forum-2024-presentations"] .presentation-toc-title {
  display: block;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  color: var(--muted, #4a5f73);
}

html[data-daab-page-id="forum-2024-presentations"] .timeline-list a.presentation-toc-link:hover .presentation-toc-title,
html[data-daab-page-id="forum-2024-presentations"] .timeline-list a.presentation-toc-link:focus-visible .presentation-toc-title,
html[data-daab-page-id="forum-2024-presentations"] .timeline-list a.presentation-toc-link.tl-active .presentation-toc-title {
  color: inherit;
}

@media (max-width: 1060px) {
  html[data-daab-page-id="forum-2024-presentations"] .timeline-list a.presentation-toc-link {
    min-height: 44px;
    padding: 10px 12px;
  }
}

/* Main feed (right column) — speaker name + presentation title */
html[data-daab-page-id="forum-2024-presentations"] .news-feed .card-title {
  font-size: clamp(18px, 2.2vw, 26px) !important;
  text-align: center !important;
}

html[data-daab-page-id="forum-2024-presentations"] .news-feed .presentation-lead-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 105, 180, 0.12);
}

html[data-daab-page-id="forum-2024-presentations"] .news-feed .presentation-card-photo-frame {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
}

html[data-daab-page-id="forum-2024-presentations"] .news-feed .presentation-card-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

html[data-daab-page-id="forum-2024-presentations"] .news-feed .presentation-lead-row .card-lead,
html[data-daab-page-id="forum-2024-presentations"] .news-feed .card-body > .card-lead:first-child {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
  text-align: center;
  text-wrap: balance;
  font-size: clamp(16px, 1.85vw, 20px);
  line-height: 1.5;
}

/* Tighter spacing between bulleted lines in presentation body text */
html[data-daab-page-id="forum-2024-presentations"] .news-feed .content-list {
  margin: 6px 0 12px;
  gap: 3px;
}

html[data-daab-page-id="forum-2024-presentations"] .news-feed .content-list li {
  padding: 1px 0 1px calc(34px + 3ch);
  line-height: 1.4;
}

html[data-daab-page-id="forum-2024-presentations"] .news-feed .content-list li::before {
  top: 1px;
}

/* Justified body copy — see daab-forum-content.css (long-form forum prose) */
