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: 1.5rem; /* reduced from 3rem to shrink gap before Abstract */
}

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

/* 仅在“单位/机构”区块（is-italic）中，每个条目独占一行 */
.publication-authors.is-italic .author-block {
  display: block;        /* 覆盖默认的 inline-block，使其换行 */
  margin-bottom: 0.2rem; /* 行距微调，避免过于拥挤 */
}

.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%;
    /* 让嵌入在 Bulma .icon 容器内的内联 SVG 跟随图标容器尺寸缩放 */
    .icon svg {
      width: 100%;
      height: 100%;
      display: block; /* 避免内联元素造成的额外间隙 */
    }
}

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




/* Compact spacing for sections like Abstract */
.section.is-compact {
  padding-top: 1.35rem; /* reduced from Bulma default 3rem */
  padding-bottom: 1.5rem; /* keep reasonable bottom space */
}




/* Abstract 区块向上位移 20px */
.section.is-raised-up-20 {
  margin-top: -20px; /* 向上移动 20px */
}




/* 优化按钮内小图标尺寸与文字对齐 */
.button .icon.is-small {
  width: 1.55rem;      /* 控制图标盒子宽度（原 1rem） */
  height: 1.55rem;     /* 控制图标盒子高度（原 1rem） */
}
.button .icon.is-small .fa,
.button .icon.is-small .fas,
.button .icon.is-small .far,
.button .icon.is-small .fab {
  font-size: 1.45rem; /* 调整 Font Awesome 图标字体大小（原 0.95rem） */
  line-height: 1.55rem;  /* 与容器对齐（原 1rem） */
}




/* Keep specific long phrase in one line on larger screens */
.nowrap { white-space: nowrap; }
@media (max-width: 768px) {
  .nowrap { white-space: normal; }
}



