/* Research Highlight Styles */
.highlight {
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #e8e8f0;
}

.highlight:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.highlight-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c8102e;
  margin-bottom: 12px;
  padding: 4px 10px;
  background: rgba(200, 16, 46, 0.07);
  border-radius: 4px;
  display: inline-block;
}

.highlight-title {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 8px;
  max-width: 720px;
}

.highlight-collab {
  font-size: 0.88rem;
  color: #5a5a6e;
  font-style: italic;
  margin-bottom: 40px;
}

.highlight-figure {
  margin: 0;
  text-align: center;
}

.highlight-figure img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.highlight-figure figcaption {
  margin-top: 12px;
  font-size: 0.82rem;
  color: #5a5a6e;
  font-style: italic;
}

.highlight-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.highlight-text {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.highlight-content .highlight-text {
  margin-bottom: 0;
}

.highlight-text p {
  font-size: 0.93rem;
  line-height: 1.95;
  color: #3d3d4a;
  margin-bottom: 0;
}

.highlight-text strong {
  color: #1a1a2e;
}

.highlight-video {
  position: sticky;
  top: 88px;
}

.highlight-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  display: block;
}

.highlight-caption {
  margin-top: 10px;
  font-size: 0.8rem;
  color: #5a5a6e;
  font-style: italic;
  text-align: center;
}

.highlight-cite {
  padding: 16px 20px;
  background: #f7f7fb;
  border-radius: 8px;
  border-left: 3px solid #c8102e;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #5a5a6e;
  max-width: 720px;
  margin-bottom: 8px;
}

.highlight-cite:last-child {
  margin-bottom: 0;
}

.highlight-cite strong {
  display: block;
  color: #2d2d3a;
  margin-bottom: 10px;
  font-size: 0.88rem;
}

.highlight-cite em {
  color: #2d2d3a;
}

.highlight-cite a {
  font-weight: 600;
  margin-left: 4px;
}

.cite-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cite-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cite-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 900px) {
  .highlight-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .highlight-title {
    font-size: 1.4rem;
  }

  .highlight-video {
    position: static;
  }
}
