/* Références consultables dans la fenêtre d’études. */
.studies-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2.5rem;
  margin-top: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(20, 17, 14, 0.16);
  border-bottom: 1px solid rgba(20, 17, 14, 0.16);
}

.studies-callout__text {
  max-width: 680px;
  color: #51463D;
  font-size: 0.95rem;
  line-height: 1.7;
}

.studies-callout__text strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #14110E;
  font-weight: 500;
}

.studies-callout__open { flex-shrink: 0; }

.studies-dialog > .eyebrow { padding-right: 3.5rem; }
#dm-studies-title { padding-right: 3.5rem; }

.studies-dialog .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.studies-dialog__intro,
.studies-dialog__note {
  color: #51463D;
  font-size: 0.95rem;
  line-height: 1.75;
}

.studies-dialog__intro { margin-top: 1rem; }

.studies-dialog__note {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #EEE7DB;
  border-left: 2px solid #816138;
}

.studies-list {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
}

.studies-list__item {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(20, 17, 14, 0.16);
}

.studies-list__topic {
  margin-bottom: 0.6rem;
  color: #76532E;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.studies-list__title {
  margin-bottom: 0.6rem;
  color: #14110E;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  font-weight: 500;
  line-height: 1.2;
}

.studies-list__citation,
.studies-list__summary {
  color: #51463D;
  font-size: 0.95rem;
  line-height: 1.7;
}

.studies-list__citation { margin-bottom: 0.75rem; }

.studies-list__link,
.studies-callout__fallback a {
  color: #68461F;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  overflow-wrap: anywhere;
}

.studies-list__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

@media (max-width: 720px) {
  .studies-callout {
    align-items: flex-start;
    flex-direction: column;
  }
}
