.elementor-191 .elementor-element.elementor-element-8bbba8d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-191 .elementor-element.elementor-element-8bbba8d:not(.elementor-motion-effects-element-type-background), .elementor-191 .elementor-element.elementor-element-8bbba8d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EEECEC;}/* Start custom CSS for container, class: .elementor-element-8bbba8d *//* 容器整体样式 */
div.category-list-container-tabs {
  margin-top: 30px;
  width: 100%;
}

/* 标签区域 */
.my-tabs-wrapper .tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 0px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #1CB2A0;
}
.my-tabs-wrapper .tab {
  margin-right: 15px;
  padding: 8px 16px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-bottom: none;
  background: #f9f9f9;
  color: #333;
  font-weight: 500;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s ease;
    min-width: 200px;
    text-align: center;

}
.my-tabs-wrapper .tab:hover {
  background-color: #e9e9e9;
}
.my-tabs-wrapper .tab.active {
  background: #1BAF9D;
  color: #fff;
  border-color: #ccc;
  font-weight: bold;
}

/* 每个 tab 面板 */
.tab-panel {
  display: none;
  border: 1px solid #ddd;
  padding: 20px 15px;
  background: #fff;
  border-radius: 0 0 6px 6px;
}
.tab-panel.active {
  display: block;
}

/* 分类标题 h2 */
.category-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.category-title a {
  text-decoration: none;
  color: #222;
}
.category-title a:hover {
  color: #1BAF9D;
}

/* 子分类项布局 */
.category-list-container {
  flex-wrap: wrap;
  gap: 10px;
}
.category-list-container .col-md-3 {
  margin-bottom: 15px;
}
.category-list-container .col-md-3 a {
  display: block;
  background: #f4f4f4;
  padding: 8px 12px;
  border-radius: 5px;
  text-align: center;
  color: #333;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.category-list-container .col-md-3 a:hover {
  background: #1BAF9D;
  color: #fff;
}

/* “显示更多”按钮 */
.show-more {
  list-style: none;
  margin-top: 20px;
  font-size: 14px;
  color: #1BAF9D;
  cursor: pointer;
  display: inline-block;
}
.show-more:hover {
  text-decoration: underline;
}
.tabs-category-item img{
    width: 2em;
    display: inline;
}

/* 隐藏项 */
.hidden {
  display: none;
}/* End custom CSS */