.wp-block-exblocks-supplement {
  font-size: 14px;
  background: #f3fafe;
  border: 1px solid #D2D9DD;
  border-radius: 5px;
  padding: 12px;
}
.wp-block-exblocks-supplement__title {
  font-weight: bold;
  margin: 0;
}
.wp-block-exblocks-supplement__txt {
  margin: 0;
}
.wp-block-exblocks-supplement[class*=is-style-tab] {
  background: none;
  border: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
[class*=is-style-tab] .wp-block-exblocks-supplement__title {
  color: #FFF;
  line-height: 1.2;
  background: #333333;
  border-radius: 5px 5px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 8em !important;
  padding: 0.5em 0.5em 0.3em;
}
.wp-block-exblocks-supplement[class*=is-style-tab] > .block-editor-inner-blocks {
  background: #F6F6F6;
  border: 1px solid #333333;
  border-radius: 0 5px 5px 5px;
  padding: 0.5em;
}

.wp-block-exblocks-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-exblocks-anchor.is-content-justification-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-block-exblocks-anchor.is-content-justification-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-block-exblocks-anchor.is-content-justification-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-exblocks-anchor__txt {
  color: #32373c;
  background: #fff;
  border: 1px solid #32373c;
  display: inline-block;
  min-width: 14em !important;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 1em;
}
.wp-block-exblocks-anchor__txt:hover {
  text-decoration: none;
  color: #fff;
  background: #32373c;
}
.wp-block-exblocks-anchor__href {
  width: 100%;
  background: #f6f6f6;
  margin: 16px 0 0;
  padding: 16px;
}