/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks/check-availability-condition-content/style.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.conditional-content-container {
  position: relative;
}
.conditional-content-container.hidden {
  display: none !important;
}
.conditional-content-container.show-notice {
  outline: 2px dashed var(--wp--preset--color--orange);
  z-index: 1;
}
.conditional-content-container.should-not-show {
  padding: 30px 15px;
  text-align: center;
}
.conditional-content-container.should-not-show > * {
  opacity: 0.5;
}
.conditional-content-container.should-not-show > .conditional-notice,
.conditional-content-container.should-not-show > .not-showing {
  opacity: 1;
}
.conditional-content-container .not-showing {
  font-weight: bold;
  background: #444;
  color: #fff;
  padding: 20px;
}
.conditional-notice {
  padding: 0px;
  border-radius: 0;
  background: lightorange;
  border: 2px solid var(--wp--preset--color--orange);
  font-size: 13px;
  line-height: 1.2em;
  position: absolute;
  top: -0.5em;
  left: 0;
  z-index: 11;
  text-align: left;
}
.conditional-notice .conditional-admin-label {
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding-left: 34px;
  padding-right: 10px;
  background: var(--wp--preset--color--orange);
  white-space: nowrap;
}
.conditional-notice .text-content {
  display: none;
  padding: 30px;
  width: 400px;
  z-index: 1;
}
.conditional-notice:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f05a";
  font-family: "FontAwesome";
  margin: -2px 0 0 -2px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--wp--preset--color--orange);
  z-index: 1;
}
.conditional-notice:hover .text-content, .conditional-notice:focus .text-content {
  display: block;
}
