html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Noto Sans', sans-serif;
  color: #263238;
  background: #ffffff;
}


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

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

.container.is-max-desktop {
  width: 100%;
  max-width: 960px;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.column {
  min-width: 0;
}

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


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

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


.publication-title {
  margin-top: -12px;
  line-height: 1.16;
}

.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;
    color: #202225;
    overflow-wrap: break-word;
}

.mobile-title-tail {
  display: none;
}

.title-implicit {
  color: #664697;
}

.title-drifting {
  color: #006dbf;
}

.title-policy {
  color: #24a097;
}

.publication-authors {
    color: #000;
    font-family: 'Google Sans', sans-serif;
    overflow-wrap: break-word;
}

.publication-author-lines {
  margin-top: 1.55rem;
  line-height: 1.35;
}

.publication-affiliations {
  margin-top: 0.25rem;
  line-height: 1.3;
}

.author-line,
.affiliation-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  column-gap: 0.28rem;
  row-gap: 0;
  text-align: center;
}

.author-line .author-block,
.affiliation-line .author-block {
  flex: 0 0 auto;
  white-space: nowrap;
}

.affiliation-line {
  column-gap: 1.8rem;
}

.publication-venue {
    color: #214943;
    font-weight: bold;
    margin-top: 0.5rem;
}

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

.publication-authors {
}

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

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

.author-block {
  display: inline-block;
  white-space: normal;
}

.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-image-half {
  width: 50;
}

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

* {box-sizing: border-box;}

.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 0%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}

.img-magnifier-glass_init {
  position: absolute;
  border: 0px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 0px;
  height: 0px;
}

section.banner {
  background-image: url(../images/banner.png);
  color: #aaa;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e4eceb;
}

.banner .hero-body {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.publication-links {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.button.is-dark {
  background-color: #25302f;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.button.is-dark:hover {
  background-color: #1d6f68;
  box-shadow: 0 8px 22px rgba(31, 111, 104, 0.18);
  transform: translateY(-1px);
}

.abstract-section {
  padding-top: 4rem;
}

.section-band {
  background: #f7faf9;
  border-top: 1px solid #e5eeee;
  border-bottom: 1px solid #e5eeee;
}

.content p {
  line-height: 1.65;
}

.paper-figure {
  margin: 2rem auto 0;
  text-align: center;
}

.paper-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #dce7e5;
  border-radius: 8px;
  background: #ffffff;
}

.wide-figure img {
  border-color: #d8e4e1;
}

.table-figure {
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.table-figure img {
  min-width: 780px;
}

.algorithm-figure {
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.algorithm-figure img {
  min-width: 760px;
}

.paper-figure figcaption {
  max-width: 880px;
  margin: 0.75rem auto 0;
  color: #5a6664;
  font-size: 0.96rem;
  line-height: 1.45;
}

.keypoint-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.keypoint {
  min-height: 148px;
  padding: 1.15rem;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background: #ffffff;
}

.keypoint strong {
  display: block;
  margin: 0.35rem 0 0.35rem;
  color: #1f3735;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.05rem;
}

.keypoint p {
  margin: 0;
  color: #5a6664;
  line-height: 1.5;
}

.keypoint-label {
  display: inline-flex;
  align-items: center;
  min-height: 1.6rem;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  color: #1f6f68;
  background: #e6f4f1;
  font-size: 0.8rem;
  font-weight: 700;
}

.keypoint-purple {
  color: #664697;
  background: rgba(102, 70, 151, 0.13);
}

.keypoint-blue {
  color: #006dbf;
  background: rgba(0, 109, 191, 0.13);
}

.keypoint-green {
  color: #24a097;
  background: rgba(36, 160, 151, 0.14);
}

pre {
  border-radius: 8px;
  background: #f5f7f7;
  border: 1px solid #dde6e4;
  white-space: pre-wrap;
}

@media screen and (max-width: 768px) {
  .banner .hero-body {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }

  .publication-title {
    font-size: 1.55rem !important;
    line-height: 1.2;
    padding: 0 0.15rem;
  }

  .publication-authors {
    font-size: 1rem !important;
    line-height: 1.55;
  }

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

  .publication-author-lines {
    margin-top: 1.25rem;
    line-height: 1.45;
  }

  .publication-affiliations {
    line-height: 1.45;
  }

  .author-line,
  .affiliation-line {
    column-gap: 0.35rem;
    padding: 0 0.5rem;
  }

  .desktop-title-tail {
    display: none;
  }

  .mobile-title-tail {
    display: inline;
  }

  .has-text-justified {
    text-align: left !important;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    max-width: calc(100vw - 3rem);
    margin-left: auto;
    margin-right: auto;
  }

  .content p {
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
  }

  .keypoint-grid {
    grid-template-columns: 1fr;
  }

  .table-figure {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
