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;
  padding-top: 3rem !important;    /* 顶部空间 */
  padding-bottom: 5rem !important; /* 底部空间 */
}

@media (max-width: 768px) {
  .teaser .hero-body {
    padding-top: 1.8rem !important;
    padding-bottom: 2.5rem !important;
  }
}

.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-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 {
  max-width: 100%;
  height: 400px; /* 根据实际页面可适当调整 */
  overflow: hidden;
}

.results-carousel .item {
  width: 600px;
  height: 300px;
  box-sizing: border-box;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

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

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

.carousel {
  max-width: 500px;
  height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden !important; /* 确保内容不会溢出 */
}

.carousel .item {
  width: 100% !important;
  min-width: 100% !important;
  flex: 0 0 100% !important;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important; /* 确保图片不会溢出 */
  position: relative;
}

.carousel .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.carousel .item .subtitle {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 6px;
  margin: 0;
  font-size: 0.9rem;                /* 覆盖父元素的 font-size:0 */
  text-align: center;
  background: rgba(255,255,255,0.75);
  padding: 4px 8px;
  color: #111;
  border-radius: 4px;
  box-sizing: border-box;
  pointer-events: none;             /* 避免影响轮播交互 */
}

.carousel .item { position: relative; }

/* 确保轮播容器本身也不会溢出 */
.carousel-container {
  overflow: hidden !important;
}

.columns.is-gapless {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.column {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.hero-body {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* 防止轮播内元素被选中或图片被拖动，减少误触 */
.carousel, .carousel * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.carousel img {
  -webkit-user-drag: none !important;
  user-drag: none !important;
  pointer-events: auto; /* 保证点击仍然生效 */
  display: block;
}

/* 去掉轮播项被 focus 时的默认 outline（如键盘导航需要可改回）*/
.carousel .item:focus {
  outline: none !important;
}

/* 防止按钮/链接文本被误选 */
.button, .external-link {
  -webkit-user-select: none !important;
  user-select: none !important;
}
