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

.section-bg-darker {
  background-color: #f0f0f0;
}

.footer .icon-link {
  font-size: 25px;
  color: #000;
}

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

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

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

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

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

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

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

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

.template-placeholder-media {
  min-height: 220px;
  border: 2px dashed #c8c8c8;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  color: #888;
  font-size: 0.95rem;
  text-align: center;
  padding: 1rem;
}

.result-figure {
  margin: 0;
}

.result-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.result-figure figcaption {
  margin-top: 0.6rem;
}

.equation-block {
  overflow-x: auto;
  margin: 0.75rem 0 0;
  padding: 0.25rem 0;
}

.analytical-table-wrap {
  overflow-x: visible;
}

.analytical-table {
  min-width: 0;
  width: 100%;
  table-layout: fixed;
  background: #fff;
}

.analytical-table th,
.analytical-table td {
  vertical-align: top;
  font-size: 0.82rem;
  line-height: 1.35;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.analytical-table thead th {
  border-bottom: 1px solid #363636;
  text-align: center;
}

.analytical-table tbody tr:last-child th,
.analytical-table tbody tr:last-child td {
  border-bottom: 1px solid #363636;
}

.analytical-table .dashed-row th,
.analytical-table .dashed-row td {
  border-top: 1px dashed #bdbdbd;
}

.analytical-table mjx-container {
  font-size: 90% !important;
}
