body {
  font-family: 'Noto Sans', sans-serif;
}

.teaser {
  font-family: 'Noto Sans', sans-serif;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.publication-title {
  font-family: 'Noto Sans', sans-serif;
}

.publication-authors {
  font-family: 'Noto Sans', sans-serif;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-affiliation {
  margin-top: 0.45rem;
  color: #555;
  line-height: 1.55;
}

.corresponding-author {
  margin-top: 0.35rem;
  color: #666;
}

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.section-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

.portrait-figure {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 680px;
  margin: 0 auto;
}

.figure-link {
  display: block;
}

.figure-link:focus-visible {
  outline: 3px solid #3273dc;
  outline-offset: 4px;
}

mjx-container[display="true"] {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.4rem 0;
}

@media screen and (max-width: 768px) {
  .publication-title {
    font-size: 1.8rem !important;
    overflow-wrap: break-word;
  }
}

.section-dropdown {
  position: relative;
  flex: 0 1 12.5rem;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.875rem;
  min-width: 0;
  text-align: left;
}

.section-dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 44px;
  padding: 0.625rem 0.875rem;
  border: 1px solid #dfe2e6;
  border-radius: 6px;
  background: #fff;
  color: #40464d;
  font-family: inherit;
  font-size: inherit;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.section-dropdown-trigger:hover {
  background: #fff;
  border-color: #aeb6c0;
}

.section-dropdown-trigger::-webkit-details-marker {
  display: none;
}

.section-dropdown[open] .section-dropdown-trigger {
  border-radius: 6px 6px 0 0;
  border-color: #dfe2e6;
}

.dropdown-chevron {
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  margin-left: 0.25rem;
  color: #858d97;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.section-dropdown[open] .dropdown-chevron {
  transform: translateY(2px) rotate(225deg);
}

.section-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe2e6;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 4px 12px rgba(25, 35, 45, 0.04);
}

.section-dropdown-panel a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.625rem 0.875rem;
  color: #505862;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
}

.section-dropdown-panel a + a {
  border-top: 1px solid #f0f1f3;
}

.section-dropdown-panel a:hover,
.section-dropdown-panel a:focus-visible {
  background: #f7f8fa;
  color: #245b87;
}

.section-dropdown-trigger:focus-visible {
  outline: 2px solid #3273dc;
  outline-offset: 3px;
}

.section-dropdown-panel a:focus-visible {
  outline: 2px solid #3273dc;
  outline-offset: -3px;
}

@media screen and (max-width: 480px) {
  .section-links {
    flex-wrap: nowrap;
    gap: 0.5rem;
  }

  .section-dropdown {
    flex: 1 1 0;
    font-size: 0.8125rem;
  }

  .section-dropdown-trigger,
  .section-dropdown-panel a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
