#publicationHighlights {
  margin-top: 1.5rem;
}

#publicationHighlights .publication-group {
  margin-bottom: 3rem;
}

#publicationHighlights .publication-group:last-child {
  padding: 0;
}

#publicationHighlights .views-row {
  padding: 0.5rem 0 0 2.5rem;
}

#publicationHighlights .publication-group__toggle {
  display: flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  user-select: none;
  margin: 0;
}

#publicationHighlights .publication-group__icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.25s ease;
  transform: rotate(180deg);
}

#publicationHighlights .publication-group__toggle[aria-expanded="false"] .publication-group__icon {
  transform: rotate(90deg);
}

#publicationHighlights .publication-group__content {
  overflow: hidden;
  transition: height 0.25s ease;
}

#publicationHighlights .publication-group__content.is-collapsed {
  height: 0 !important;
}
