.navbar.logo {
  margin-top: 2.5rem;
}

.navbar-brand.logo {
  align-items: center;
}

.navbar-item.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
}

.navbar-item.logo img {
  max-height: 80px;
  padding-right: 10px;
  padding-left: 10px;
}

.publication-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.publication-authors {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.publication-institute {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.author-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content{
  font-family: 'Roboto', sans-serif;
}

.lab-logo img{
  max-height: 60px;

}

.conference-logo img{
  height: 80px;

}

.equal-contribution {
  margin-top: -20px
}

.logo-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items:top;
  color: #50549b;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
}

.affiliation-num{
  font-size: 12px;
  margin-right: 40px;

}

.affiliation-num-right{
  font-size: 12px;
  
}

.tldr {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  text-align: center;
  font-style: italic;
}

.method_overview{
  width: 100%;
  margin-bottom: 20px;
}

.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-keywords {
  color: #14274e;
  font-family: 'Roboto', sans-serif;
}


.author-blocks {
  color: #50549b;
}

.author-blocks:hover {
  color: #9bb4c2;
}

.link-blocks {
  margin-top: 1rem;
}

.link-button {
  color: #f5f5f5;
  background-color: #143163;
  border-color: #143163;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  margin-bottom: 0.5rem;
}

.link-button:hover {
  color: #f5f5f5;
  background-color: #143163;
  border-color: #143163;
}

.bibtex-box {
  background-color: #f5f5f5;
  font-family: "Roboto Mono", monospace;
}


.results_video {
  width: 15rem;
  margin: auto;
}
.normal-text {
  font-family: 'Roboto', sans-serif;
}
.caption {
  margin-top: -1.5rem;
}

.cell_caption {
  margin-top: -1rem;
  margin-bottom: 0.5rem;
}

.teaser_video{
  width: 50%;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.35);

}

/* Top logo: prevent cropping on all screen sizes */
.top-logo-img {
  object-fit: contain;
  height: auto;
}

/* Responsive styles for mobile devices */
@media screen and (max-width: 768px) {
  /* Make top logo fully visible without cropping on mobile */
  .top-logo-img {
    width: 70% !important;
    max-width: 320px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  /* Reduce author name font size on small screens */
  .publication-authors {
    font-size: 1.1rem !important;
  }

  /* Give a bit more vertical spacing between author rows on mobile */
  .author-list .columns.is-mobile {
    flex-wrap: wrap;
  }
}