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;
  max-width: 500px;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

/* ============================= */
/*        标题相关样式修改        */
/* ============================= */

/* 所有 publication-title 的基础样式 */
.title.publication-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  white-space: normal;      /* 允许换行 */
  overflow: visible;        /* 不截断 */
  text-overflow: clip;
}

/* 主标题：SplatCo（h1） */
.title.is-1.publication-title {
  font-size: clamp(2rem, 3vw + 1rem, 2.8rem);
  line-height: 1.15;
}

/* 超长副标题：论文全名（h2） */
/* 自适应字号 + 自动换行 + 不会超出容器 */
.title.is-2.publication-title.long-title {
  font-size: clamp(1.4rem, 2vw + 1rem, 2.1rem);  /* 可以根据喜好微调 */
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;   /* 超长英文也能中间断开 */
  word-break: break-word;
  line-height: 1.2;
}

/* ============================= */
/*        其他原有样式           */
/* ============================= */

.publication-banner {
  max-height: parent;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

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

.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

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

.interpolation-video-column {
}

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

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

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

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

/* for recon list */
li {
  cursor: pointer;
}

/* Style the buttons that are used to open the tab content */
.nav-item {
  overflow: hidden;
  text-align: center;
  width: 100%;
  background-color: inherit;
  float: left;
  border: 1px solid #ddd;
  outline: none;
  cursor: pointer;
  transition: 0.0s;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* Change background color of buttons on hover */
.nav-item:hover {
  background-color: #c7dc94;
}

/* Create an active/current tablink class */
.nav-tabs .nav-link.active {
  background-color: #5c7f17;
  color: white;
  font-weight: 500;
}

.nav a {
  color: #000;
  text-decoration: none;
}

.nav a:hover {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.b-dics__slider {
  color: #f0f0f0;
}

.b-dics__slider:after {
  width: 2px;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.content-row {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}

.demo-scene-panel {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: #111111;
  border-radius: 7px;
  border: #bbbbbb 1px solid;
  background-color: #f1f1f1;
  width: 220px;
  margin-left: 8px;
  margin-right: 8px;
}

