@import 'https://fonts.googleapis.com/css?family=Open Sans';

body {
  font-family: "Myriad-Pro", "Open 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: "Myriad-Pro", "Open Sans", sans-serif;
}


.publication-title {
}

.title {
  font-family: "Myriad-Pro", "Open Sans", sans-serif;
}

.section h2.title.is-3,
#BibTeX h2.title {
  text-align: center;
}

.section .content.has-text-justified > p {
  font-size: 125%;
  line-height: 1.45;
}

.section .content.has-text-justified > p + p {
  margin-top: 1rem;
}

.section .abstract-content > p {
  font-size: 125%;
  line-height: 1.45;
}

.method-panel p,
.section .content li {
  font-size: 125%;
  line-height: 1.45;
}

.section-lead {
  max-width: 960px;
  margin: 0 auto 1.5rem auto;
}

.teaser-kicker {
  margin-bottom: 0.5rem;
  color: #315f9d;
  font-family: "Myriad-Pro", "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.teaser-title {
  margin-bottom: 1rem !important;
}

.teaser-block {
  margin-bottom: 2.5rem;
}

.teaser-text,
.teaser-text .title,
.teaser-text p {
  text-align: left !important;
}

.teaser-copy {
  color: #333;
  font-size: 1.12rem;
  line-height: 1.55;
}

.paper-figure {
  margin: 1rem 0 1.5rem 0;
}

.paper-figure img {
  width: 100%;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  background: #fff;
}

.paper-figure figcaption {
  margin-top: 0.5rem;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: center;
}

.compact-figure {
  margin-top: 0;
}

.method-panel {
  height: 100%;
  padding: 1.25rem;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  background: #f8fafc;
}

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

.key-point {
  padding: 1rem;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  background: #f8fafc;
}

.key-point strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #1f3f68;
  font-size: 1.05rem;
}

.key-point span {
  display: block;
  color: #333;
  font-size: 1.08rem;
  line-height: 1.4;
}

.env-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.25rem 0 2rem 0;
}

.env-card {
  min-height: 92px;
  padding: 0.9rem;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  background: #fff;
}

.env-card strong {
  display: block;
  color: #1f3f68;
  font-size: 1.15rem;
}

.env-card span {
  display: block;
  margin-top: 0.25rem;
  color: #444;
  line-height: 1.3;
}

.results-table th,
.results-table td {
  text-align: center !important;
  vertical-align: middle !important;
  font-size: 0.88rem;
  white-space: nowrap;
}

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

.results-table td:nth-last-child(10),
.results-table th:nth-last-child(10) {
  text-align: left !important;
}

.results-table caption {
  caption-side: top;
  margin-bottom: 0.5rem;
  color: #444;
  font-size: 0.95rem;
  text-align: left;
}

.results-table .context-row {
  background: #f2f4f8;
}

.results-table .group-cell {
  position: relative;
  text-align: center !important;
  vertical-align: middle !important;
  font-weight: 600;
  padding: 0 !important;
}

.results-table .group-cell > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  padding: 0 0.35rem;
  text-align: center !important;
  transform: translate(-50%, -50%);
}

.research-table th,
.research-table td {
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap;
}

.research-table td:first-child,
.research-table th:first-child {
  text-align: left !important;
}

.research-table caption {
  caption-side: top;
  margin-bottom: 0.5rem;
  color: #444;
  font-size: 0.95rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .publication-title {
    font-size: 2.1rem !important;
    line-height: 1.12 !important;
  }

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

  .key-points,
  .env-grid {
    grid-template-columns: 1fr;
  }
}

.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: "Myriad-Pro", "Open Sans", sans-serif;
}

.publication-authors {
    font-family: "Myriad-Pro", "Open 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;
}
