/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.horizontal-tabs-wrapper {
  display: flex;
  justify-content: space-between;
  min-height: 300px;
}
.horizontal-tabs-wrapper .tabs-sidebar {
  width: 34%;
  flex-shrink: 0;
}
.horizontal-tabs-wrapper .tabs-sidebar .tab-item {
  padding: 20px;
  cursor: pointer;
  border: 1px solid #DADEE7;
  border-radius: 25px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: row-reverse;
  margin-bottom: 10px;
}
.horizontal-tabs-wrapper .tabs-sidebar .tab-item:last-child {
  margin-bottom: 0px;
}
.horizontal-tabs-wrapper .tab-content-wrapper {
  width: 64%;
  background: linear-gradient(to top right, rgba(238, 160, 249, 0.3), rgba(11, 70, 206, 0.3));
  border-radius: 25px;
  margin-left: 2%;
  display: flex;
  align-items: center;
}

.tab-icon {
  font-size: 20px;
  font-weight: semi-bold;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
  color: #DADEE7;
}

.tab-content-text {
  flex: 1;
}

.tab-title {
  margin-bottom: 5px;
  font-family: "Albert Sans", sans-serif;
}

.tab-subtitle {
  display: none;
  font-family: "Albert Sans", sans-serif;
}

.tab-item.active .tab-subtitle {
  display: block;
}

.tab-content-wrapper {
  flex: 1;
  padding: 20px;
}

.tab-content-area {
  flex: 1;
}

/* Editor specific styles */
.horizontal-tabs-editor .tab-content-area .block-editor-block-list__layout {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .horizontal-tabs-wrapper {
    flex-wrap: wrap;
  }
  .horizontal-tabs-wrapper .tabs-sidebar {
    width: 100%;
  }
  .horizontal-tabs-wrapper .tab-content-wrapper {
    width: 100%;
    margin: 50px 0 0;
  }
}

/*# sourceMappingURL=style-index.css.map*/