.swiper-slide img { width: 100%; height: auto; aspect-ratio: 1000/667; object-fit: cover; }
.page-intro img,
.page-intro div img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}
@media (max-width: 768px) {
    .page-intro img,
    .page-intro div img {
        max-width: 100% !important;
        height: auto !important;
        width: 100% !important;
    }
}
body, h1, h2, h3, p, a { font-display: swap; }

.blog-preview .post-content {
  padding-top: 10px !important;
  padding-bottom: 25px !important;
}

.blog-preview .swiper-slide .post-content h3 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  line-height: 1.1 !important;
}

.blog-preview .swiper-slide .post-content h3 a {
  line-height: 1.1 !important;
  display: inline-block;
}

.blog-preview .owl-carousel article h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  line-height: 1.1 !important;
}

.blog-preview .owl-carousel article h3 a {
  line-height: 1.1 !important;
  display: inline-block;
}

/* 視覺麵包屑 */
.c8-breadcrumb-nav {
  margin: 0 0 1.25rem;
  padding: 0.55rem 1.1rem;
  font-size: 20px !important;
  line-height: 1.5;
  color: #5c6570;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.c8-breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0;
  font-size: inherit;
}
.c8-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  font-size: inherit;
}
.c8-breadcrumb-item:not(:last-child)::after {
  content: "\203A";
  margin: 0 0.45rem;
  color: #94a3b8;
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}
.c8-breadcrumb-nav a {
  color: var(--c8-brand, #0f766e);
  font-size: inherit !important;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.c8-breadcrumb-home {
  font-size: 0.95em;
  opacity: 0.88;
  line-height: 1;
  position: relative;
  top: 2px;
  flex-shrink: 0;
}
.c8-breadcrumb-nav a:hover,
.c8-breadcrumb-nav a:focus {
  color: var(--c8-brand-dark, #115e59);
  text-decoration: underline !important;
}
.c8-breadcrumb-item [aria-current="page"] {
  color: #1e293b;
  font-size: inherit !important;
  font-weight: 600;
}

@media (max-width: 767px) {
  .c8-breadcrumb-nav {
    font-size: 18px !important;
    padding: 0.5rem 0.85rem;
  }
}

.col-md-5 img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
.contentPic img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
