/**
 * Forum 2024 speech pages (rectors, ANAS leadership) — portraits in TOC and profile headers.
 * Aligned with daab-impressions-photos.css sizing and Forum 2024 tokens.
 */
html[data-daab-page-id="forum-rector-speeches"] .timeline-list li,
html[data-daab-page-id="forum-anas-leadership-speeches"] .timeline-list li,
html[data-daab-page-id="forum-official"] .timeline-list li{
  display: block;
  overflow: visible;
}

html[data-daab-page-id="forum-rector-speeches"] .timeline-list a.rector-toc-link,
html[data-daab-page-id="forum-anas-leadership-speeches"] .timeline-list a.rector-toc-link,
html[data-daab-page-id="forum-official"] .timeline-list a.rector-toc-link{
  flex-direction: row;
  align-items: center;
  gap: 0.55rem;
  padding: 8px 10px;
}

html[data-daab-page-id="forum-rector-speeches"] .rector-toc-photo-frame,
html[data-daab-page-id="forum-anas-leadership-speeches"] .rector-toc-photo-frame,
html[data-daab-page-id="forum-official"] .rector-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-rector-speeches"] .rector-toc-photo,
html[data-daab-page-id="forum-anas-leadership-speeches"] .rector-toc-photo,
html[data-daab-page-id="forum-official"] .rector-toc-photo{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

html[data-daab-page-id="forum-rector-speeches"] .rector-toc-text,
html[data-daab-page-id="forum-anas-leadership-speeches"] .rector-toc-text,
html[data-daab-page-id="forum-official"] .rector-toc-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
  min-width: 0;
  flex: 1;
}

html[data-daab-page-id="forum-rector-speeches"] .news-feed .speech-card-header,
html[data-daab-page-id="forum-anas-leadership-speeches"] .news-feed .speech-card-header,
html[data-daab-page-id="forum-official"] .news-feed .speech-card-header{
  padding-bottom: 0;
  border-bottom: none;
}

html[data-daab-page-id="forum-rector-speeches"] .news-feed .speech-profile-row,
html[data-daab-page-id="forum-anas-leadership-speeches"] .news-feed .speech-profile-row,
html[data-daab-page-id="forum-official"] .news-feed .speech-profile-row{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 105, 180, 0.12);
}

html[data-daab-page-id="forum-rector-speeches"] .news-feed .speech-card-photo-frame,
html[data-daab-page-id="forum-anas-leadership-speeches"] .news-feed .speech-card-photo-frame,
html[data-daab-page-id="forum-official"] .news-feed .speech-card-photo-frame{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  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-rector-speeches"] .news-feed .speech-card-photo,
html[data-daab-page-id="forum-anas-leadership-speeches"] .news-feed .speech-card-photo,
html[data-daab-page-id="forum-official"] .news-feed .speech-card-photo{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

html[data-daab-page-id="forum-rector-speeches"] .news-feed .speech-profile-meta,
html[data-daab-page-id="forum-anas-leadership-speeches"] .news-feed .speech-profile-meta,
html[data-daab-page-id="forum-official"] .news-feed .speech-profile-meta{
  flex: 1;
  min-width: 0;
}

html[data-daab-page-id="forum-rector-speeches"] .news-feed .speech-profile-meta .card-title,
html[data-daab-page-id="forum-anas-leadership-speeches"] .news-feed .speech-profile-meta .card-title,
html[data-daab-page-id="forum-official"] .news-feed .speech-profile-meta .card-title{
  margin: 0 0 0.35rem;
}

html[data-daab-page-id="forum-rector-speeches"] .news-feed .speech-profile-meta .card-subtitle,
html[data-daab-page-id="forum-anas-leadership-speeches"] .news-feed .speech-profile-meta .card-subtitle,
html[data-daab-page-id="forum-official"] .news-feed .speech-profile-meta .card-subtitle{
  margin: 0;
  padding: 0;
  border: none;
  font-size: clamp(11.2px, 1.295vw, 14px);
  line-height: 1.5;
}

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

@media (max-width: 760px){
  html[data-daab-page-id="forum-rector-speeches"] .news-feed .speech-profile-row,
  html[data-daab-page-id="forum-anas-leadership-speeches"] .news-feed .speech-profile-row,
  html[data-daab-page-id="forum-official"] .news-feed .speech-profile-row{
    gap: 0.85rem;
  }

  html[data-daab-page-id="forum-rector-speeches"] .news-feed .speech-card-photo-frame,
  html[data-daab-page-id="forum-anas-leadership-speeches"] .news-feed .speech-card-photo-frame,
  html[data-daab-page-id="forum-official"] .news-feed .speech-card-photo-frame{
    width: 68px;
    height: 68px;
  }
}
