/* ==========================================
   1. 基础全局样式
   ========================================== */
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;
}

/* ==========================================
   2. 间距优化 (核心修改点)
   ========================================== */

/* 减小标题上方和下方的容器间距 */
.hero-body {
  /* Bulma 默认 padding 很大，这里将其底部压缩 */
  padding-bottom: 1rem !important; 
}

/* 针对标题本身的底部外边距进行微调 */
.publication-title {
  font-family: 'Google Sans', sans-serif;
  margin-bottom: 0.5rem !important; /* 减少标题和下方元素（作者或摘要）的间距 */
}

/* 减小 Abstract 所在 Section 的顶部间距 */
.section {
  /* Bulma 默认 .section 有 3rem 的上下 padding */
  padding-top: 1.5rem !important; 
  padding-bottom: 2rem !important;
}

/* 如果 Abstract 标题下方依然觉得空，可以微调 */
.section .title {
  margin-bottom: 1rem !important;
}

/* ==========================================
   3. 原有组件样式 (保留并整理)
   ========================================== */

/* Teaser 部分 */
.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  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;
}

.author-block {
  display: inline-block;
}

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

/* 视频与 Banner */
.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;
}

.results-carousel .item {
  margin: 10px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 100;
}

.hero-body .slider-item {
  max-width: 250px;
}

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.carousel-container {
  max-width: 1100px;
  margin: 0 auto;
}

.carousel-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: left;
}

/* 插值面板与视频列 */
.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}

#interpolation-image-wrapper img {
  border-radius: 5px;
}

.columns video, .columns.scene video {
  margin: 10px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.container.is-max-desktop.pipeline {
  max-width: 1200px;
}
