/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/tabs/editor.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.tab-wrap {
  background: #fff;
  border: 1px dotted #dad8d8;
}
.tab-wrap .block-core-columns {
  border: 1px dotted #dad8d8;
}
.tab-wrap .mdc-tab-scroller {
  border-bottom: 1px dotted #dad8d8;
  display: flex;
}

.tab-wrapper .mdc-tab-scroller__scroll-content .mdc-tab.mdc-ripple-upgraded:last-child,
.tab-wrapper .mdc-tab-scroller__scroll-content .mdc-tab.mdc-tab--active:last-child {
  height: auto;
}
.tab-wrapper .mdc-tab.mdc-ripple-upgraded:last-child,
.tab-wrapper .mdc-tab.mdc-tab--active:last-child {
  height: 60px;
  width: 100%;
}

.theme-dark .tab-wrapper .ask__tab__question--text {
  background-color: var(--color-dark-primary);
  color: var(--color-light);
  border-color: var(--color-border);
}
.theme-dark .tab-wrapper .ask__tab__question--text button {
  color: var(--color-light);
}
.theme-dark .tab-wrapper .ask__tab__question--text button:hover {
  color: var(--color-primary);
}
.theme-dark .tab-wrapper .new-tab-add.mdc-tab-indicator--active {
  background-color: var(--color-dark-primary);
}
.theme-dark .tab-wrapper .new-tab-add.mdc-tab-indicator--active:hover {
  background-color: var(--color-dark-secondary);
}

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