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


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

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

.icon-img {
  width: 1.5em;
  height: 1.5em;
}

.dnerf {
  font-variant: small-caps;
}


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

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


.publication-title {
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.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;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

.publication-authors {
}

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

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

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

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 1rem;
  overflow: hidden;
  border: 1px solid #d0d6e0;
  border-radius: 12px;
  padding: 0;
  font-size: 0;
  background: #fff;
  box-shadow: 0 12px 24px -12px rgba(15, 23, 42, 0.25);
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

.results-block {
  margin-bottom: 3rem;
}

.results-block .title.is-4 {
  margin-bottom: 1.5rem !important;
  font-weight: 600 !important;
  color: #1e293b;
}

.results-block .caption {
  margin-top: 1rem;
  color: #51607a;
  font-size: 0.95rem;
}


.results-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
  background: #f9fafb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.results-table thead tr {
  background: #eef1f5;
  color: #1f2937;
  font-weight: 600;
}

.results-table .table-caption {
  text-align: center;
}

.results-table th,
.results-table td {
  padding: 0.85rem 1.1rem;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
}

.results-table th.full-col,
.results-table td.full-col {
  background: rgba(148, 197, 255, 0.25);
}

.results-table tbody tr:nth-child(even) {
  background: rgba(148, 163, 184, 0.15);
}

.results-table tbody tr:hover {
  background: rgba(148, 163, 184, 0.25);
}

.results-table th:first-child:not(.table-caption),
.results-table td:first-child {
  text-align: left;
}

.results-table tr.highlight-row {
  background: rgba(55, 126, 224, 0.25) !important;
  /* font-weight: 600; */
  color: #1e293b;
}

.results-table thead tr:first-child th:first-child {
  border-top-left-radius: 12px;
}

.results-table thead tr:first-child th:last-child {
  border-top-right-radius: 12px;
}

.results-table--compact th,
.results-table--compact td {
  padding: 0.75rem 1rem; 
}

.results-table td a,
.results-table th a {
  color: #2563eb !important;      /* pick any blue you like */
  /* text-decoration: underline;     optional, but helps show it’s a link */
}

.results-table td a:hover,
.results-table th a:hover {
  color: #1d4ed8 !important;
}

.results-table--compact tbody tr:nth-child(even) {
  background: rgba(148, 163, 184, 0.18);
}