/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./ce-blocks/public-website-compatibility/copied-blocks/block-editor/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
/**
 * Deps: wp-block-library
 * Load: global
 */
body {
  --wp--preset--font-size--largest: 4.8rem;
  --wp--preset--font-size--larger: 3.6rem;
  --wp--preset--font-size--large: 3rem;
  --wp--preset--font-size--medium: 2.4rem;
  --wp--preset--font-size--medium-small: 2.1rem;
  --wp--preset--font-size--copy: 1.8rem;
  --wp--preset--font-size--default: 1.6rem;
  --wp--preset--font-size--small: 1.4rem;
}

@media (min-width: 768px) {
  body {
    --wp--preset--font-size--largest: 6rem;
    --wp--preset--font-size--larger: 4.2rem;
    --wp--preset--font-size--large: 3.4rem;
    --wp--preset--font-size--medium: 2.6rem;
    --wp--preset--font-size--medium-small: 2.4rem;
    --wp--preset--font-size--copy: 1.8rem;
    --wp--preset--font-size--default: 1.6rem;
    --wp--preset--font-size--small: 1.4rem;
  }
}
@media (min-width: 1025px) {
  body {
    --wp--preset--font-size--largest: 6.8rem;
    --wp--preset--font-size--larger: 4.8rem;
    --wp--preset--font-size--large: 3.8rem;
    --wp--preset--font-size--medium: 2.8rem;
    --wp--preset--font-size--medium-small: 2.4rem;
    --wp--preset--font-size--copy: 1.8rem;
    --wp--preset--font-size--default: 1.6rem;
    --wp--preset--font-size--small: 1.4rem;
  }
}
body {
  --global-content-edge-padding: 1.5rem;
  --scrollbar: 0px;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: calc(var(--wp--style--global--content-size) - var(--wp--preset--spacing--site-gutter) * 2);
}

.has-global-padding .alignfull:where(.has-global-padding) {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

.negate-global-padding-right {
  margin-right: min(-0.5 * (100vw - var(--scrollbar) - var(--wp--style--global--content-size)), -1 * var(--wp--style--root--padding-left)) !important;
}
body.wp-admin .negate-global-padding-right {
  margin-right: calc(-1 * var(--wp--style--root--padding-right)) !important;
}

.negate-global-padding-left {
  margin-left: min(-0.5 * (100vw - var(--scrollbar) - var(--wp--style--global--content-size)), -1 * var(--wp--style--root--padding-left)) !important;
}
body.wp-admin .negate-global-padding-left {
  margin-left: calc(-1 * var(--wp--style--root--padding-left)) !important;
}

.has-global-padding-right {
  padding-right: var(--wp--style--root--padding-right);
}

.container {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--wp--preset--spacing--site-gutter);
  padding-right: var(--wp--preset--spacing--site-gutter);
}

.has-no-margin-top,
.no-margin-top {
  margin-top: 0 !important;
}

.has-no-margin-bottom,
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.has-no-margin,
.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ==== BUTTONS ============================================= */
a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

.wp-block-button > .wp-element-button,
.block-editor-content .btn,
.btn {
  display: inline-block;
  transition: all 0.4s ease-in-out;
  text-align: center;
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 1.4rem 2rem;
  border: 0.2rem solid transparent;
  border-radius: 0.8rem;
  line-height: 1;
  cursor: pointer;
}
.wp-block-button > .wp-element-button:hover,
.block-editor-content .btn:hover,
.btn:hover {
  text-decoration: none;
}
.wp-block-button > .wp-element-button,
.block-editor-content .btn,
.btn {
  font-size: 1.6rem;
}
@media (min-width: 640px) {
  .wp-block-button > .wp-element-button,
  .block-editor-content .btn,
  .btn {
    font-size: 1.8rem;
  }
}
.wp-block-button > .wp-element-button,
.block-editor-content .btn,
.btn {
  background: #005ee0;
  color: #ffffff;
  text-decoration: none;
  transition: 0.15s ease all;
}
.wp-block-button > .wp-element-button:hover, .wp-block-button > .wp-element-button:focus,
.block-editor-content .btn:hover,
.block-editor-content .btn:focus,
.btn:hover,
.btn:focus {
  background-color: #004bb2 !important;
  text-decoration: none !important;
}
.wp-block-button > .wp-element-button:active,
.block-editor-content .btn:active,
.btn:active {
  transform: scale(0.96);
}
.wp-block-button > .wp-element-button.has-hero-blue-background-color:hover, .wp-block-button > .wp-element-button.has-hero-blue-background-color:focus,
.block-editor-content .btn.has-hero-blue-background-color:hover,
.block-editor-content .btn.has-hero-blue-background-color:focus,
.btn.has-hero-blue-background-color:hover,
.btn.has-hero-blue-background-color:focus {
  background-color: #004bb2 !important;
}
.wp-block-button > .wp-element-button.has-dark-blue-background-color:hover, .wp-block-button > .wp-element-button.has-dark-blue-background-color:focus,
.block-editor-content .btn.has-dark-blue-background-color:hover,
.block-editor-content .btn.has-dark-blue-background-color:focus,
.btn.has-dark-blue-background-color:hover,
.btn.has-dark-blue-background-color:focus {
  background-color: #001844 !important;
}
.wp-block-button > .wp-element-button.has-hero-yellow-background-color,
.block-editor-content .btn.has-hero-yellow-background-color,
.btn.has-hero-yellow-background-color {
  color: #434343;
}
.wp-block-button > .wp-element-button.has-hero-yellow-background-color:hover, .wp-block-button > .wp-element-button.has-hero-yellow-background-color:focus,
.block-editor-content .btn.has-hero-yellow-background-color:hover,
.block-editor-content .btn.has-hero-yellow-background-color:focus,
.btn.has-hero-yellow-background-color:hover,
.btn.has-hero-yellow-background-color:focus {
  background-color: #e6b704 !important;
}
.wp-block-button > .wp-element-button.has-white-background-color:hover, .wp-block-button > .wp-element-button.has-white-background-color:focus,
.block-editor-content .btn.has-white-background-color:hover,
.block-editor-content .btn.has-white-background-color:focus,
.btn.has-white-background-color:hover,
.btn.has-white-background-color:focus {
  color: #004bb2 !important;
  background-color: #eeeeee !important;
}

.wp-block-button.is-style-outline > .wp-element-button,
.wp-block-button__link.is-style-outline,
.block-editor-content .btn.is-style-outline,
.btn.is-style-outline,
.wp-block-button.is-style-arrow-outline > .wp-element-button,
.wp-block-button__link.is-style-arrow--outline,
.block-editor-content .btn.is-style-arrow--outline,
.btn.is-arrow-style-outline {
  background: none !important;
  border-color: currentColor;
  color: currentColor;
}
.wp-block-button.is-style-outline > .wp-element-button:hover, .wp-block-button.is-style-outline > .wp-element-button:focus,
.wp-block-button__link.is-style-outline:hover,
.wp-block-button__link.is-style-outline:focus,
.block-editor-content .btn.is-style-outline:hover,
.block-editor-content .btn.is-style-outline:focus,
.btn.is-style-outline:hover,
.btn.is-style-outline:focus,
.wp-block-button.is-style-arrow-outline > .wp-element-button:hover,
.wp-block-button.is-style-arrow-outline > .wp-element-button:focus,
.wp-block-button__link.is-style-arrow--outline:hover,
.wp-block-button__link.is-style-arrow--outline:focus,
.block-editor-content .btn.is-style-arrow--outline:hover,
.block-editor-content .btn.is-style-arrow--outline:focus,
.btn.is-arrow-style-outline:hover,
.btn.is-arrow-style-outline:focus {
  background-color: #eeeeee !important;
  color: #004bb2 !important;
  text-decoration: none;
}
.wp-block-button.is-style-outline > .wp-element-button.has-hero-blue-color:hover, .wp-block-button.is-style-outline > .wp-element-button.has-hero-blue-color:focus,
.wp-block-button__link.is-style-outline.has-hero-blue-color:hover,
.wp-block-button__link.is-style-outline.has-hero-blue-color:focus,
.block-editor-content .btn.is-style-outline.has-hero-blue-color:hover,
.block-editor-content .btn.is-style-outline.has-hero-blue-color:focus,
.btn.is-style-outline.has-hero-blue-color:hover,
.btn.is-style-outline.has-hero-blue-color:focus,
.wp-block-button.is-style-arrow-outline > .wp-element-button.has-hero-blue-color:hover,
.wp-block-button.is-style-arrow-outline > .wp-element-button.has-hero-blue-color:focus,
.wp-block-button__link.is-style-arrow--outline.has-hero-blue-color:hover,
.wp-block-button__link.is-style-arrow--outline.has-hero-blue-color:focus,
.block-editor-content .btn.is-style-arrow--outline.has-hero-blue-color:hover,
.block-editor-content .btn.is-style-arrow--outline.has-hero-blue-color:focus,
.btn.is-arrow-style-outline.has-hero-blue-color:hover,
.btn.is-arrow-style-outline.has-hero-blue-color:focus {
  background-color: #eeeeee !important;
  color: #004bb2 !important;
}
.wp-block-button.is-style-outline > .wp-element-button.has-hero-yellow-color,
.wp-block-button__link.is-style-outline.has-hero-yellow-color,
.block-editor-content .btn.is-style-outline.has-hero-yellow-color,
.btn.is-style-outline.has-hero-yellow-color,
.wp-block-button.is-style-arrow-outline > .wp-element-button.has-hero-yellow-color,
.wp-block-button__link.is-style-arrow--outline.has-hero-yellow-color,
.block-editor-content .btn.is-style-arrow--outline.has-hero-yellow-color,
.btn.is-arrow-style-outline.has-hero-yellow-color {
  border-color: #ffcb04;
  color: #434343 !important;
}
.wp-block-button.is-style-outline > .wp-element-button.has-hero-yellow-color:hover, .wp-block-button.is-style-outline > .wp-element-button.has-hero-yellow-color:focus,
.wp-block-button__link.is-style-outline.has-hero-yellow-color:hover,
.wp-block-button__link.is-style-outline.has-hero-yellow-color:focus,
.block-editor-content .btn.is-style-outline.has-hero-yellow-color:hover,
.block-editor-content .btn.is-style-outline.has-hero-yellow-color:focus,
.btn.is-style-outline.has-hero-yellow-color:hover,
.btn.is-style-outline.has-hero-yellow-color:focus,
.wp-block-button.is-style-arrow-outline > .wp-element-button.has-hero-yellow-color:hover,
.wp-block-button.is-style-arrow-outline > .wp-element-button.has-hero-yellow-color:focus,
.wp-block-button__link.is-style-arrow--outline.has-hero-yellow-color:hover,
.wp-block-button__link.is-style-arrow--outline.has-hero-yellow-color:focus,
.block-editor-content .btn.is-style-arrow--outline.has-hero-yellow-color:hover,
.block-editor-content .btn.is-style-arrow--outline.has-hero-yellow-color:focus,
.btn.is-arrow-style-outline.has-hero-yellow-color:hover,
.btn.is-arrow-style-outline.has-hero-yellow-color:focus {
  border-color: #e6b704;
  background-color: #e6b704 !important;
  color: #434343 !important;
}
.wp-block-button.is-style-outline > .wp-element-button.has-white-color,
.wp-block-button__link.is-style-outline.has-white-color,
.block-editor-content .btn.is-style-outline.has-white-color,
.btn.is-style-outline.has-white-color,
.wp-block-button.is-style-arrow-outline > .wp-element-button.has-white-color,
.wp-block-button__link.is-style-arrow--outline.has-white-color,
.block-editor-content .btn.is-style-arrow--outline.has-white-color,
.btn.is-arrow-style-outline.has-white-color {
  border-color: #ffffff;
  color: #ffffff !important;
}
.wp-block-button.is-style-outline > .wp-element-button.has-white-color:hover, .wp-block-button.is-style-outline > .wp-element-button.has-white-color:focus,
.wp-block-button__link.is-style-outline.has-white-color:hover,
.wp-block-button__link.is-style-outline.has-white-color:focus,
.block-editor-content .btn.is-style-outline.has-white-color:hover,
.block-editor-content .btn.is-style-outline.has-white-color:focus,
.btn.is-style-outline.has-white-color:hover,
.btn.is-style-outline.has-white-color:focus,
.wp-block-button.is-style-arrow-outline > .wp-element-button.has-white-color:hover,
.wp-block-button.is-style-arrow-outline > .wp-element-button.has-white-color:focus,
.wp-block-button__link.is-style-arrow--outline.has-white-color:hover,
.wp-block-button__link.is-style-arrow--outline.has-white-color:focus,
.block-editor-content .btn.is-style-arrow--outline.has-white-color:hover,
.block-editor-content .btn.is-style-arrow--outline.has-white-color:focus,
.btn.is-arrow-style-outline.has-white-color:hover,
.btn.is-arrow-style-outline.has-white-color:focus {
  background-color: #eeeeee !important;
  border-color: #ffffff;
  color: #005ee0 !important;
}

.wp-block-button.is-style-arrow > .wp-element-button,
.wp-block-button__link.is-style-arrow,
.block-editor-content .btn.is-style-arrow,
.btn.is-style-arrow,
.wp-block-button.is-style-arrow-outline > .wp-element-button,
.wp-block-button__link.is-style-arrow-outline,
.block-editor-content .btn.is-style-arrow-outline,
.btn.is-style-arrow-outline {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  width: auto;
  max-width: 100%;
  padding: 1.6rem;
  font-size: var(--wp--preset--font-size--default);
  text-align: left;
  line-height: 1.2;
}
.wp-block-button.is-style-arrow > .wp-element-button:after,
.wp-block-button__link.is-style-arrow:after,
.block-editor-content .btn.is-style-arrow:after,
.btn.is-style-arrow:after,
.wp-block-button.is-style-arrow-outline > .wp-element-button:after,
.wp-block-button__link.is-style-arrow-outline:after,
.block-editor-content .btn.is-style-arrow-outline:after,
.btn.is-style-arrow-outline:after {
  content: "\e938";
  font-family: icomoon;
  font-style: normal;
  transition: all 0.25s ease-in-out;
}
.wp-block-button.is-style-arrow > .wp-element-button:hover:after,
.wp-block-button__link.is-style-arrow:hover:after,
.block-editor-content .btn.is-style-arrow:hover:after,
.btn.is-style-arrow:hover:after,
.wp-block-button.is-style-arrow-outline > .wp-element-button:hover:after,
.wp-block-button__link.is-style-arrow-outline:hover:after,
.block-editor-content .btn.is-style-arrow-outline:hover:after,
.btn.is-style-arrow-outline:hover:after {
  transform: translate3d(0.5rem, 0, 0);
}

.wp-block-button.has-small-font-size.has-custom-font-size > .wp-element-button,
.block-editor-content .btn.has-small-font-size,
.btn.has-small-font-size {
  font-size: 1.4rem;
}
@media (min-width: 640px) {
  .wp-block-button.has-small-font-size.has-custom-font-size > .wp-element-button,
  .block-editor-content .btn.has-small-font-size,
  .btn.has-small-font-size {
    font-size: 1.6rem;
  }
}

.wp-block-button.has-medium-font-size.has-custom-font-size > .wp-element-button,
.block-editor-content .btn.has-medium-font-size,
.btn.has-medium-font-size {
  font-size: 1.6rem;
}
@media (min-width: 640px) {
  .wp-block-button.has-medium-font-size.has-custom-font-size > .wp-element-button,
  .block-editor-content .btn.has-medium-font-size,
  .btn.has-medium-font-size {
    font-size: 1.8rem;
  }
}

.wp-block-button.has-large-font-size.has-custom-font-size > .wp-element-button,
.block-editor-content .btn.has-large-font-size,
.btn.has-large-font-size {
  font-size: 2rem;
  font-weight: bold;
  padding: 1.6rem 2.4rem;
}
@media (min-width: 640px) {
  .wp-block-button.has-large-font-size.has-custom-font-size > .wp-element-button,
  .block-editor-content .btn.has-large-font-size,
  .btn.has-large-font-size {
    font-size: 2.4rem;
    font-weight: 600;
  }
}

div[data-type="acf/button-group"],
div.button-group {
  background: none !important;
}

.button-group {
  gap: 10px;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.button-group.align-center {
  display: flex;
  justify-content: center;
}
.button-group.align-right {
  display: flex;
  flex-direction: row-reverse;
}

.block-editor-content,
.block-editor-content *,
.block-editor-content *:before,
.block-editor-content *:after {
  box-sizing: border-box;
}
.block-editor-content {
  color: #212121;
}
.block-editor-content h1, .block-editor-content h2, .block-editor-content h3, .block-editor-content h4 {
  margin: 0.66em 0;
  line-height: 1.2em;
  font-weight: 700;
}
.block-editor-content h1 {
  font-size: var(--wp--preset--font-size--larger);
}
.block-editor-content h2 {
  font-size: var(--wp--preset--font-size--large);
}
.block-editor-content h3 {
  font-size: var(--wp--preset--font-size--medium);
}
.block-editor-content h4 {
  font-size: var(--wp--preset--font-size--copy);
}
.block-editor-content p {
  font-size: var(--wp--preset--font-size--copy);
  line-height: 1.6em;
  margin: 0.75em 0;
}
.block-editor-content ol, .block-editor-content ul {
  font-size: var(--wp--preset--font-size--copy);
  line-height: 1.5em;
  margin-left: 0;
  padding-left: 2rem;
}
.block-editor-content ol > li, .block-editor-content ul > li {
  margin: 0.5em 0;
}
.block-editor-content ul {
  list-style: disc;
}
.block-editor-content ol {
  padding-left: 2.8rem;
  list-style: decimal;
}
.block-editor-content ol > li > ol {
  list-style: lower-roman;
}
.block-editor-content a {
  color: var(--wp--preset--color--hero-blue);
  text-decoration: none;
}
.block-editor-content a:hover, .block-editor-content a:focus {
  text-decoration: underline;
}
.block-editor-content small {
  font-size: var(--wp--preset--font-size--small);
}
.block-editor-content details[open] summary ~ * {
  animation: sweep 0.4s ease-in-out;
}
@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.block-editor-content .iframe-container {
  height: 0;
  padding-bottom: 54.5%;
  position: relative;
}
.block-editor-content .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-editor-content .wp-block-image figcaption {
  line-height: 1.3em;
  font-size: var(--wp--preset--font-size--default);
}
.block-editor-content .wp-block-image .is-style-rounded img,
.block-editor-content .wp-block-image.is-style-rounded img {
  border-radius: 3rem;
}
.block-editor-content .wp-block-image.aligncenter {
  margin: 0 auto;
}
.block-editor-content .alignleft {
  float: left;
  margin-bottom: 1rem;
}
.block-editor-content .alignright {
  float: right;
  margin-bottom: 1rem;
}
.block-editor-content div.is-layout-flow > .alignleft,
.block-editor-content div.is-layout-constrained > .alignleft {
  margin-inline-end: 2.4rem;
}
.block-editor-content div.is-layout-flow > .alignright,
.block-editor-content div.is-layout-constrained > .alignright {
  margin-inline-start: 2.4rem;
}
.block-editor-content .is-subtitle {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--copy);
  font-weight: 700;
  letter-spacing: 0.061rem;
  line-height: 1.5em;
  margin-bottom: 0;
}
.block-editor-content .is-subtitle + h1, .block-editor-content .is-subtitle + h2, .block-editor-content .is-subtitle + h3, .block-editor-content .is-subtitle + h4, .block-editor-content .is-subtitle + p {
  margin-top: 0;
}
.block-editor-content ul.is-style-checkmarks {
  list-style: none;
  padding: 0;
  list-style: none !important;
}
.block-editor-content ul.is-style-checkmarks > li {
  position: relative;
  padding-left: 40px;
  margin: 1em 0 !important;
}
.block-editor-content ul.is-style-checkmarks > li:before {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  font-size: 1.3rem;
  line-height: 1;
  margin-left: -3.5rem;
  padding: 0.4rem 0.3rem 0.3rem 0.4rem;
  color: #005ee0;
  background: transparent;
  border: 0.3rem solid #005ee0;
  border-radius: 50%;
}
.block-editor-content ul.is-style-flex {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-editor-content ul.is-style-flex > li {
  padding: 0 0.5rem;
}
.block-editor-content .is-style-chip {
  display: inline-flex;
  background: #e6f8ee;
  font-size: 1.2rem;
  padding: 0.5em 0.75em 0.4em;
  border-radius: 1em;
  color: #047446;
  border: 1px solid #a7eac3;
  font-weight: 600;
  line-height: 1.2em;
  align-items: center;
  font-weight: 700;
  text-transform: none;
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
}
.block-editor-content .is-style-chip.has-yellow-color {
  color: #614E00;
  background: #FFFACF;
  border-color: #E6B704;
}
.block-editor-content .is-style-chip.has-green-color {
  color: #047446;
  background: #e6f8ee;
  border-color: #a7eac3;
}
.block-editor-content .is-style-chip.has-light-gray-color {
  color: #002870;
  background: #f8f9fb;
  border-color: #f8f9fb;
  font-weight: 500;
}
.block-editor-content .wysiwyg blockquote {
  background-color: #F2F7FE;
  border-radius: 1.5rem;
  padding: 1.8rem 3rem;
}
.block-editor-content blockquote.is-style-blockquote-1 {
  font-weight: 300;
  padding-bottom: 1rem;
  padding-left: 3rem;
  margin-bottom: 0.75em;
  border-left: 0.3rem solid #0077C7;
}
.block-editor-content blockquote.is-style-blockquote-1 p {
  font-weight: 300;
}
.block-editor-content blockquote.is-style-blockquote-1 cite {
  font-style: italic;
}
.block-editor-content .wp-block-search {
  gap: 0;
}
.block-editor-content .wp-block-search .wp-block-search__input {
  border-radius: 0;
  border-right: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  margin-bottom: 0;
}
.block-editor-content .wp-block-search .wp-block-search__input:focus {
  outline: none;
  border: 0.0625rem solid #616261;
  background-color: #ffffff;
  box-shadow: 0 0 0.3125rem #b3b3b3;
  transition: all 0.4s ease-in-out;
}
.block-editor-content .wp-block-search .wp-block-search__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 1rem 2.2rem 0.9rem !important;
  font-size: 1.6rem;
  margin: 0;
  background: #005ee0;
}
.block-editor-content .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.block-editor-content .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-editor-content .has-external-link-icons a[href^=http]:not([href*="www.covenanteyes.com"]):after {
  content: "\e911";
  font-family: "icomoon";
  font-size: 0.8em;
  display: inline-block;
  margin-left: 0.3em;
  transform: translateY(-0.2em);
  font-weight: 300;
}
.block-editor-content > article > h1:first-child,
.block-editor-content > article > h2:first-child,
.block-editor-content > article > p:first-child,
.block-editor-content > article > ul:first-child,
.block-editor-content > article > ol:first-child {
  margin-top: 1em;
}
