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


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

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

.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-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.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: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


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

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

/*change the navigation point color*/
.slider-pagination .slider-page {
  background: #000000;
}

.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 Table (#table1) ===== */
#table1 {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.92em;
  box-shadow: 0 2px 14px rgba(180, 150, 200, 0.15);
  border-radius: 8px;
  overflow: hidden;
}

/* All thead th: vertical center for rowspan cells */
#table1 thead th {
  vertical-align: middle;
  text-align: center;
}

/* Tier 1: top-level category groups */
#table1 thead tr.thead-t1 th {
  background-color: #9b7fc7;
  color: #ffffff;
  padding: 9px 12px;
  border: 1px solid #b49dd4;
  font-weight: bold;
  letter-spacing: 0.03em;
}

/* Tier 2: Open / Close sub-groups */
#table1 thead tr.thead-t2 th {
  background-color: #b8a9e0;
  color: #ffffff;
  padding: 7px 10px;
  border: 1px solid #ccc0ea;
}

/* Tier 3: metric names */
#table1 thead tr.thead-t3 th {
  background-color: #f0ecf9;
  color: #6a4f9e;
  padding: 7px 10px;
  border: 1px solid #d8cff0;
  font-weight: 600;
  border-bottom: 2px solid #b8a9e0;
}

/* Body rows */
#table1 tbody tr {
  border-bottom: 1px solid #ece8f5;
  transition: background-color 0.15s ease;
}

#table1 tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

#table1 tbody tr:nth-child(even) {
  background-color: #faf8fe;
}

#table1 tbody tr:hover {
  background-color: #ece6f8;
}

#table1 tbody td {
  padding: 7px 12px;
  text-align: center;
  border: 1px solid #e4dff2;
  color: #3d3452;
}

/* Our model row — bold text only, no background */
#table1 tbody tr.ours-row td {
  font-weight: 600;
}

/*hepato section title font*/
.hepato {
  font-variant: small-caps;
  font-weight: bold;
}

/*hepato-brand project name font*/
.hepato-brand {
  font-variant: small-caps;
  font-weight: bold;
}

/*footer banners*/
#org-banners {
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.org-banner {
  /* margin: 5px; */
  max-width: 100%;
  height: 6em;
  margin: 10px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #org-banners {
    flex-direction: column;
    justify-content: space-around;
  }
}

