.elementor-1852 .elementor-element.elementor-element-70a3265d{--display:flex;--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-54e06c9f */.tab-container {
  display: flex;
  gap: 20px;
}

/* Sol menü sabit */
.tab-menu {
  width: 280px;
  position: sticky;
  top: 20px;
  height: fit-content;
}

/* Sağ içerik kaydırılabilir */
.tab-content-wrapper {
  flex: 1;
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 10px;
}

/* İçerik panelleri */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}/* End custom CSS */