.elementor-kit-80{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-80 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ----------------------------------------
   Article-scoped Heading Rules
   Applies to headings inside .entry-content (and .post-content as fallback)
   ---------------------------------------- */

/* Desktop (default) */
.entry-content h1,
.post-content h1 {
  font-family: "Noto Serif TC", "Noto Serif", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin: 0 0 0.6em;
}

.entry-content h2,
.post-content h2 {
  font-family: "Noto Serif TC", "Noto Serif", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.4px;
  margin: 0 0 0.55em;
}

.entry-content h3,
.post-content h3 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.3px;
  margin: 0 0 0.5em;
}

.entry-content h4,
.post-content h4 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.3px;
  margin: 0 0 0.45em;
}

.entry-content h5,
.post-content h5 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.2px;
  margin: 0 0 0.4em;
}

.entry-content h6,
.post-content h6 {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin: 0 0 0.35em;
}

/* Tablet */
@media (max-width: 1023px) {
  .entry-content h1, .post-content h1 { font-size: 32px; }
  .entry-content h2, .post-content h2 { font-size: 26px; }
  .entry-content h3, .post-content h3 { font-size: 24px; }
  .entry-content h4, .post-content h4 { font-size: 20px; }
  .entry-content h5, .post-content h5 { font-size: 18px; }
  .entry-content h6, .post-content h6 { font-size: 16px; }
}

/* Mobile */
@media (max-width: 767px) {
  .entry-content h1, .post-content h1 { font-size: 28px; }
  .entry-content h2, .post-content h2 { font-size: 24px; }
  .entry-content h3, .post-content h3 { font-size: 22px; }
  .entry-content h4, .post-content h4 { font-size: 20px; }
  .entry-content h5, .post-content h5 { font-size: 18px; }
  .entry-content h6, .post-content h6 { font-size: 16px; }
}

/* Accessibility / small tweaks */
.entry-content h1, .post-content h1,
.entry-content h2, .post-content h2,
.entry-content h3, .post-content h3 {
  scroll-margin-top: 96px; /* 錨點滾動時避免被固定 header 擋住（可調） */
}/* End custom CSS */