/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ep-sub-categories-list/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.sub-menu .wp-block-kadence-column .kt-inside-inner-col {
  --body-font-size: 16px;
  height: 100%;
}

.wp-block-create-block-ep-sub-categories-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.wp-block-create-block-ep-sub-categories-list .ep-scl-left {
  width: 342px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.wp-block-create-block-ep-sub-categories-list .ep-scl-right {
  width: calc(100% - 342px);
  height: auto;
}
.wp-block-create-block-ep-sub-categories-list .ep-scl-title {
  position: relative;
  font-family: "Ambit", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  padding-left: 14px;
  margin: 24px 0 35px;
  color: #000;
}
.wp-block-create-block-ep-sub-categories-list .ep-scl-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d20058;
}
.wp-block-create-block-ep-sub-categories-list .ep-scl-tabs-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  padding-right: 24px;
}
.wp-block-create-block-ep-sub-categories-list .ep-scl-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: var(--body-font-size);
  font-weight: 450;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
  padding: 12px;
  border-radius: 6px;
}
.wp-block-create-block-ep-sub-categories-list .ep-scl-tab.is-active {
  background-color: rgba(210, 0, 88, 0.1);
}
.wp-block-create-block-ep-sub-categories-list .ep-scl-tabs-contents {
  display: flex;
  height: 100%;
}
.wp-block-create-block-ep-sub-categories-list .ep-scl-content {
  display: none;
  grid-template-columns: 1fr;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
  padding: 24px 0 24px 24px;
  align-content: start;
}
.wp-block-create-block-ep-sub-categories-list .ep-scl-content.is-active {
  display: grid;
}
@media (min-width: 768px) {
  .wp-block-create-block-ep-sub-categories-list .ep-scl-content {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.wp-block-create-block-ep-sub-categories-list .ep-scl-term a {
  display: flex;
  color: #000;
  text-decoration: none;
}
.wp-block-create-block-ep-sub-categories-list .ep-scl-term a:hover:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 8px;
  margin-top: 6px;
  background-color: #ff8a00;
}

#mobile-drawer .ep-scl-left,
#mobile-drawer .ep-scl-right {
  width: 100%;
}
#mobile-drawer .ep-scl-left {
  border-right: none;
}
#mobile-drawer .ep-scl-tabs-buttons {
  padding-right: 0;
}
#mobile-drawer .ep-scl-tab {
  color: #000;
}
#mobile-drawer .ep-scl-content {
  gap: 8px;
  padding-left: 0;
  padding-right: 0;
}
#mobile-drawer .ep-scl-term a {
  color: #000;
}
#mobile-drawer .wp-block-kadence-column:has(.wp-block-create-block-ep-sub-categories-list) ~ .wp-block-kadence-column .kb-row-layout-wrap {
  border: none;
}
#mobile-drawer .wp-block-kadence-column:has(.wp-block-create-block-ep-sub-categories-list) ~ .wp-block-kadence-column .kt-row-column-wrap {
  padding: 0;
}
#mobile-drawer .wp-block-kadence-column:has(.wp-block-create-block-ep-sub-categories-list) ~ .wp-block-kadence-column .wp-block-kadence-advancedheading,
#mobile-drawer .wp-block-kadence-column:has(.wp-block-create-block-ep-sub-categories-list) ~ .wp-block-kadence-column .kb-dynamic-list-item {
  color: #000;
}

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