
.wp-block {
  max-width: 100% !important;
}


.block-editor .block-editor-plain-text {
  background-color: transparent;
}

.editor-styles-wrapper .themed h6 {
  font-size: 1.74rem !important;
}

.block-editor-block-list__block,
.editor-styles-wrapper h8,
.editor-styles-wrapper h7,
.editor-styles-wrapper h6,
.editor-styles-wrapper h5,
.editor-styles-wrapper h4,
.editor-styles-wrapper h3,
.editor-styles-wrapper h2,
.editor-styles-wrapper h1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.block-editor-block-list__layout .arrowlink::after {
  display: none;
}

.row.highlight {
  background-color: inherit !important;
  color: inherit !important;
}

.block-editor-url-input__input {
  width: 100% !important;
  box-sizing: border-box !important;
}

.block-editor .themed .button {
  padding-top: 15px;
  padding-bottom: 0px;
}

.block-editor .themed .button textarea {
  text-transform: uppercase;
  text-align: center;
}

.block-editor .startpage {
  padding-top: 0;
}

.wp-block-embed {
  max-width: 916px;
  margin: 0 auto;
}

.wp-block-embed__wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 58%;
}

.wp-block-embed iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-block-image {
  width: 100% !important;
  max-width: 916px !important;
  margin: 0 auto 80px !important;
}

.wp-block-image img,
.wp-block-image figure {
  display: block;
  margin: 0 auto;
  width: 100%;
}