body,
h1,
h2,
h3,
p,
a {
  font-family: 'LXGW WenKai Mono TC', sans-serif !important;
}

.u-section-1 .u-sheet-1 {
  min-height: 835px;
}

.u-section-1 .u-post-details-1 {
  min-height: 375px;
  margin-top: 60px;
  margin-bottom: -10px;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

/* 文章內圖片，適配16:9比例，但保持現有 img 標籤結構 */
.u-section-1 .u-image-1 {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  aspect-ratio: 16/9;
  /* 現代瀏覽器支持這個屬性 */
  object-fit: cover;
  /* 確保圖片填滿容器 */
}

/* 舊版瀏覽器兼容性 */
@supports not (aspect-ratio: 16/9) {
  .u-section-1 .u-image-1 {
    height: auto;
    max-height: none;
  }
}

.u-section-1 .u-text-1 {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.u-section-1 .u-metadata-1 {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
}

/* 文章元數據顯示優化 */
.u-section-1 .u-metadata-1 .u-meta-icon {
  margin-right: 15px;
  display: inline-block;
}

.u-section-1 .u-text-2 {
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: 0;
  line-height: 1.8;
}

/* 文章內容中的所有圖片都適用同樣的響應式設計 */
.u-section-1 .u-text-2 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}

/* 文章內容中的段落添加適當間距 */
.u-section-1 .u-text-2 p {
  margin-bottom: 1.5em;
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 782px;
  }

  .u-section-1 .u-post-details-1 {
    margin-bottom: 60px;
  }

  .u-section-1 .u-image-1 {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 722px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-image-1 {
    width: 100%;
    height: auto;
    margin-top: 9px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 656px;
  }

  .u-section-1 .u-image-1 {
    width: 100%;
    height: auto;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.25rem;
  }

  .u-section-1 .u-metadata-1 .u-meta-icon {
    margin-right: 10px;
    display: block;
    margin-bottom: 5px;
  }
}