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: '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: 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;
}

/* RTV-Bench specific styles */
.publication-venue {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
  text-align: center;
  margin: 2rem auto;
  max-width: 800px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.publication-venue:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(102, 126, 234, 0.4);
}

.publication-venue strong {
  font-size: 1.1em;
  display: block;
  margin-bottom: 0.5rem;
}

.publication-authors {
  line-height: 1.8;
}

.author-block {
  margin-right: 0.3em;
}

.publication-title {
  line-height: 1.3;
  margin-bottom: 1rem;
}

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

/* Enhanced link buttons */
.publication-links {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.link-block .button {
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.link-block .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* News section styling */
.hero.is-light .content ul {
  list-style: none;
  padding-left: 0;
}

.hero.is-light .content li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e8e8e8;
  transition: background-color 0.2s ease;
}

.hero.is-light .content li:hover {
  background-color: #f8f8f8;
  padding-left: 0.5rem;
}

.hero.is-light .content li:last-child {
  border-bottom: none;
}

/* Code block styling */
pre {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-left: 4px solid #667eea;
  border-radius: 6px;
  padding: 1.25rem;
  margin: 1.5rem 0;
  overflow-x: auto;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

pre code {
  background-color: transparent;
  border: none;
  padding: 0;
  display: block;
  font-size: 0.9em;
  line-height: 1.6;
  color: #333;
  font-family: 'Courier New', Courier, monospace;
}

/* Image styling enhancements */
img {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
}

img:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* Section spacing */
.section {
  padding: 3rem 1.5rem;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .publication-authors {
    font-size: 0.9em;
  }
  
  .publication-venue {
    padding: 1rem;
    font-size: 0.9em;
  }
  
  .publication-links {
    flex-direction: column;
    align-items: stretch;
  }
  
  .link-block .button {
    width: 100%;
  }
}