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: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.logo {
  /* 設定圖片的高度，瀏覽器會自動等比例縮放寬度 */
  height: 30px; 
  
  /* 也可以用 width 來設定寬度，高度會自動縮放 */
  /* width: 20px; */
}
.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 {
            display: flex;
            gap: 20px; /* 讓項目之間有些間距 */
            justify-content: center;
            overflow: hidden;
        }
        
/* * 這是解決你問題的核心 CSS 
*/
.item {
    /* 1. 垂直置中 (圖片與文字) 的設定 */
    display: flex;            /* 啟用 Flexbox 佈局 */
    flex-direction: column;   /* 讓子項目(圖片和文字)垂直排列 */
    justify-content: center;  /* 在垂直方向上置中所有子項目 */
    align-items: center;      /* 在水平方向上置中所有子項目 */
    margin: 35px;
    
    /* 其他美化樣式 (可自行調整) */
    border: 2px;
    /* background-color: white; */
    padding: 50px;
    border-radius: 8px;
    /* width: 800px; 給定一個寬度，讓排版效果更明顯 */
    height: 450px; /*給定一個高度，才能看出垂直置中的效果*/
}

.item img {
    max-width: 100%;  /* 確保圖片不會超出容器 */
    height: auto;
    margin-bottom: 1rem; /* 在圖片和文字之間增加一些間距 */
    text-align: center;
}
.center-image {
  /* 步驟 1: 將圖片從行內元素(inline)變更為區塊元素(block) */
  display: block;

  /* 步驟 2: 設定左右邊距為 auto，瀏覽器會自動計算並讓它置中 */
  margin-left: auto;
  margin-right: auto;
}

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



