@charset "UTF-8";
article h2,
.entry-content h2,
.entry-body h2,
.wp-block-post-content h2 {
  position: relative;
}
article h2::after,
.entry-content h2::after,
.entry-body h2::after,
.wp-block-post-content h2::after {
  content: "⊖";
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  color: #bed4e9;
  text-shadow: 0 0 1px #000;
  line-height: 1;
  pointer-events: none;
}
article h2.whaa-is-collapsed::after,
.entry-content h2.whaa-is-collapsed::after,
.entry-body h2.whaa-is-collapsed::after,
.wp-block-post-content h2.whaa-is-collapsed::after {
  content: "⊕";
  color: #064a01;
}
article h3,
.entry-content h3,
.entry-body h3,
.wp-block-post-content h3 {
  position: relative;
}
article h3::after,
.entry-content h3::after,
.entry-body h3::after,
.wp-block-post-content h3::after {
  content: "⊖";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #bed4e9;
  text-shadow: 0 0 0.7px #000;
  font-size: 0.8em;
  line-height: 1;
  pointer-events: none;
}
article h3.whaa-is-collapsed::after,
.entry-content h3.whaa-is-collapsed::after,
.entry-body h3.whaa-is-collapsed::after,
.wp-block-post-content h3.whaa-is-collapsed::after {
  content: "⊕";
  color: #064a01;
}
article .whaa-is-hidden,
.entry-content .whaa-is-hidden,
.entry-body .whaa-is-hidden,
.wp-block-post-content .whaa-is-hidden {
  display: none !important;
}