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-banner {
    max-height: parent;
  
  }
  
  .publication-banner video {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    object-fit: fit;
  }
  
  .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 a {
     color: hsl(204, 86%, 53%) !important;
  }
  
  .publication-authors a:hover {
      text-decoration: underline;
  }
  
  .author-block {
    display: inline-block;
  }
  
  .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%;
  }
  
  .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-panel .slider {
    margin: 0 !important;
  }
  
  .interpolation-panel .slider {
    margin: 0 !important;
  }
  
  #interpolation-image-wrapper {
    width: 100%;
  }
  #interpolation-image-wrapper img {
    border-radius: 5px;
  }


  .gif-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    grid-gap: 10px; /* Space between items */
    margin-top: 5px;
  }

  .gif-grid-comparison {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    grid-gap: 10px; /* Space between items */
    margin-top: 5px;
  }

  /* Individual GIF styling */
  .gif-item img {
    width: 99%; /* Ensure images fit in the grid cells */
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }

  .gif-item img:hover {
    transform: scale(1.2); /* Zoom in on hover */
  }

  /* Text explaining the GIF grid */
  .grid-explanation {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
  }


  /* Individual GIF styling */
  .tab-item img {
    width: 99%; /* Ensure images fit in the grid cells */
    border-radius: 0px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.1s ease-in-out;
  }

  /* .prompt-block {
  background: #f8f9fa;              
  border-left: 4px solid #2a7de1;   
  font-family: "Courier New", monospace;
  padding: 1rem 1.2rem;
  margin: 1.5rem 0;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
  } */

.prompt-container {
  margin: 1.5rem 0;
  text-align: left;
  /* max-width: 700px; */
}

.prompt-block {
  background: #f5f5f5;
  border-left: 4px solid #4a90e2;
  font-family: "Courier New", monospace;
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
  overflow: hidden;
  transition: max-height 0.3s ease;
  white-space: pre-wrap; /* keeps line breaks, wraps text */
  word-break: break-word; /* ensures long tokens wrap */
}

.prompt-block.collapsed {
  max-height: 4.5em; /* ~3 lines */
}

.json-block {
  background: #f8f9f6;
  color: #267896;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  overflow-x: auto;
  white-space: pre; /* keeps indentation for JSON */
}

.toggle-btn {
  background: none;
  border: none;
  color: #4a90e2;
  cursor: pointer;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  padding: 0;
  text-decoration: underline;
}
