/* 全局字体 */
body {
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
}

/* 页脚图标 */
.footer .icon-link {
  font-size: 25px;
  color: #000;
}

/* 链接块 */
.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* 特定文本样式 */
.dnerf {
  font-variant: small-caps;
}

/* 预告片样式 */
.teaser {
  font-family: 'Google Sans', sans-serif;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser .columns .column > video[controls] {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #000;
  display: block;
}

/* 发表文章相关样式 */
.publication-title {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

.publication-banner {
  max-height: parent;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.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;
  width: 50%;
  margin: 0 auto; /* 使轮播容器居中 */
}

.video-container {
  flex: 0 0 100%;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  padding: 20px;
}

/* 轮播分页按钮 */
.slider-pagination .slider-page {
  background: #000000;
}

/* 贡献者字体大小 */
.eql-cntrb {
  font-size: smaller;
}

/* 作者块 */
.author-block {
  display: inline-block;
}