body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

.container.is-max-widescreen {
  max-width: 1280px !important;
}


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

.footer .content {
  font-size: 1.02rem;
  line-height: 1.7;
}

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

.teaser-figure {
  max-width: 980px;
  margin: 0 auto;
}

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

.teaser-caption {
  margin-top: 1rem;
}


.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;
    font-size: 3.35rem;
    line-height: 1.12;
}

.publication-title-gradient {
  background: linear-gradient(90deg, #4a7fd6 0%, #b04a5a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
    font-size: 1.16rem;
    line-height: 1.5;
}

.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-authors .author-block + .author-block {
  margin-left: 1.2rem;
}

.publication-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 0.75rem;
  margin-bottom: 1.15rem;
}

.publication-logo {
  display: block;
  width: auto;
  height: 112px;
}

.publication-logo-meta {
  height: 108px;
}

.publication-logo-umn {
  height: 126px;
}

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

.overview-figure {
  margin: 2rem 0 0;
}

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

.overview-caption {
  max-width: 100%;
  margin: 1rem auto 0;
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: left;
}

.abstract-content {
  max-width: 920px;
  margin: 0 auto;
}

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

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

.video-grid-main-title {
  grid-column: 1 / -1;
  margin-bottom: 0.25rem;
  font-family: 'Google Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.video-grid-title {
  grid-column: 1 / -1;
  margin-top: 0.75rem;
  margin-bottom: -0.25rem;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.48rem;
  font-weight: 700;
  text-align: center;
}

.video-grid-item {
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  background: #fff;
}

.video-grid-item video {
  display: block;
  width: 100%;
  height: auto;
}

.video-grid-labels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0.45rem 0.75rem 0.6rem;
  font-family: 'Google Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #444;
  text-align: center;
}

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

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

.comparison-section-title {
  margin-top: 2.5rem;
}

.comparison-card {
  border: 1px solid #d7d7d7;
  border-radius: 14px;
  padding: 1rem;
  background: #fff;
}

.comparison-title {
  margin-bottom: 0.2rem;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.08rem;
  line-height: 1.35;
  min-height: 2.5em;
  font-weight: 700;
  text-align: center;
}

.object-phone {
  font-weight: 700;
  color: #e8b28f;
}

.object-mustard {
  font-weight: 700;
  color: #d5aa00;
}

.object-whiteboard {
  font-weight: 700;
  color: #8a8f98;
}

.object-bluetape {
  font-weight: 700;
  color: #2f6fe4;
}

.object-banana {
  font-weight: 700;
  color: #b8860b;
}

.object-sponge {
  font-weight: 700;
  color: #8ecf8a;
}

.object-apple {
  font-weight: 700;
  color: #d63b3b;
}

.object-pencilcase {
  font-weight: 700;
  color: #1f6b3a;
}

.comparison-videos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.comparison-video-item {
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  background: #fff;
}

.comparison-video-item video {
  display: block;
  width: 100%;
  height: auto;
}

.comparison-label {
  padding: 0.45rem 0.5rem 0.6rem;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  text-align: center;
}

.results-table-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1rem;
}

.results-table-card {
  padding: 0.25rem 0;
  background: transparent;
}

.results-table-title {
  margin-bottom: 0.9rem;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  text-align: center;
}

.results-table-wrapper {
  overflow-x: auto;
}

.results-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.08rem;
  border-top: 3px solid #111;
  border-bottom: 3px solid #111;
}

.content p {
  font-size: 1.05rem;
}

.button.is-normal {
  font-size: 1rem;
}

.results-table th,
.results-table td {
  padding: 0.45rem 0.8rem;
  text-align: center;
  border-bottom: none;
}

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

.results-table thead th {
  font-weight: 700;
  font-size: 1.02rem;
  border-bottom: 2px solid #111;
}

.results-table tbody tr:last-child td {
  border-bottom: none;
}

.results-table-divider td {
  border-top: 2px solid #111;
  padding-top: 0.7rem;
}

.results-table-highlight td {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr;
  }

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

}


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