.block-editor .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  pointer-events: none;
  cursor: not-allowed;
}
@media (prefers-reduced-motion: reduce) {
  .block-editor .btn {
    transition: none;
  }
}
.block-editor .btn:hover {
  color: #212529;
  text-decoration: none;
}
.block-editor .btn:focus,
.block-editor .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.block-editor .btn.disabled,
.block-editor .btn:disabled {
  opacity: 0.65;
}
.block-editor .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.block-editor a.btn.disabled,
.block-editor fieldset:disabled a.btn {
  pointer-events: none;
}
.block-editor .bs-button.text-left {
  text-align: left;
}
.block-editor .bs-button.text-right {
  text-align: right;
}
.block-editor .bs-button.text-center {
  text-align: center;
}
.block-editor .btn-primary {
  color: #fff;
  background-color: #20386A;
  border-color: #20386A;
}
.block-editor .btn-primary:hover {
  color: #fff;
  background-color: #1b305a;
  border-color: #1a2d55;
}
.btn-check:focus + .block-editor .btn-primary, .block-editor .btn-primary:focus {
  color: #fff;
  background-color: #1b305a;
  border-color: #1a2d55;
  box-shadow: 0 0 0 0.25rem rgba(65, 86, 128, 0.5);
}
.btn-check:checked + .block-editor .btn-primary, .btn-check:active + .block-editor .btn-primary, .block-editor .btn-primary:active, .block-editor .btn-primary.active, .show > .block-editor .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a2d55;
  border-color: #182a50;
}
.btn-check:checked + .block-editor .btn-primary:focus, .btn-check:active + .block-editor .btn-primary:focus, .block-editor .btn-primary:active:focus, .block-editor .btn-primary.active:focus, .show > .block-editor .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(65, 86, 128, 0.5);
}
.block-editor .btn-primary:disabled, .block-editor .btn-primary.disabled {
  color: #fff;
  background-color: #20386A;
  border-color: #20386A;
}
.block-editor .btn-light {
  color: #000;
  background-color: #FFFEFD;
  border-color: #FFFEFD;
}
.block-editor .btn-light:hover {
  color: #000;
  background-color: #fffefd;
  border-color: #fffefd;
}
.btn-check:focus + .block-editor .btn-light, .block-editor .btn-light:focus {
  color: #000;
  background-color: #fffefd;
  border-color: #fffefd;
  box-shadow: 0 0 0 0.25rem rgba(217, 216, 215, 0.5);
}
.btn-check:checked + .block-editor .btn-light, .btn-check:active + .block-editor .btn-light, .block-editor .btn-light:active, .block-editor .btn-light.active, .show > .block-editor .btn-light.dropdown-toggle {
  color: #000;
  background-color: #fffefd;
  border-color: #fffefd;
}
.btn-check:checked + .block-editor .btn-light:focus, .btn-check:active + .block-editor .btn-light:focus, .block-editor .btn-light:active:focus, .block-editor .btn-light.active:focus, .show > .block-editor .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 216, 215, 0.5);
}
.block-editor .btn-light:disabled, .block-editor .btn-light.disabled {
  color: #000;
  background-color: #FFFEFD;
  border-color: #FFFEFD;
}
.block-editor .btn-outline-light {
  color: #FFFEFD;
  border-color: #FFFEFD;
}
.block-editor .btn-outline-light:hover {
  color: #000;
  background-color: #FFFEFD;
  border-color: #FFFEFD;
}
.btn-check:focus + .block-editor .btn-outline-light, .block-editor .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 254, 253, 0.5);
}
.btn-check:checked + .block-editor .btn-outline-light, .btn-check:active + .block-editor .btn-outline-light, .block-editor .btn-outline-light:active, .block-editor .btn-outline-light.active, .block-editor .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #FFFEFD;
  border-color: #FFFEFD;
}
.btn-check:checked + .block-editor .btn-outline-light:focus, .btn-check:active + .block-editor .btn-outline-light:focus, .block-editor .btn-outline-light:active:focus, .block-editor .btn-outline-light.active:focus, .block-editor .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 254, 253, 0.5);
}
.block-editor .btn-outline-light:disabled, .block-editor .btn-outline-light.disabled {
  color: #FFFEFD;
  background-color: transparent;
}

.wp-block-acf-bsbutton {
  float: unset !important;
  margin-right: 0 !important;
}

html :where(.wp-block)[data-align=left], html :where(.wp-block)[data-align=right] {
  height: auto;
}