.elementor-2550 .elementor-element.elementor-element-9ab7467{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:2%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2550 .elementor-element.elementor-element-4ab2cd3{--grid-columns:3;--grid-row-gap:20px;--grid-column-gap:20px;}.elementor-2550 .elementor-element.elementor-element-0ff7c50{--display:flex;}@media(max-width:1024px){.elementor-2550 .elementor-element.elementor-element-4ab2cd3{--grid-columns:2;}}@media(min-width:768px){.elementor-2550 .elementor-element.elementor-element-9ab7467{--content-width:1140px;}}@media(max-width:767px){.elementor-2550 .elementor-element.elementor-element-9ab7467{--padding-top:0px;--padding-bottom:30px;--padding-left:10px;--padding-right:10px;}.elementor-2550 .elementor-element.elementor-element-4ab2cd3{--grid-columns:2;--grid-row-gap:10px;--grid-column-gap:10px;}}/* Start custom CSS for heading, class: .elementor-element-c37ce24 *//* 讓父子順序反轉顯示：父在左、子在右 */
.breadcrumbs .elementor-heading-title {
  display: flex;
  flex-direction: row-reverse; /* 反向排列：DOM 後面的 <a> 會跑到最左邊 */
  align-items: center;
  justify-content: flex-start; /* 可改成 flex-start 讓靠左 */
  gap: 0;
  font-size: 0; /* 隱藏中間那個純文字 "｜" 節點 */
}

/* 還原連結樣式 */
.breadcrumbs .elementor-heading-title a {
  font-size: 18px !important;
  line-height: 1.2!important;
  color: #914CA8!important;
  text-decoration: none;
  font-weight: 600;
}
.breadcrumbs .elementor-heading-title a:hover {
  text-decoration: underline;
}

/* 在左邊那個連結後面加上分隔符號 */
.breadcrumbs .elementor-heading-title a:last-child::after {
  content: "｜";
  margin: 0 6px;
  color: #b7b7b7;
  font-weight: normal;
  font-size: 16px;
}/* End custom CSS */
/* Start custom CSS */#top-search {
    display: none;
}/* End custom CSS */