.elementor .e-3bffe072-1d1e12f{width:auto;padding:0px;margin-block-start:0px;margin-block-end:0px;margin-inline-start:0px;margin-inline-end:40px;border-width:0px;border-color:#FFFBF3;border-style:none;background-color:#FFFBF3;display:flex;flex-direction:column;justify-content:center;align-items:center;}.elementor .e-57688805-375f2af{width:auto;padding:0px;margin:0px;border-width:0px;border-color:#FFFBF3;border-style:none;background-color:#FFFBF3;display:flex;flex-direction:column;justify-content:center;align-items:center;}.elementor .e-391a92e9-b3c17e2{padding:0px;display:flex;flex-direction:column;gap:30px;}.elementor .e-21e008bf-de11061{padding:0px;display:flex;flex-direction:column;gap:30px;}.elementor .e-1cd51899-e3634d1{/* 默认状态 */
.custom-tab {
  position: relative;
  cursor: pointer;
}

/* 下划线 */
.custom-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #ef4f4f;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

/* 鼠标悬停 */
.custom-tab:hover::after {
  width: 100%;
}

/* 当前点击选中的 Tab */
.custom-tab[aria-selected="true"]::after {
  width: 100%;
}.custom-tab:hover .elementor-heading-title,
.custom-tab[aria-selected="true"] .elementor-heading-title {
  color: #ef4f4f;
}\n}