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 {
  font-family: 'Google Sans', sans-serif;
}

.gradient-text {
  font-weight: bold;
  background: linear-gradient(to right, #00b3b3, #1a8cff);
  -webkit-background-clip: text;
  color: transparent;
}
.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;
}
.author-row {
  margin-bottom: 8px;
}

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

.dataset-box {
  background-color: rgb(253, 242, 230); /* 浅黄色背景 */
  /* border: 2px solid #ddd; */
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  max-width: 1024px;
  text-align: left;
  margin: 20px auto;
}
.highlight-box-tl {
  background-color: rgb(253, 242, 230); /* 浅黄色背景 */
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  max-width: 1000px; /* 更宽的最大宽度 */
  margin: 20px auto;
}

.highlight-content-tl {
  display: flex;
  flex-direction: row; /* 设置为水平排列（两栏） */
  gap: 20px; /* 两栏之间的间距 */
  align-items: flex-start; /* 左对齐 */
}

.left-column,
.right-column {
  flex: 1; /* 每一栏占据相等的宽度 */
}

.left-column {
  padding-right: 10px; /* 可以给左栏添加右边距，避免内容太拥挤 */
}

.right-column {
  padding-left: 10px; /* 给右栏添加左边距 */
}
.separator {
  width: 10px; /* 设置分隔条的宽度 */
  background-color: #ffffff; /* 分隔条的颜色 */
  height: 100%; /* 高度和两栏一样 */
  margin: 0 10px; /* 给分隔条添加一些水平间隔 */
}
.highlight-box {
  background-color: rgb(253, 242, 230); /* 浅黄色背景 */
  /* border: 2px solid #ddd; */
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}

.highlight-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align all elements to the left */
}

.highlight-icon {
  font-size: 2em;
  margin-right: 10px;
  display: inline-block;
}

.highlight-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #333; /* Dark text color for the title */
  margin: 10px 0;
  text-align: center; /* Center the title */
}

.highlight-list {
  list-style-type: none;
  padding-left: 0;
}

.highlight-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.5;
}

.highlight-list li strong {
  color: #333;
}
table.benchmark-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

table.benchmark-table caption {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

table.benchmark-table th, table.benchmark-table td {
  padding: 8px 12px;
  border: 1px solid #ddd;
  text-align: center;
}

table.benchmark-table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

table.benchmark-table td {
  background-color: #fff;
}

table.benchmark-table tr:nth-child(even) td {
  background-color: #f9f9f9;
}

table.benchmark-table .highlight {
  background-color: #fffbcc; /* Light yellow for highlight */
}

.text-red {
  color: red;
}

sup {
  font-size: 0.8em;
}

span.text-red {
  font-size: 1.2em;
}
.image-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px auto;
  max-width: 1200px; /* Max width for the container */
}

.image-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.image-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-item-small {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-item-dataset {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-item img {
  width: 100%;  /* Make image responsive */
  max-height: 400px;  /* Max height to ensure images are the same size */
  object-fit: contain;  /* Make sure images are fully contained within the box, maintaining aspect ratio */
  border-radius: 8px;
}
.image-item-small img {
  width: 100%;  /* Make image responsive */
  max-height: 340px;  /* Max height to ensure images are the same size */
  object-fit: contain;  /* Make sure images are fully contained within the box, maintaining aspect ratio */
  border-radius: 8px;
}
.image-item-dataset img {
  width: 100%;  /* Make image responsive */
  max-height: 550px;  /* Max height to ensure images are the same size */
  object-fit: contain;  /* Make sure images are fully contained within the box, maintaining aspect ratio */
  border-radius: 8px;
}
.image-item figcaption {
  font-size: 1em;
  text-align: center;
  color: #333;
  margin-top: 8px; /* Space between the image and caption */
  font-style: italic;
}
.image-item-small figcaption {
  font-size: 1em;
  text-align: center;
  color: #333;
  margin-top: 8px; /* Space between the image and caption */
  font-style: italic;
}
.image-item-dataset figcaption {
  font-size: 1em;
  text-align: center;
  color: #333;
  margin-top: 8px; /* Space between the image and caption */
  font-style: italic;
}
ul.design-principles {
  margin-left: 30px; /* Adjust indentation */
  list-style-type: disc; /* Use black dots for list items */
}

ul.design-principles li {
  margin-bottom: 8px; /* Optional: add spacing between list items */
}






