/*
 * Rayflections Masterclass — vague 9, corrections de revue Koffi.
 * DRAFT LOCAL UNIQUEMENT · 2026-08-12.
 */

/* Le titre du Logbook conserve exactement la même échelle sur les trois disciplines. */
html[data-theme] body.production-v2.masterclass-v2.masterclass-detail-v2 #livrables-relationnels
  [data-wave8-logbook-zone="intro"] .relationnel-logbook__frame-title,
html body.production-v2.masterclass-v2.masterclass-detail-v2 #livrables-relationnels
  [data-wave8-logbook-zone="intro"] .relationnel-logbook__frame-title {
  font-size: var(--rf-type-card-title, clamp(1.35rem, 2vw, 1.95rem)) !important;
  line-height: 1.12 !important;
}

/* « Ce que le Logbook contient » est centré dans sa ligne au lieu de rester collé en haut. */
html[data-theme] body.production-v2.masterclass-v2.masterclass-detail-v2 #livrables-relationnels
  [data-wave8-logbook-zone="contents"] .relationnel-logbook__contents > strong,
html body.production-v2.masterclass-v2.masterclass-detail-v2 #livrables-relationnels
  [data-wave8-logbook-zone="contents"] .relationnel-logbook__contents > strong {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: clamp(3.35rem, 5vw, 4.7rem) !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  html[data-theme] body.production-v2.masterclass-v2.masterclass-detail-v2 #livrables-relationnels
    [data-wave8-logbook-zone="contents"] .relationnel-logbook__contents > strong,
  html body.production-v2.masterclass-v2.masterclass-detail-v2 #livrables-relationnels
    [data-wave8-logbook-zone="contents"] .relationnel-logbook__contents > strong {
    min-height: 3.2rem !important;
  }
}
