.elementor-443 .elementor-element.elementor-element-ad2fdc3{--display:flex;--margin-top:20px;--margin-bottom:20px;--margin-left:20px;--margin-right:20px;}#elementor-popup-modal-443 .dialog-widget-content{animation-duration:0.5s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-443{background-color:rgba(0,0,0,.8);justify-content:center;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-443 .dialog-message{width:100vw;height:100vh;align-items:center;}#elementor-popup-modal-443 .dialog-close-button{display:flex;}/* Start custom CSS for container, class: .elementor-element-ad2fdc3 *//* 整體分類區域為 Grid，多欄排 */
.categories-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
}

/* 每一個分類群組（母分類 + 子分類） */
.categories-list > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 母分類樣式 */
.category-parent > a {
  font-weight: 600;
  text-decoration: none;
  color: #333;
  display: block;
  margin-bottom: 8px;
}

/* 子分類容器 */
.sub-category {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 子分類樣式 */
.sub-category li {
  font-weight: 400;
  margin: 4px 0;
  padding: 0;
}

.sub-category li a {
  text-decoration: none;
  color: #333;
}/* End custom CSS */