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


.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: #209CEF !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;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}



.video-row {
  display: flex;
  gap: 20px; /* Space between videos */
  justify-content: center; /* Center align the videos */
  flex-wrap: nowrap; /* Prevent wrapping: videos stay in the same row */
  overflow-x: auto; /* Allow horizontal scrolling if the container is too narrow */
}

.video-row .item {
  flex: 0 0 auto; /* Videos maintain their width and do not shrink */
  width: 45%; /* Each video takes up 45% of the row's width */
  max-width: 500px; /* Optional: Limit the maximum width of each video */
}

.video-row video {
  width: 100%; /* Ensure the video fills its container */
  height: auto; /* Maintain aspect ratio */
  border: 1px solid #ccc; /* Optional: Add a border to the videos */
  border-radius: 8px; /* Optional: Rounded corners */
}

/* Style for video containers */
.video-container {
  flex: 1; /* Allow equal width for all videos */
  max-width: 300px; /* Optional: limits max width */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: visible;
}

/* Wrapper to maintain 16:9 aspect ratio */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  background-color: #f8f8f8; /* Optional: light background */
}

/* Video element styles */
video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video fills the container without distortion */
}


/* Divider styles */
.divider {
  flex: 0 0 2px; /* Fixed width for the divider */
  background-color: #ccc; /* Grey separator */
  height: auto; /* Matches container height */
}


/* .video-container {
  width: 30%;
  display: inline-block;
  margin: 1%;
  vertical-align: top;
}

video {
  width: 100%;
  display: block;
} */

.description {
  text-align: left;
}

.text-image-container {
  display: flex;
  /* 使用弹性盒模型布局 */
  align-items: flex-start;
  /* 上端对齐 */
  justify-content: center;
}

ul {
  text-align: left;
  /* 确保文本左对齐 */
  list-style-position: inside;
  /* 列表标记与文本对齐 */
  font-size: 16px;
  list-style-type: circle;
  /* 使用圆形作为项目符号 */
}


.hero-note {
  font-family: "Google Sans", sans-serif;
  font-size: 1.15rem;
  color: #444;
  text-align: left;
}

.teaser-image,
.figure-card img,
.metric-card img,
.module-card img {
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.section-subtitle {
  color: #555;
  max-width: 980px;
  margin: 0 auto 1rem;
  text-align: left;
}

.module-card,
.metric-card,
.figure-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  padding: 18px;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.module-card p,
.metric-card p,
.figure-card p {
  color: #555;
}

.tag-row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.resource-tag {
  display: inline-block;
  border-radius: 999px;
  background: #f2f4f8;
  color: #444;
  padding: 6px 12px;
  font-size: 0.92rem;
}

.overview-box {
  background: #f8fbff;
  border: 1px solid #dcecff;
  border-radius: 18px;
  padding: 20px 24px;
}

hr.soft-line {
  width: 100%;
  height: 0.7px;
  background-color: rgba(0, 0, 0, 0.35);
  margin-top: 1em;
  border: none;
}


.risk-carousel-shell {
  position: relative;
  margin-top: 1.5rem;
}

.risk-carousel-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.risk-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.risk-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}

.risk-carousel-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.risk-carousel-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.risk-carousel-caption {
  margin-top: 0.9rem;
  color: #555;
  text-align: left;
}

.risk-carousel-prev,
.risk-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.58);
  color: #fff;
  border: none;
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  padding: 0;
}

.risk-carousel-prev:hover,
.risk-carousel-next:hover {
  background-color: rgba(0,0,0,0.82);
}

.risk-carousel-prev {
  left: -0.75rem;
}

.risk-carousel-next {
  right: -0.75rem;
}

.risk-carousel-prev::after {
  content: '‹';
  font-size: 3.2rem;
  line-height: 1;
}

.risk-carousel-next::after {
  content: '›';
  font-size: 3.2rem;
  line-height: 1;
}

.risk-carousel-dots {
  text-align: center;
  padding: 1rem 0 0;
}

.risk-carousel-dots .dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.risk-carousel-dots .dot.active,
.risk-carousel-dots .dot:hover {
  background-color: #717171;
}

@media (max-width: 768px) {
  .risk-carousel-prev {
    left: -0.25rem;
  }

  .risk-carousel-next {
    right: -0.25rem;
  }

  .risk-carousel-prev,
  .risk-carousel-next {
    width: 2.6rem;
    height: 2.6rem;
  }
}


.paper-figure-stack {
  margin-top: 1.5rem;
}

.paper-figure-block + .paper-figure-block {
  margin-top: 2rem;
}

.paper-figure-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.abstract-block {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.abstract-block p {
  margin: 0;
  text-align: left;
  line-height: 1.75;
}

.benchmark-full-carousel-shell {
  position: relative;
  margin-top: 1.5rem;
}

.benchmark-full-carousel-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.benchmark-full-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.benchmark-full-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}

.benchmark-full-carousel-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.benchmark-full-carousel-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.benchmark-full-carousel-caption {
  margin-top: 0.9rem;
  color: #555;
  text-align: left;
}

.benchmark-full-carousel-prev,
.benchmark-full-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.58);
  color: #fff;
  border: none;
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  padding: 0;
}

.benchmark-full-carousel-prev:hover,
.benchmark-full-carousel-next:hover {
  background-color: rgba(0,0,0,0.82);
}

.benchmark-full-carousel-prev {
  left: -0.75rem;
}

.benchmark-full-carousel-next {
  right: -0.75rem;
}

.benchmark-full-carousel-prev::after {
  content: '‹';
  font-size: 3.2rem;
  line-height: 1;
}

.benchmark-full-carousel-next::after {
  content: '›';
  font-size: 3.2rem;
  line-height: 1;
}

.benchmark-full-carousel-dots {
  text-align: center;
  padding: 1rem 0 0;
}

.benchmark-full-carousel-dots .dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.benchmark-full-carousel-dots .dot.active,
.benchmark-full-carousel-dots .dot:hover {
  background-color: #717171;
}

@media (max-width: 768px) {
  .benchmark-full-carousel-prev {
    left: -0.25rem;
  }

  .benchmark-full-carousel-next {
    right: -0.25rem;
  }

  .benchmark-full-carousel-prev,
  .benchmark-full-carousel-next {
    width: 2.8rem;
    height: 2.8rem;
  }
}
