/**
 * Forum 2024 impressions — author portraits in sidebar TOC and main feed.
 * Visual system aligned with daab-presentations-toc.css (presentations page).
 */
html[data-daab-page-id="forum-impressions"] .timeline-list li{
  display: block;
  overflow: visible;
}

html[data-daab-page-id="forum-impressions"] .timeline-list a.impression-toc-link{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 8px 10px;
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
  min-height: 0;
  overflow: visible;
}

html[data-daab-page-id="forum-impressions"] .impression-toc-author{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  width: 100%;
}

html[data-daab-page-id="forum-impressions"] .impression-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-impressions"] .impression-toc-photo{
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center top;
}

html[data-daab-page-id="forum-impressions"] .impression-toc-name{
  flex: 1;
  min-width: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  color: inherit;
}

html[data-daab-page-id="forum-impressions"] .news-feed .impression-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-impressions"] .news-feed .impression-card-photo-frame{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
  background: #e8eef4;
  box-shadow: 0 8px 20px rgba(0, 45, 82, 0.1),
    inset 0 0 0 1px rgba(0, 105, 180, 0.12);
}

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

html[data-daab-page-id="forum-impressions"] .news-feed .impression-lead-row .card-lead{
  flex: 1;
  min-width: 0;
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
  font-size: clamp(11.2px, 1.295vw, 14px);
  line-height: 1.5;
}

html[data-daab-page-id="forum-impressions"] .news-feed .impression-lead-row--photo-only{
  margin-bottom: 12px;
  padding-bottom: 0;
  border-bottom: none;
}

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

@media (max-width: 760px){
  html[data-daab-page-id="forum-impressions"] .news-feed .impression-lead-row{
    gap: 0.85rem;
  }

  html[data-daab-page-id="forum-impressions"] .news-feed .impression-card-photo-frame{
    width: 64px;
    height: 64px;
  }
}
