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





.image-radio-group {
    display: flex;
    gap: 7px; /* 图片之间的间距 */
  }
  
  .image-radio-item {
    cursor: pointer;
    border: 2px solid transparent; /* 默认边框 */
    /* border-radius: 8px; 圆角 */
    overflow: hidden; /* 防止图片溢出 */
    transition: border-color 0.3s ease; /* 添加过渡效果 */
  }
  
  .image-radio-item img {
    display: block;
    width: 100px; /* 图片宽度 */
    height: 100px; /* 图片高度 */
    object-fit: cover; /* 图片按比例缩放 */
  }
  
  .image-radio-item input[type="radio"] {
    display: none; /* 隐藏 radio 按钮 */
  }
  
  .image-radio-item input[type="radio"]:checked + img {
    border-color: #3273dc; /* 选中时的边框颜色 */
  }
  
  .image-radio-item input[type="radio"]:checked ~ img {
    border: 2px solid #3273dc; /* 选中时的边框颜色 */
  }

  .full-height {
    height: 100%;
  }
  .button-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .button-container .button {
    width: 100%;
  }
  .button-container .button:first-child {
    margin-bottom: 1rem; 
  }

  #canvas {
    width: 100%;
    height: 100%;
    display: block;
  }

  #container-canvas {
    margin-top: 10px;
  }
