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

.publication-authors {
    font-family: '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;
}

/* Custom CSS rules */
.no-padding-top {
  padding-top: 0px;
}

.pre-code-block {
  padding: 0px !important;
  background-color: white;
}

/* Hummingbird Image Card Styles */
.image-slider-container {
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.image-display {
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

.image-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.comparison-image {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-top: auto;
}

.slider-controls {
  margin-top: 1rem;
}

.slider-controls .field {
  margin-bottom: 0;
}

.slider-controls .label {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.slider-controls .select {
  margin-bottom: 1rem;
}

.slider-controls .select select {
  border-radius: 6px;
  border-color: #dbdbdb;
  font-size: 1rem;
}

.slider-controls .select select:focus {
  border-color: #3273dc;
}

.slider-controls .control input[type="range"] {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #ddd;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.slider-controls .control input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3273dc;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.slider-controls .control input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3273dc;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
}

/* Category Thumbnail Styles */
.category-thumbnails {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.category-thumbnail {
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  flex: 1;
  max-width: 120px;
}

.category-thumbnail:hover {
  transform: translateY(-4px);
}

.category-thumbnail.active .category-label {
  background-color: #3273dc;
}

.category-preview {
  width: 100%;
  height: 80px;
  object-fit: cover;
  display: block;
}

.category-label {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  padding: 0.5rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .category-thumbnails {
    gap: 0.5rem;
  }
  
  .category-thumbnail {
    max-width: 100px;
  }
  
  .category-preview {
    height: 60px;
  }
  
  .category-label {
    font-size: 0.75rem;
    padding: 0.25rem;
  }
}