/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/tabs/styles/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.gutentools-tabs {
  width: 100%;
  box-sizing: border-box;
}
.gutentools-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .gutentools-tabs__nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .gutentools-tabs__nav::-webkit-scrollbar {
    display: none;
  }
}
.gutentools-tabs__nav-btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
  line-height: 1.4;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
  box-sizing: border-box;
  font-family: inherit;
}
.gutentools-tabs__nav-btn--active {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .gutentools-tabs__nav-btn {
    flex-shrink: 0;
  }
}
.gutentools-tabs__panels {
  box-sizing: border-box;
  min-height: 60px;
}

.gutentools-tab-item {
  display: none;
  box-sizing: border-box;
}
.gutentools-tab-item--active {
  display: block;
}
