.elementor .category-tabs-styled{/* Căn giữa các nút Tab và cho phép nhảy dòng */
selector .elementor-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

/* Style nút Tab */
selector .elementor-tab-title {
  background: transparent !important;
  border: none !important;
}

selector .elementor-tab-title a {
  color: #666;
  font-size: 14px;
  padding: 8px 15px !important;
}

/* Nút đang chọn (Active) */
selector .elementor-tab-title.elementor-active a {
  background-color: #E84430 !important;
  color: white !important;
  border-radius: 50px;
}

/* Dấu gạch đứng phân cách */
selector .elementor-tab-title:not(:last-child):after {
  content: "|";
  margin-left: 10px;
  color: #ddd;
}\n}