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


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

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

.coolname {
  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: #4A1FB4 !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-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

.interpolation-image-wrapper-uncoco img {
  margin-top: 50px ;
  margin-bottom: 80px;
}
.interpolation-image-wrapper-tabletop img {
  margin-top: 70px ;
  margin-bottom: 100px;
}
.interpolation-image-wrapper-fine-grained img {
  /* margin-top: 50px ; */
  margin-bottom: 20px;
}
.interpolation-image-wrapper-zero-shot img {
  margin-top: 25px ;
  /* margin-bottom: 100px; */
}

/* Simulation Results Section */
.simulation-results-grid {
  margin-top: 2rem;
}

.simulation-results-grid .columns {
  margin-bottom: 2rem;
}

.simulation-result-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 1rem;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 1.5rem;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.simulation-result-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.simulation-title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.75rem;
  color: #333;
}

.simulation-gif {
  width: 100%;
  margin-bottom: 0.75rem;
  text-align: center;
}

.simulation-gif img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
  background-color: #ffffff;
}

.simulation-maps {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: 100%;
  gap: 0.5rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0.5rem;
  box-sizing: border-box;
  clear: both;
}

.simulation-map-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 38%;
  width: 38%;
}

.simulation-map-item img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  object-fit: contain;
  box-sizing: border-box;
  display: block !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  margin-bottom: 0.25rem;
  background-color: #ffffff;
}

.map-label {
  font-size: 0.85rem;
  text-align: center;
  margin: 0;
  color: #000;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .simulation-results-grid .columns {
    flex-direction: column;
  }
  
  .simulation-results-grid .column.is-half {
    width: 100%;
  }
  
  .simulation-maps {
    flex-direction: row;
    gap: 0.5rem;
  }
  
  .simulation-map-item {
    flex: 0 0 38%;
    width: 38%;
  }
  
  .simulation-map-item img {
    width: 100%;
    max-width: 100%;
  }
}
