/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./block-editor/block-filters/paragraph-tooltip/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.wp-paragraph-with-tooltip {
  position: relative;
  cursor: pointer;
  margin: inherit;
}
.wp-paragraph-with-tooltip::before {
  content: attr(data-tooltip-text);
  display: none;
  z-index: 9999;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  background: var(--wp--preset--color--neutral-900);
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}
.wp-paragraph-with-tooltip::after {
  content: " ";
  border: 10px solid;
  border-color: var(--wp--preset--color--neutral-900) transparent transparent transparent;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 20px;
  display: none;
}
.wp-paragraph-with-tooltip:hover:before, .wp-paragraph-with-tooltip:hover:after {
  display: block;
}
.wp-paragraph-with-tooltip p {
  -webkit-text-decoration: dashed underline var(--wp--preset--color--neutral-400);
          text-decoration: dashed underline var(--wp--preset--color--neutral-400);
  text-underline-offset: 5px;
  margin: 0;
}

/*# sourceMappingURL=style-block-filters.css.map*/