@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p,
span,
b {
  font-family: "Noto Sans TC";
  font-style: normal;
}

.eventCard {
  opacity: 0;
  animation: cardShow 3s ease 0.3s forwards;
}

@keyframes cardShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .logo .custom-logo-link {
  max-width: 270px;
  min-width: 0px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 768px) {
  body .logo .custom-logo-link {
    max-width: 200px;
  }
}
body .logo .custom-logo-link img {
  width: 100%;
  height: auto;
}
body header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid white;
  background: white;
  transition: all 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
}
body header .designhuHeader > li > a {
  white-space: nowrap;
}
body header .designhuHeader > li > a span {
  font-family: inherit;
  transition: all 0.3s ease-in-out;
}
body header .designhuHeader li.current-menu-item > a,
body header .designhuHeader li.current_page_parent > a {
  color: #23bac1 !important;
}
body header .designhuHeader li.current-menu-item > a span,
body header .designhuHeader li.current_page_parent > a span {
  color: #23bac1 !important;
}
body header .designhuHeader li.current-menu-item > a > .line::before,
body header .designhuHeader li.current_page_parent > a > .line::before {
  opacity: 0;
  background-image: linear-gradient(
    to right,
    #fff,
    #fff 1px,
    transparent 1px,
    transparent 3px
  );
  opacity: 0;
}
body header .designhuHeader li.current-menu-item > a > .line::after,
body header .designhuHeader li.current_page_parent > a > .line::after {
  left: 0;
  width: 100%;
  background-color: #23bac1;
}
body header .designhuHeader > li.current_page_item > a,
body header .designhuHeader > li.current-menu-item > a {
  color: #23bac1;
}
body header .designhuHeader > li.current_page_item > a span,
body header .designhuHeader > li.current-menu-item > a span {
  color: #23bac1;
}
body header .designhuHeader > li.current_page_item > a > .line::before,
body header .designhuHeader > li.current-menu-item > a > .line::before {
  opacity: 0;
  background-image: linear-gradient(
    to right,
    #fff,
    #fff 1px,
    transparent 1px,
    transparent 3px
  );
  opacity: 0;
}
body header .designhuHeader > li.current_page_item > a > .line::after,
body header .designhuHeader > li.current-menu-item > a > .line::after {
  left: 0;
  width: 100%;
  background-color: #29adb1;
}
body header .designhuHeader > li.current_page_item > a::before,
body header .designhuHeader > li.current-menu-item > a::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #23bac1;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -12px;
}
body header #webNavigation {
  display: inline-block;
}
@media (max-width: 768px) {
  body header #webNavigation {
    display: none;
  }
}
body header #webNavigation .designhuHeader {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
}
body header #webNavigation .designhuHeader > li {
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.16px;
}
body header #webNavigation .designhuHeader > li > a {
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  position: relative;
}
body header #webNavigation .designhuHeader > li > a:hover {
  color: #23bac1;
}
body header #webNavigation .designhuHeader > li > a:hover > span > span {
  color: #23bac1;
}
body header #webNavigation .designhuHeader li.menu-item-has-children {
  position: relative;
}
body header #webNavigation .designhuHeader li.menu-item-has-children > nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  background: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
body
  header
  #webNavigation
  .designhuHeader
  li.menu-item-has-children
  > nav::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
body
  header
  #webNavigation
  .designhuHeader
  li.menu-item-has-children
  > nav
  > ul {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(34, 34, 34, 0.85);
  box-shadow:
    170px 73px 52px 0 rgba(34, 34, 34, 0),
    109px 47px 47px 0 rgba(34, 34, 34, 0.01),
    61px 26px 40px 0 rgba(34, 34, 34, 0.03),
    27px 12px 30px 0 rgba(34, 34, 34, 0.06),
    7px 3px 16px 0 rgba(34, 34, 34, 0.06);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease-in-out;
  padding-left: 16px;
  padding-right: 16px;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
body
  header
  #webNavigation
  .designhuHeader
  li.menu-item-has-children
  > nav
  > ul
  > li {
  width: 100%;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.16px;
  padding: 12px 8px 8px 8px;
}
body
  header
  #webNavigation
  .designhuHeader
  li.menu-item-has-children
  > nav
  > ul
  > li
  > a {
  display: inline-block;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #dedffb;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
body
  header
  #webNavigation
  .designhuHeader
  li.menu-item-has-children
  > nav
  > ul
  > li
  > a
  > span
  > span {
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #dedffb;
  transition: all 0.3s ease-in-out;
  font-family: inherit;
}
body
  header
  #webNavigation
  .designhuHeader
  li.menu-item-has-children
  > nav
  > ul
  > li
  > a:hover
  > span
  > span {
  color: #23bac1;
}
body
  header
  #webNavigation
  .designhuHeader
  li.menu-item-has-children.open
  > nav {
  grid-template-rows: 1fr;
}
body
  header
  #webNavigation
  .designhuHeader
  li.menu-item-has-children.open
  > nav
  > ul {
  padding-top: 8px;
  padding-bottom: 8px;
}
body header #webNavigationM {
  display: flex;
  width: 50%;
  position: absolute;
  right: -100%;
  flex-direction: column;
  height: calc(100vh - 100px);
  overflow-y: auto;
  transition: all 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  z-index: 9999;
  background-color: white;
  top: 100%;
  background-color: rgba(34, 34, 34, 0.85);
  padding: 40px 16px 60px 16px;
}
@media (max-width: 768px) {
  body header #webNavigationM {
    width: 100%;
    height: calc(100vh - 85px);
  }
}
body header #webNavigationM .designhuHeader {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
body header #webNavigationM .designhuHeader li.menu-item-has-children {
  position: relative;
}
body header #webNavigationM .designhuHeader li.menu-item-has-children > nav {
  background: white;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
}
body
  header
  #webNavigationM
  .designhuHeader
  li.menu-item-has-children
  > nav
  > ul {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body
  header
  #webNavigationM
  .designhuHeader
  li.menu-item-has-children
  > nav
  > ul
  > li {
  width: 100%;
  padding: 0 16px;
}
body
  header
  #webNavigationM
  .designhuHeader
  li.menu-item-has-children
  > nav
  > ul
  > li
  > a {
  white-space: initial;
  width: 100%;
  padding: 12px 16px;
  text-align: left;
}
body
  header
  #webNavigationM
  .designhuHeader
  li.menu-item-has-children.open
  > nav {
  grid-template-rows: 1fr;
}
body header #webNavigationM .designhuHeader > li {
  width: 100%;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.16px;
}
body header #webNavigationM .designhuHeader > li > a {
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  padding: 12px 8px 8px 8px;
  color: white;
}
body header #webNavigationM .designhuHeader > li > a > span > span {
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: white;
}
body header #webNavigationM.active-menu_m {
  right: 0;
}
body header.scrolled {
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
}
body header.awake {
  transform: translateY(0);
}
@media (max-width: 1100px) {
  body header.awake {
    transform: translateY(0);
  }
}
body header.sleep {
  transform: translateY(-100%);
}

::selection {
  background-color: #da7721 !important;
  color: #ffffff !important;
}

.woocommerce-js h2 {
  margin-bottom: 0.2em !important;
}

.hamberger {
  width: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
  margin: 0 auto;
  gap: 18px;
}
@media (max-width: 1100px) {
  .hamberger {
    width: 76px;
    gap: 8px;
  }
}
.hamberger .bar {
  display: block;
  width: 20px;
  height: 1px;
  border-radius: 9999px;
  background-color: #545860;
  transition: all 0.2s ease-in-out;
}

body.home .hamberger .bar {
  background-color: #29adb1;
}

.hamberger.active {
  transition-delay: 0.4s;
}

.hamberger.active > .bar:nth-child(2) {
  width: 0;
}

.hamberger.active > .bar:nth-child(1),
.hamberger.active > .bar:nth-child(3) {
  transition-delay: 0.2s;
}

.hamberger.active > .bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamberger.active > .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/*
*連結底線
*/
a.lineBottom,
button.lineBottom {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
a.lineBottom .line,
button.lineBottom .line {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
a.lineBottom .line:before,
a.lineBottom .line:after,
button.lineBottom .line:before,
button.lineBottom .line:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 6px);
  bottom: 0;
  height: 1px;
  transition: all 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
a.lineBottom .line::before,
button.lineBottom .line::before {
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
}
a.lineBottom .line::after,
button.lineBottom .line::after {
  right: 0;
  width: 0;
  background: #23bac1;
}
a.lineBottom:hover .line::before,
button.lineBottom:hover .line::before {
  opacity: 0;
  background-image: linear-gradient(
    to right,
    #fff,
    #fff 1px,
    transparent 1px,
    transparent 3px
  );
  opacity: 0;
}
a.lineBottom:hover .line::after,
button.lineBottom:hover .line::after {
  left: 0;
  width: 100%;
  background-color: #23bac1;
} /*# sourceMappingURL=main.css.map */

#ast-scroll-top {
  background-color: #da7721 !important;
  font-size: 20px !important;
  opacity: 0.8 !important;
}
.ast-icon svg:not([fill]) {
  fill: #fff !important;
}

/* scrollbar 寬度 */
::-webkit-scrollbar {
  width: 14px !important;
}
/* 整條 track */
::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}
/* 沒被 thumb 蓋到的 track */
::-webkit-scrollbar-track-piece {
  background: #f1f1f1 !important;
  margin: 1.5px 1px !important;
}
/* thumb */
::-webkit-scrollbar-thumb {
  background: #da7721 !important;
  border-radius: 9999px !important;
  border: 3px solid #f1f1f1 !important;
}
/* hover 狀態 */
::-webkit-scrollbar-thumb:hover {
  background: #e38f25 !important;
}

.ast-grid-right-section {
  justify-content: flex-start !important;
}
.main-header-bar-navigation ul li a {
  color: var(--Primary-02, #da7721);
  text-align: justify;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 1px;
}

.site-header-section > * {
  padding: 0 !important;
}
.ast-desktop .ast-primary-header-bar .ast-header-woo-cart {
  line-height: 0 !important;
  margin-right: 8px;
}
.ast-builder-layout-element.site-header-focus-item.ast-header-account {
  margin-bottom: 0 !important;
  padding: 12px 10px !important;
}

.banner-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.yogaChildPage .banner-menu {
  gap: 8px 36px;
  justify-content: center;
}
.banner-menu li {
  pointer-events: auto;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  white-space: nowrap;
}
.banner-menu li:hover {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}
.banner-menu li a {
  color: #9f3a19;
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
}

.homePage .about-desc p {
  color: var(--Gary-black, #000);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 34px */
  letter-spacing: 3px;
}

.block-title {
  color: var(--Primary-01, #d95e00);
  font-family: "Noto Serif TC";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 72px */
  letter-spacing: 3px;

  white-space: nowrap;
}

.homePage .new-item:hover {
  border-bottom: 1px solid var(--Primary-02, #da7721);
}
.homePage .new-item__title {
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 34px */
  letter-spacing: 3px;
}
.homePage .new-item:first-child .new-item__title {
  color: #8eb264;
}
.homePage .new-item:nth-child(2) .new-item__title {
  color: #d95e00;
}
.homePage .new-item:nth-child(3) .new-item__title {
  color: #a373b1;
}

.homePage .sec-green .sec-desc p,
.homePage .sec-class .class-desc p {
  color: #000;
  text-align: justify;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 3px;
  font-feature-settings:
    "liga" off,
    "clig" off;
}

.tabs__panel {
  display: none;
}

.tabs__panel.is-active {
  display: block;
}
.tabs__btn {
  color: #000;
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 34px */
  letter-spacing: 3px;
  border: 1px solid var(--Secondary-01, #e38f25);

  border-radius: 0px !important;
}
.tabs__btn.is-active {
  color: #fff;
  background: var(--Secondary-01, #e38f25);
}
.tab-image-grid .tab-image-grid__item:last-child {
  width: 100%;
  margin-top: 56px;
}

.french-swiper .wysiwyg p {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 3px;
}

.news-item__content .wysiwyg p {
  color: var(--Gary-black, #000);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

.accordion.is-open {
  background-color: #ffffff;
}

/* 已展開時，關掉 hover 效果 */
.accordion.is-open:hover {
  transform: none;
  box-shadow: none;
}

body.page-id-1256 .elementor-element-570053c {
  background: #eaede6;
}

/* .woocommerce-js h2 {
  margin-bottom: 20px !important;
} */

.activity-card p,
.activity-card-data p {
  color: var(--Gary-black, #000);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2px;
}

.activity-card a:hover {
  color: #fff !important;
  background-color: rgba(218, 119, 33, 0.8) !important;
}

.inheritance-content .subtitle {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 40.8px */
  letter-spacing: 3px;
}
.inheritance-content div {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;

  margin-bottom: 32px;
}
.inheritance-content strong {
  font-weight: 500;
}

.wysiwyg li {
  break-inside: avoid;
}

.anandamargaPage .header-block {
  width: 100%;
  display: flex;
  gap: 120px;

  margin-bottom: 160px;
}
.anandamargaPage .header-block .title-block {
  display: flex;
  width: 39.3%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
}
.meditationAppointmentPage .header-section h2,
.anandamargaPage .header-block .title-block h2 {
  margin-bottom: 0;
}

.anandamargaPage .header-block .title-block .content-subtitle {
  color: var(--Gary-01, #231f20);
  text-align: justify;
  font-family: "Noto Sans TC";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 48px */
  letter-spacing: 3px;
}
.anandamargaPage .header-block .content-desc p {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

.anandamargaPage ol {
  list-style: auto !important;
}

.anandamargaPage .wysiwyg.list li {
  color: var(--Gary-black, #000);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

strong {
  font-weight: 500 !important;
  margin-bottom: 8px !important;
}

.teacher-block:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.spiritualMasterPage .teacher-block__right .teacher-desc p {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

.yogaChildPage .content-text h2,
.yogaChildPage .content-text h4 {
  color: #000;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; 
  letter-spacing: 3px;

  margin-top: 32px;
}
.yogaChildPage .content-text p,
.yogaChildPage .content-text li {
  color: var(--Gary-black, #000);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}
.yogaChildPage .content-text img.text-icon {
  display: inline;
}

.yogaChildPage .content-sound a {
  color: #000;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 1px;

  margin-top: 32px;
}

.page-id-1412 .content-sound {
  padding-bottom: 60px;
  border-bottom: 1px solid #da7721;
}

.page-id-1412 .content-text {
  margin-top: 24px;
}
.page-id-1412 .content-text:first-child {
  margin-top: 0;
}

.teachers p {
  color: #000;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}
.teachers p strong {
  font-weight: 500 !important;
}

.elementor-nav-menu {
  gap: 40px !important;
}
.elementor-nav-menu li {
  height: 32px !important;
}
.elementor-nav-menu--main .elementor-nav-menu a {
  padding: 4px 12px !important;
  height: 32px !important;
}
.elementor-location-footer .elementor-nav-menu--main .elementor-nav-menu a {
  padding: 0 !important;
  height: auto !important;
}

.elementor-301 .elementor-element.elementor-element-9c448f2 img {
  width: 61% !important;
  height: 439px !important;
  border-radius: 120px !important;

  object-fit: cover !important;
  object-position: center !important;
}

.page-id-1477 .wysiwyg p {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;

  max-width: 620px;
}
.page-id-1477 .wysiwyg strong {
  line-height: 300% !important;
}

.page-id-1479 .list-title p {
  color: var(--Gary-08, #fff);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

.page-id-1479 .course-content p {
  color: var(--Gary-black, #000);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}
.page-id-1479 .course-audience {
  color: var(--Gary-black, #000);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 1px;

  margin-top: 8px;
}

.qa-icon {
  display: inline-flex;
  transition: transform 0.3s ease;
}

/* 展開時旋轉 */
.qa-item.is-open .qa-icon {
  transform: rotate(180deg);
}

.MeditationQaPage .qa-answer__inner p,
.MeditationQaPage .qa-answer__inner li,
.orderPublicationPage .qa-answer__inner li,
.orderPublicationPage .qa-answer__inner p {
  color: var(--Gary-black, #000);
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

.MeditationQaPage .qa-question,
.MeditationQaPage .qa-question:hover,
.orderPublicationPage .qa-question:hover {
  box-shadow: none !important;
}
.MeditationQaPage .qa-question:hover,
.orderPublicationPage .qa-question:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
  text-decoration-color: #da7721 !important;
}
.MeditationQaPage .qa-question:focus,
.orderPublicationPage .qa-question:focus {
  background-color: transparent !important;
}

.page-id-1564 .elementor-element-570053c {
  background-color: #eee8ea !important;
}

.single-online-coursesPage .accordion-content {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease;
}

.spiritual-retreatPage .course-desc p,
.single-online-coursesPage .course-desc p {
  color: #000;
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

.classic-lecturePage .lecture-card div,
.spiritual-retreatPage .course-info-row div,
.single-online-coursesPage .course-info-row div {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

.course-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("/wp-content/uploads/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px 24px;

  padding-left: 8px;
}

.online_course-template-default .elementor-element-570053c {
  background-color: #ecf5fc;
}

.MeditationQaPage .qa-answer__inner ol,
.orderPublicationPage .qa-answer__inner ol {
  list-style: auto !important;
  padding: 24px 40px;
}

.single-online-coursesPage .accordion-content__inner ol {
  list-style: auto !important;
  padding: 24px 40px;

  column-count: 2;
  column-gap: 60px; /* 兩欄間距，可調 */
  list-style-position: inside;
}
.spiritual-retreatPag .accordion-content__inner ol {
  list-style: auto !important;
  padding: 24px 40px;
}
.classic-lecturePage .lecture-desc p,
.classic-lecturePage a.kl-download span,
.spiritual-retreatPage .accordion-content__inner p,
.spiritual-retreatPage .accordion-content__inner li,
.single-online-coursesPage .accordion-content__inner p,
.single-online-coursesPage .accordion-content__inner li {
  color: var(--Gary-black, #000);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

.accordion-arrow {
  transition: transform 300ms ease;
  transform: rotate(0deg);
}
.accordion-item.is-open .accordion-arrow {
  transform: rotate(180deg) !important;
}

.spiritual-retreatPage .remark {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

/* Accordion base: 必須有 */
.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 300ms ease;
}

.page-id-1631 .elementor-element-570053c,
.page-id-1627 .elementor-element-570053c,
.page-id-1629 .elementor-element-570053c {
  background: #eaede6;
}

.fancybox__viewport.is-draggable {
  padding: 140px 300px !important;
}
.f-button.is-arrow {
  background: transparent !important;
  box-shadow: none !important;
}
/* 關鍵：不要讓 Fancybox 用 currentColor 染 SVG */
.f-button.is-arrow svg {
  fill: none;
  color: transparent;

  height: 40px !important;
  width: 40px !important;
}
.f-button.is-arrow svg path,
.f-button.is-arrow svg rect {
  fill: rgba(255, 255, 255, 0.5) !important;
  stroke: rgba(255, 255, 255, 0.5) !important;
}

.single-legal-articlesPage .article-content .block-desc__content p {
  color: #000;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

/* 先隱藏原本的 SVG / 字型 icon */
.single-legal-articlesPage a.heateor_sss_facebook svg,
.single-legal-articlesPage a.heateor_sss_facebook .heateor_sss_svg,
.single-legal-articlesPage a.heateor_sss_button_line svg,
.single-legal-articlesPage a.heateor_sss_button_line .heateor_sss_svg,
.single-legal-articlesPage a.heateor_sss_button_copy_link svg,
.single-legal-articlesPage a.heateor_sss_button_copy_link .heateor_sss_svg,
.single-legal-articlesPage a.heateor_sss_facebook span,
.single-legal-articlesPage a.heateor_sss_button_line span,
.single-legal-articlesPage a.heateor_sss_button_copy_link span {
  display: none !important;
}

/* 統一每顆按鈕樣式 */
.single-legal-articlesPage .heateor_sss_sharing_container a {
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 29px 29px !important;
  background-color: transparent !important;
  font-size: 0 !important; /* 移除字型 icon 佔位 */
  box-shadow: none !important;
  overflow: hidden !important; /* 防止內層東西撐開 */
}

body.single-dharma_post .single-legal-articlesPage a.heateor_sss_facebook {
  background: url("/wp-content/uploads/Social-Media.svg") !important;
}

body.single-dharma_post .single-legal-articlesPage a.heateor_sss_button_line {
  background: url("/wp-content/uploads/Social-Media-1.svg") !important;
}

body.single-dharma_post
  .single-legal-articlesPage
  a.heateor_sss_button_copy_link {
  background: url("/wp-content/uploads/Social-Media-2.svg") !important;
}

.heateor_sss_sharing_ul {
  gap: 20px;
}

.dharma-search-input {
  border: none !important;
  display: flex !important;
  text-align: center !important;
  color: var(--Gary-01, #231f20) !important;
  text-align: justify !important;
  font-feature-settings:
    "liga" off,
    "clig" off !important;
  font-family: "Noto Sans TC" !important;
  font-size: 18px;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 200% !important; /* 36px */
  letter-spacing: 2px !important;
}
.dharma-search-btn {
  box-shadow: none !important;
}
.dharma-search-btn:hover {
  background-color: #d95e00 !important;
}
.article-not-found {
  color: #000;
  font-family: "Noto Sans TC";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 3px;
}
.elementor-74
  .elementor-element.elementor-element-89f9034
  .elementor-nav-menu--main
  .elementor-item:hover,
.elementor-74
  .elementor-element.elementor-element-89f9034
  .elementor-nav-menu--main
  .elementor-item.elementor-item-active,
.elementor-74
  .elementor-element.elementor-element-89f9034
  .elementor-nav-menu--main
  .elementor-item.highlighted,
.elementor-74
  .elementor-element.elementor-element-89f9034
  .elementor-nav-menu--main
  .elementor-item:focus,
.elementor-74
  .elementor-element.elementor-element-116dfec
  .elementor-nav-menu--main
  .elementor-item:hover,
.elementor-74
  .elementor-element.elementor-element-116dfec
  .elementor-nav-menu--main
  .elementor-item.elementor-item-active,
.elementor-74
  .elementor-element.elementor-element-116dfec
  .elementor-nav-menu--main
  .elementor-item.highlighted,
.elementor-74
  .elementor-element.elementor-element-116dfec
  .elementor-nav-menu--main
  .elementor-item:focus,
.elementor-74
  .elementor-element.elementor-element-3d79679
  .elementor-nav-menu--main
  .elementor-item:hover,
.elementor-74
  .elementor-element.elementor-element-3d79679
  .elementor-nav-menu--main
  .elementor-item.elementor-item-active,
.elementor-74
  .elementor-element.elementor-element-3d79679
  .elementor-nav-menu--main
  .elementor-item.highlighted,
.elementor-74
  .elementor-element.elementor-element-3d79679
  .elementor-nav-menu--main
  .elementor-item:focus {
  text-decoration: underline;
}

.xiyue-road-publicationPage .publish-card__body .publish-card__price p,
.xiyue-road-publicationPage .publish-card__body .publish-card__price span {
  color: var(--Gary-black, #000);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1px;

  white-space: nowrap;
}

.xiyue-road-publicationPage .publish-card__body .publish-card__price p span {
  color: var(--Primary-01, #d95e00);
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 1px;
}

.single-publishesPage .book-info p {
  color: #000;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 34px */
  letter-spacing: 3px;
}

.single-publishesPage .content-info .book-content-desc p {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}
.single-publishes .elementor-element-570053c {
  background: #f8f2e0;
}

.anandamarga-publicationsPage .content-block .content p {
  color: #000;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

.orderPublicationPage button {
  box-shadow: none !important;
}

/* 強制關掉 select 原生箭頭（防止 Woo / 主題覆蓋） */
.course-form .form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  /* 很多主題會用 background-image 畫箭頭，順便清掉 */
  background-image: none !important;
  background-repeat: no-repeat !important;
}

.form-head span {
  flex: 1 0 0;
  color: var(--Gary-black, #000);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  letter-spacing: 1px;
}
.time-label span {
  color: var(--Gary-black, #000);
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 150% */
  letter-spacing: 1px;
}
.form-cell div {
  color: var(--Gary-black, #000);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 1px;
}
.holisticYogaSeriesPage .button-list .btn-filter,
.pageSpiritualYogaseriesPage .button-list .btn-filter {
  width: max-content;
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Primary-02, #da7721);
  background: var(--Gary-08, #fff);

  color: var(--Gary-01, #231f20);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 1px;
}
.holisticYogaSeriesPage .button-list .btn-filter.is-active,
.pageSpiritualYogaseriesPage .button-list .btn-filter.is-active {
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--Primary-02, #da7721);

  color: var(--Gary-08, #fff);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
}
.holisticYogaSeriesPage .button-list .btn-filter:hover,
.pageSpiritualYogaseriesPage .button-list .btn-filter:hover {
  background: rgba(218, 119, 33, 0.8);
  color: #fff;
}

.holisticYogaSeriesPage .left-block ul li {
  color: var(--Gary-black, #000);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}
.holisticYogaSeriesPage .card-bottom ol {
  list-style: auto;
}
.holisticYogaSeriesPage .card-bottom ol li {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;

  margin-left: 30px;
}
.holisticYogaSeriesPage .card-bottom ol strong {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 1px;
}

.page-id-1902 .elementor-element-570053c {
  background: #eee8ec;
}
.holisticYogaSeriesPage .accordion-content__inner ol {
  list-style: auto;
}
.holisticYogaSeriesPage .accordion-content__inner p,
.holisticYogaSeriesPage .accordion-content__inner ol li {
  color: var(--Gary-black, #000);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}
.holisticYogaSeriesPage .accordion-content__inner ol li {
  margin-left: 30px;
}
body form span,
body form label {
  white-space: nowrap;
}

.meditationAppointmentPage .header-section .section-desc p {
  color: var(--Gary-black, #000);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

.card--booking form label,
.card--booking form select,
.card--booking div span {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 200% !important; /* 36px */
  letter-spacing: 1px;
}

.card--booking form label,
.card--booking div span.meta-label {
  font-weight: 500 !important;
}

.note-block ol li {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;

  margin-left: 30px;
}

select {
  border: none !important;
  box-shadow: 0 0 5px 0 rgba(221, 95, 5, 0.75) !important;
}
select:hover {
  box-shadow: 0 0 5px 0 rgba(221, 95, 5, 0.75) !important;
}
select:focus {
  box-shadow: 0 0 5px 0 rgba(221, 95, 5, 0.75) !important;
}

.c-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.c-checkbox input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.c-checkbox__box {
  width: 24px;
  height: 24px;
  opacity: 0.24;
  border: 0.5px solid var(--Gary-01, #231f20);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-checkbox__box::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--Gary-01, #231f20);
  border-bottom: 2px solid var(--Gary-01, #231f20);
  transform: rotate(-45deg);
  display: none;
}
.c-checkbox input:checked + .c-checkbox__box::after {
  display: block;
}

.info-grid .info-item span {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

.field .field__label {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 1px;
}
.field .field__hint {
  color: #ec232b;
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}
.field__control input {
  display: flex !important;
  height: 60px !important;
  padding: 15px 28px !important;
  align-items: center !important;
  gap: 10px !important;
  align-self: stretch;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 0 5px 0 rgba(221, 95, 5, 0.75) !important;
  border: none !important;

  color: var(--Gary-black, #000) !important;
  font-feature-settings:
    "liga" off,
    "clig" off !important;
  font-family: "Noto Sans TC" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 200% !important; /* 36px */
  letter-spacing: 2px !important;
}

button.btn--primary {
  width: 100%;
  display: flex !important;
  padding: 8px 120px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  align-self: stretch !important;
  border-radius: 10px !important;
  background: var(--Primary-02, #da7721) !important;
  box-shadow: 0 4px 20px 0 rgba(221, 95, 5, 0.75) !important;

  color: var(--Gary-08, #fff);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}

.meta span.cost {
  color: #ec232b;
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 200%; /* 36px */
  letter-spacing: 1px;
}

.details-grid span {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 1px;
}

.order-grid span {
  color: var(--Gary-01, #231f20);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 2px;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

form label {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2px;
}

.orderTable__table {
  width: 100%;
  border-collapse: collapse; /* 非常重要 */
}

.orderTable__th,
.orderTable__td {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;

  text-align: center;
}
.orderTable__td {
  padding: 16px;
}
.orderTable__td:last-child {
  white-space: wrap;
}
.orderTable__th {
  padding: 12px 16px;
}
.recentCoursesPage .orderTable__td {
  max-width: 161px;
  white-space: wrap;
}
.orderTable__tr.body {
  border-bottom: 1px solid var(--Primary-02, #da7721);
  transition: all 0.2s ease;
  cursor: pointer;
}
.orderTable__tr.body:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px 0 rgba(221, 95, 5, 0.75);
}
.orderTable__table {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

table thead th {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;

  white-space: nowrap;
  text-align: center;
}
table tbody td,
table tbody td div {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;

  /* text-align: center; */
}
.courseCell div {
  text-align: center;
}
table tbody td {
  white-space: nowrap;
}

.discountCouponPage table tbody td,
.discountCouponPage table tbody td div {
  text-align: center;
}

.recentCoursesPage div.top-text {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1px;
}
.recentCoursesPage div.bottom-text {
  color: var(--Gary-black, #000);
  text-align: justify;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
}

.schedule__wrap {
  background: #edefe1;
}
.scheduleTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.scheduleTable__th {
  height: 124px;
  background: #ddedfa;
  color: var(--Gary-black, #000);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1px;
  padding: 12px 24px;
  text-align: center;
  border: 1px solid #edefe1;
}
.scheduleTable__th--time {
  width: 110px;
  border: 1px solid #edefe1;
}
.scheduleTable__rowTitle {
  width: 180px;
  height: 124px;
  background: #fff;
  color: var(--Gary-black, #000);
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border: 1px solid #edefe1;
  vertical-align: middle;
}
.scheduleTable__td {
  background: #fff;
  max-width: 200px;
  min-height: 86px;
  height: 124px;
  border: 1px solid #edefe1;
  padding: 0px;
  vertical-align: middle;
}
.schedule-card {
  background: #f0f1ad;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.schedule-card div {
  color: var(--Gary-black, #000);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 1px;
}
.schedule-card__time {
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 6px;
}
.schedule-card__title {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 4px;
  font-weight: 600;
}
.schedule-card__meta {
  font-size: 12px;
  line-height: 1.2;
}
.schedule-card__title:hover,
.schedule-card__meta:hover {
  text-decoration: underline;
}


.ast-article-single figure,
.ast-article-single img:not(figure img) {
  box-shadow: none !important;
}

.page-id-1910 .elementor-element-c698019,
.page-id-1955 .elementor-element-c698019,
.page-id-1958 .elementor-element-c698019,
.page-id-1938 .elementor-element-c698019,
.page-id-1928 .elementor-element-c698019,
.page-id-1926 .elementor-element-c698019,
.page-id-1924 .elementor-element-c698019,
.page-id-1922 .elementor-element-c698019,
.page-id-1920 .elementor-element-c698019 {
  background: #c6bdb8;
}

.page-id-1961 .elementor-element-c698019,
.page-id-1952 .elementor-element-c698019,
.page-id-1964 .elementor-element-c698019,
.page-id-1967 .elementor-element-c698019,
.page-id-1946 .elementor-element-c698019 {
  background: #d9e4ea;
}

.page-id-1249 .elementor-element-c698019 {
  background: #edefe1;
}

.current-dharma_cat-ancestor,
.current-menu-item,
.current_page_item {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.elementor-element-c66087a a,
.elementor-element-c66087a span {
  color: #fff;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1px;
}

/* 暫時不可點擊 */
.ast-header-woo-cart,
.ast-header-account a{
  pointer-events: none !important;
}

.privacy-policy,
.member-policy {
  margin: 0 8.3%;
}

.privacy-policy a:hover,
.member-policy a :hover {
  text-decoration: underline !important;
  text-decoration-color: #da7721 !important;
}

.member-policy ol{
  list-style: auto !important;
  padding-left: 48px !important;
}

.footer-nav .current-dharma_cat-ancestor, 
.footer-nav .current-menu-item, 
.footer-nav .current_page_item {
  background: none !important;
}

.socialList-title {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; 
  letter-spacing: 1px;

  margin-bottom: 20px;
}
