/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/post-citations.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.post-citations:not(.block-editor [class*=selected] .post-citations) .citations-toggle {
  cursor: pointer;
}
.post-citations:not(.block-editor [class*=selected] .post-citations) .post-citations-content {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease all;
}
.post-citations:not(.block-editor [class*=selected] .post-citations).active .post-citations-content {
  max-height: 1000vh;
  transition: 0.3s ease all;
}

/*# sourceMappingURL=post-citations.css.map*/