@charset "UTF-8";
/* heading-styles.css (front) */
/* h2.wp-block-heading { */
/* color: #df5885; */
/* font-size: 1.7rem; */
/* font-weight: bold; */
/* padding: 16px 0 2.5em 0;
  margin: 4rem auto 1.5em auto; */
/* } */
:where(h3, h4, h5, h6).wp-block-heading {
  margin-bottom: 1em;
  box-sizing: border-box;
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-topline {
  /* padding-top: 0.2em;
  border-top: 2px solid currentColor; */

  position: relative;
  overflow: hidden;
  padding: 16px 0 0;
  line-height: 1.6;
  text-align: left;
  width: 100%;

  /* @media (min-width: 576px) {
    margin: 6rem 0 0 0;
    padding: 24px 0 2.5rem 0;
  } */
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-topline::before,
:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-topline::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  height: 3px;
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-topline::before {
  width: 100%;
  background-color: #e2e2e2;
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-topline::after {
  width: 100px;
  background-color: currentColor;
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-underline {
  padding-bottom: 0.4em;
  border-bottom: 2px solid currentColor;
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-lines-top-bottom {
  padding: 0.5em 0;
  border-top: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-left-accent {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.75em;
  border-left: 4px solid currentColor;
  line-height: 1.3;
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-bg-box {
  padding: 0.8em;
  background: #000;
  color: #fff;
  border-radius: 8px;
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-marker {
  display: inline;
  box-shadow: inset 0 -0.4em rgba(255, 233, 153, 0.8);
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-boxed {
  padding: 0.6em 0.8em;
  border: 1px solid currentColor;
  border-radius: 0.4em;
  background: color-mix(in oklab, currentColor 6%, white);
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-dot-line {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.4;
}
:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-dot-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
}
:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-dot-line::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(0.5em + 2px);
  width: 1.3em;
  height: 1px;
  background: currentColor;
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-after-line {
  display: flex;
  align-items: center;
  gap: 0.75em;
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-after-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: currentColor;
  opacity: 0.7;
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-accent-circle2 {
  position: relative;
  display: flex;
  align-items: center;
}
:where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6
  ).wp-block-heading.is-style-accent-circle2::before {
  content: "◎";
  padding-right: 0.3em;
}
:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-accent-diamond {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
:where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6
  ).wp-block-heading.is-style-accent-diamond::before {
  position: absolute;
  content: "";
  left: 0;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-speech-bubble {
  position: relative;
  color: #fff;
  background: #000;
  padding: 12px;
  border-radius: 8px;
}
:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-speech-bubble::after {
  position: absolute;
  content: "";
  background: inherit;
  display: block;
  width: 20px;
  height: 10px;
  bottom: -8px;
  left: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-enclosed {
  border: solid 2px currentColor;
  padding: 0.6em 0.8em;
  border-radius: 0.4em;
}

:where(h1, h2, h3, h4, h5, h6).wp-block-heading.is-style-enclosed {
  border: solid 2px currentColor;
  padding: 0.6em 0.8em;
  border-radius: 0.4em;
}
