/* Basic styles for the Diffusion Illusion website */

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

.publication-title {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.publication-authors {
  font-size: 1.2rem;
  font-weight: 300;
}

.author-block {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.publication-links {
  margin-top: 2rem;
}

.link-block {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.external-link {
  text-decoration: none;
}

.publication-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 2rem 0;
}

.publication-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Hero teaser styling */
.teaser video {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 1rem;
}

/* Results carousel styling */
.results-carousel .item {
  padding: 0 1rem;
}

.results-carousel .item video {
  width: 100%;
  height: auto;
}

/* Interpolation panel styling */
.interpolation-panel {
  margin: 2rem 0;
}

.interpolation-image {
  max-width: 100%;
  height: auto;
}

.interpolation-video-column {
  text-align: center;
}

.slider {
  margin: 1rem 0;
}

/* Icon link styling */
.icon-link {
  color: #4a4a4a;
  margin: 0 0.5rem;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.icon-link:hover {
  color: #3273dc;
}

/* D-NeRF styling for special text */
.dnerf {
  color: #ff6b6b;
  font-weight: 500;
}

/* Footer styling */
.footer {
  margin-top: 4rem;
  padding: 2rem 0;
}

/* Additional styling for better appearance */
.content h1,
.content h2,
.content h3,
.content h4 {
  color: #363636;
}

.content p {
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .publication-title {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1.2rem;
  }

  .publication-authors {
    font-size: 1rem;
  }
}
