.article-sharing-tabs .tabs {
  display: flex;
  gap: 1em;
  cursor: pointer;
  margin-bottom: 1em;
  list-style: none;
  padding: 0;
  justify-content: center;
}
.article-sharing-tabs .tabs li {
  padding: 0.5em 1.2em;
  border-radius: 4px 4px 0 0;
  background: rgba(57, 39, 29, 0.7);
  transition: background 0.2s;
  color: #fff;
}
.article-sharing-tabs .tabs li.active {
  background: #39271d;
  color: #fff;
  font-weight: bold;
}
.article-sharing-tabs .tab-content {
  display: none;
}
.article-sharing-tabs .tab-content.active {
  display: block;
}
.article-slider .article-card {
  width: 360px;
  /* padding: 10px; */
  background: #f9f9f9;
  border-radius: 0 20px 0 20px;
  margin: 0 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 370px;
}
.article-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
}
.article-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.article-title {
  color: #39271d;
  font-size: 20px;
  font-family: "Noto Serif TC";
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 2.8em;
}
.article-date {
  font-size: 0.9em;
  color: #888;
  margin-bottom: 0.5em;
}
.article-content {
  font-size: 16px;
  color: #555;
  margin-bottom: 0.7em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 2.6em;
}
.view-more {
  font-size: 16px;
  font-family: "Noto Serif TC";
  color: #39271d;
  text-decoration: underline;
  margin-top: auto;
  font-weight: bold;
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  /* gap: 10px; */
  margin-top: 18px;
  padding: 0;
}
.slick-dots li {
  width: 32px;
  height: 3px;
  margin: 0;
  padding: 0;
}
.slick-dots button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  transition: background 0.2s;
}
.slick-dots li.slick-active button:before {
  background: #39271d;
}
.elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-next
  svg,
.elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-prev
  svg {
  fill: hsl(0deg 0% 0% / 90%) !important;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 4px; */
  margin-top: 18px;
  padding: 0;
}
.article_swiper .swiper-pagination-bullet {
  width: 32px !important;
  height: 3px !important;
  border-radius: 3px !important;
  background: rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important;
  margin: 0 !important;
  transition: background 0.2s !important;
}
.article_swiper .swiper-pagination-bullet-active {
  background: #39271d !important;
}

.swiper-pagination-bullet {
  width: 32px !important;
  height: 3px !important;
  border-radius: 3px !important;
  background: rgba(57, 39, 29, 0.3) !important;
  opacity: 1 !important;
  margin: 0 !important;
  transition: background 0.2s !important;
}
.swiper-pagination-bullet-active {
  background: #39271d !important;
}
[type="button"],
[type="submit"],
button {
  border: unset !important;
  color: unset !important;
  /* font-size: unset !important; */
  padding: unset !important;
}

/* 最新消息（default_post_slider）slick arrow & pagination */
/* .default-post-slider-wrap .slick-arrow {
  color: #000 !important;
  fill: #000 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.default-post-slider-wrap .slick-arrow:before {
  color: #000 !important;
  opacity: 1 !important;
  background: none !important;
  border-radius: 0 !important;
}
.default-post-slider-wrap .slick-dots li button:before {
  background: #39271d !important;
}
.default-post-slider-wrap .slick-dots li.slick-active button:before {
  background: #000 !important;
} */

/* 文章分享（article-sharing-tabs）slick arrow & pagination */
.article-sharing-tabs .slick-arrow {
  color: #fff !important;
  fill: #fff !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.article-sharing-tabs .slick-arrow:before {
  color: #fff !important;
  opacity: 1 !important;
  background: none !important;
  border-radius: 0 !important;
}
.article-sharing-tabs .slick-dots li button:before {
  /* background: #fff !important; */
}
.article-sharing-tabs .slick-dots li.slick-active button:before {
  /* background: #39271d !important; */
}

.slick-arrow,
.slick-arrow:before,
.slick-prev:before,
.slick-next:before {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #000 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}
.slick-prev:before,
.slick-next:before {
  content: "" !important;
}
.slick-prev::after {
  content: "\2039";
  font-size: 32px;
  color: #000;
  display: block;
  line-height: 1;
}
.slick-next::after {
  content: "\203A";
  font-size: 32px;
  color: #000;
  display: block;
  line-height: 1;
}
/* 你可以用以下方式自訂箭頭符號，例如：
.slick-prev::after { content: '\2039'; font-size: 32px; color: #000; }
.slick-next::after { content: '\203A'; font-size: 32px; color: #000; }
*/
.default-post-slider-wrap .slick-prev::after,
.default-post-slider-wrap .slick-next::after {
  color: #000;
}
.article-sharing-tabs .slick-prev::after,
.article-sharing-tabs .slick-next::after {
  color: #fff;
}

.article_tabs .e-n-tab-title-text {
  color: #fff;
  padding: 12px 40px;
  font-size: 20px;
}
.card_viewmore {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article-sharing-tabs .article-title,
.article-sharing-tabs .article-content,
.default-post-slider-wrap .article-title,
.default-post-slider-wrap .article-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 2.8em;
}

.swiper-pagination {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
