.allsaints-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 0.5%;
  }

  /* 左側標題 */
  .allsaints-left-title {
    flex: 1;
    min-width: 200px;
    padding: 20px;
    margin-top: 5%;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .allsaints-left-title h1 {
    font-size: 2rem;
    margin: 0;
    line-height: 2;
    font-weight: normal;
    font-weight: 800;
  }
  .allsaints-left-title h2 {
    font-size: 1.2rem;
    margin: 0;
    line-height: 2;
    font-weight: normal;
    font-weight:500;
  }

  /* 右側輪播 */
  .allsaints-carousel {
    flex: 3;
    min-width: 300px;
    padding: 20px;
  }
  .allsaints-swiper {
    width: 100%;
  }
  .allsaints-swiper .allsaints-slide {
    text-align: center;
  }
  .allsaints-swiper .allsaints-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }

  /* 文字區塊 */
  .allsaints-caption {
    font-size: 0.9rem;
    margin-top: 6px;
    line-height: 1.2;
    max-height: 36px; /* 限制文案高度 */
    overflow: hidden;
  }
  .allsaints-content {
    font-size: 0.85rem;
    margin-top: 6px;
    line-height: 1.2;
    max-height: 36px; /* 限制文案高度 */
    overflow: hidden;
    font-weight: 500;
  }