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

/* Teaser 메인 피규어 더 크게 */
.teaser-fig-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.teaser-fig {
  width: 100%;
  height: auto;
  display: block;
}

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


/* Hero 타이틀/저자 영역만 좌우로 더 넓게 */
.hero-title-container {
  max-width: 1152px !important;
}

/* Abstract 줄간격 */
.hero.is-light .content p {
  line-height: 1.7;
}

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

.results-carousel .item {
  margin: 0;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.results-carousel img {
  width: 90%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.results-carousel video {
  margin: 0;
}

.figure-caption-below {
  margin-top: 1.5rem;
}

.figure-caption-above {
  margin-bottom: 1.5rem;
}

.stacked-iter img + img {
  margin-top: 1rem;
}

/* Captions inside carousels: a bit larger, with padding */
.results-carousel .figure-caption-above,
.results-carousel .figure-caption-below {
  font-size: 1.1rem;
  padding: 1rem 1.5rem 0 1.5rem;
}

/* Move carousel arrows further to the sides so they don't overlap content */
.carousel .carousel-nav-left {
  left: -2.5rem;
}

.carousel .carousel-nav-right {
  right: -2.5rem;
}


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

/* BibTeX 헤더: 제목 왼쪽, Copy 버튼 오른쪽 */
.bibtex-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.bibtex-header .title {
  margin-bottom: 0;
}
