.wp-block-create-block-actionbox {
  display: flex;
  padding: 10px;
  margin: 0px;
  margin-bottom: 20px;
  color: black;
  background: var(--bg-color);
  border: 2px solid var(--border-color); }

.wp-block-create-block-actionbox-green {
  --bg-color: #d4e2d0;
  --border: green 2px solid; }

.wp-block-create-block-actionbox-blue {
  --bg-color: #D0D5E2;
  --border: blue 2px solid; }

.wp-block-create-block-actionbox-yellow {
  --bg-color: #FCFFCF;
  --border: orange 2px solid; }

.wp-block-create-block-actionbox-grey {
  --bg-color: silver;
  --border: black 2px solid; }

.wp-block-create-block-actionbox [toggle="false"] {
  display: none !important; }

.wp-block-create-block-actionbox #img {
  display: flex;
  align-self: flex-start;
  width: 40px;
  height: 30px;
  margin-right: 15px; }

.wp-block-create-block-actionbox div {
  flex-grow: 100;
  padding-top: 0px !important;
  margin: 0px !important; }

.wp-block-create-block-actionbox #header {
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  display: block;
  font-family: 'Serifa',serifa,serif;
  font-size: 110%; }

.wp-block-create-block-actionbox #content > p {
  margin: 0px !important;
  padding: 0px !important; }

.wp-block-create-block-actionbox #reference,
.wp-block-create-block-actionbox #subtitle {
  font-weight: bold !important;
  font-style: normal; }

.wp-block-create-block-actionbox #optional {
  background-color: var(--border-color);
  border-left: 2px solid var(--border-color);
  display: flex;
  width: 25px;
  max-width: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 10px; }

.wp-block-create-block-actionbox #optional span {
  transform: rotate(90deg);
  white-space: nowrap;
  font-size: 75%;
  color: white;
  font-weight: bold; }


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