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: #d8d8d8!important;
   text-decoration: underline;
}

.publication-authors a:hover {
    text-decoration: none;
}

.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;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}

section.banner {
    background-image: url(../images/banner.png);
    color: #d8d8d8;
    background-position: center top;
    background-size: cover;
    background-attachment: scroll;
}

.publication-title {
    color: #fff;
}

.card-image.js-modal-trigger {
    cursor: pointer;
}
.results-carousel .card {
    margin: 1px;
    overflow: hidden;
}

.column .card {
  width: 100%;
}
.video {
  height: 100%;     /* 高度自动，保持视频的宽高比 */
}

#custom-column {
  width: 365px;  /* 让这个 column 变宽 */
  max-width: 80%; /* 但不超过 80% 屏幕宽度 */
}

/* .card-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
} */

.card-content {
  max-height: none; /* 允许内容自然扩展 */
  height: auto;
  overflow-y: visible; /* 让内容正常显示 */
  text-align: center;
  padding:0.5rem;
}

#custom-card-content {
  max-height: 80px; /* 限制最大高度 */
  overflow-y: auto; /* 显示滚动条 */
  text-align: center;
  padding: 1rem;
  display: block; /* 确保 div 按块级元素自然扩展 */
}