/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/table-of-contents/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
body.admin-bar .wp-block-mitchcactus-table-of-contents {
  top: 150px;
}
@media (min-width: 768px) {
  body.admin-bar .wp-block-mitchcactus-table-of-contents {
    top: 166px;
  }
}

.wp-block-mitchcactus-table-of-contents {
  background-color: rgba(29, 33, 64, 0.302);
  border: 1px solid #1d2140;
  border-radius: 10px;
  color: #fff;
  position: sticky !important;
  top: 117px;
  transition: border-color 0.2s ease;
}
.wp-block-mitchcactus-table-of-contents .toc-title {
  display: block;
  padding: 25px;
  border-bottom: 1px solid #11132f;
  font-weight: 700;
}
.wp-block-mitchcactus-table-of-contents .toc-toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  border-bottom: 1px solid #11132f;
}
.wp-block-mitchcactus-table-of-contents .toc-toggle__icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: 12px;
}
.wp-block-mitchcactus-table-of-contents.is-open .toc-toggle__icon {
  transform: rotate(-135deg);
}
.wp-block-mitchcactus-table-of-contents .toc-content {
  padding: 0 25px 25px;
}
.wp-block-mitchcactus-table-of-contents .toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-mitchcactus-table-of-contents .toc-list li {
  margin-bottom: 16px;
}
.wp-block-mitchcactus-table-of-contents .toc-list li a {
  text-decoration: none;
  font-weight: 700;
  color: inherit;
}
.wp-block-mitchcactus-table-of-contents .toc-list li a:hover, .wp-block-mitchcactus-table-of-contents .toc-list li a:focus {
  color: #554ff6;
}
@media (max-width: 767px) {
  .wp-block-mitchcactus-table-of-contents.toc-has-toggle .toc-title {
    display: none;
  }
  .wp-block-mitchcactus-table-of-contents.toc-has-toggle .toc-toggle {
    display: flex;
  }
  .wp-block-mitchcactus-table-of-contents.toc-has-toggle.is-collapsible .toc-content {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    background-color: rgba(29, 33, 64, 0.95);
    border: 1px solid #1d2140;
    border-radius: 10px;
    padding: 20px;
    max-height: min(60vh, 440px);
    overflow-y: auto;
    box-shadow: 0 12px 40px rgba(5, 6, 30, 0.55);
    display: none;
    z-index: 20;
  }
  .wp-block-mitchcactus-table-of-contents.toc-has-toggle.is-collapsible.is-open .toc-content {
    display: block;
  }
}
@media (min-width: 768px) {
  .wp-block-mitchcactus-table-of-contents {
    top: 120px;
  }
  .wp-block-mitchcactus-table-of-contents .toc-toggle {
    display: none !important;
  }
  .wp-block-mitchcactus-table-of-contents .toc-list {
    padding: 25px;
  }
}

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