body {
  font-family: 'Noto Sans', sans-serif;
  min-height: 100vh;
  overflow-y: scroll;
}

.texttt {
  font-family: 'Courier Prime', 'Courier New', Courier, monospace;
  letter-spacing: 0.05em;
}

.title-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.85rem;
}

.title-inline-main {
  font-size: 3.2rem;
  line-height: 1.1;
}

.title-inline-sub {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.15;
}

.embed-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  padding: 1rem 0;
}

.meshcat-global-controls {
  margin-bottom: 1rem;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.meshcat-control-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}

.meshcat-control-slider {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: stretch;
}

.meshcat-control-slider label {
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
}

.meshcat-control-slider input[type='range'] {
  width: 100%;
}

.embed-card {
  flex: 1 1 220px;
  max-width: 320px;
  min-width: 200px;
  border: 1px solid #dadada;
  border-radius: 12px;
  padding: 0.6rem 0.6rem 1rem;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  scroll-snap-align: start;
}

.embed-card h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.embed-card iframe {
  width: 100%;
  min-height: 260px;
  border: 0;
  border-radius: 8px;
  background: #111;
}


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

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

.dnerf {
  font-variant: small-caps;
}

.dperact {
  font-variant: small-caps;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

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

.teaser video {
  object-fit: fill;
  
}
#glass{
  margin-left: -10px;
}

.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(121, 100%, 36%) !important;
}

.conference-authors a {
   color: hsl(0, 0%, 16%) !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: 100vh;
  background-size: cover;
  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 img {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

 .dropdown-item{
    white-space: pre-wrap;
}  


.justify {
  text-align: justify;
}
