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


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

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

.hf-icon {
    height: 1.25em;
    width: auto;
    vertical-align: -0.15em;
}

.figures-panel {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

.figures-block {
    margin-bottom: 2rem;
}

.figures-block-title {
    margin: 0 0 0.25rem;
    font-family: 'Google Sans', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: #363636;
}

.figures-block-subtitle {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    color: #666;
}

.figure-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 0 1.75rem;
}

.figure-item {
    margin: 0;
    flex: 0 0 auto;
}

.figure-item img {
    display: block;
    width: 100%;
    height: auto;
}

/* Override Bulma .content figcaption styling when nested elsewhere */
.figures-panel .figure-item figcaption {
    margin: 0.2rem 0 0;
    padding: 0;
    font-size: 0.72rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    color: #666;
}

.figure-row--rewards .figure-item {
    flex: 1 1 0;
    min-width: 0;
    max-width: 33%;
}

.figure-row--rewards .figure-item figcaption {
    display: block;
    text-align: center;
    padding-left: 11%;
    box-sizing: border-box;
}

.figure-row--histograms {
    align-items: stretch;
}

.figure-row--histograms .figure-column--dream {
    flex: 0 0 38%;
    max-width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.75rem;
}

.figure-row--histograms .figure-column--dream .figure-item {
    width: 100%;
    max-width: 100%;
}

.figure-row--histograms > .figure-item {
    flex: 0 0 60%;
    max-width: 60%;
}

.figure-callout {
    flex: 1 1 auto;
    margin: 0;
    padding: 0.85rem 1rem;
    text-align: left;
    background: #f5f5f5;
    border-radius: 6px;
    border-left: 3px solid #f5b7a1;
}

.figure-callout ul {
    margin: 0;
    padding-left: 1.1rem;
    list-style: disc;
}

.figure-callout li {
    margin-bottom: 0.45rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #444;
}

.figure-callout li:last-child {
    margin-bottom: 0;
}

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

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