.wp-toolbar {
  font-size: 62.5%;
}

.acf-block-body .acf-block-preview {
  min-height: 10px;
  font-family: var(--text-font);
}

/* section */
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5 {
  font-family: var(--headline-font);
  margin: var(--headline-margin);
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 2px;
  font-weight: 400;
}

.title-xl,
.editor-styles-wrapper .title-xl {
  font-size: var(--hxl);
  font-weight: 400;
}

.title-1,
.editor-styles-wrapper .title-1 {
  font-size: var(--h1);
  font-weight: 400;
}

.title-2,
.editor-styles-wrapper .title-2 {
  font-size: var(--h2);
  font-weight: 400;
}

.title-3,
.editor-styles-wrapper .title-3 {
  font-size: var(--h3);
  font-weight: 400;
}

.title-4,
.editor-styles-wrapper .title-4 {
  font-size: var(--h4);
  font-weight: 400;
}

/* Lists */
.lists ul,
.lists ol {
  padding-left: 2rem;
}

/* Video */
.video_wrapper {
  position: relative;
  height: var(--video-height);
  min-height: var(--video-min-height);
  overflow: hidden;
}

.video_wrapper .wp-block-video {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
  font-size: var(--hxl);
  font-family: var(--headline-font);
}

.video_wrapper video {
  position: absolute;
  right: 0;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateY(-50%);
  z-index: 0;
}

.wp-block-video figcaption {
  z-index: 10;
}

/* Tables */
.table {
  padding: var(--space);
}

.table th,
.wp-block-table th {
  color: white;
  background: var(--main);
}

.table .wp-block-table tfoot,
.wp-block-table tfoot {
  color: white;
  background: var(--footer);
}
