:root :where(.wp-block-heading.is-style-underlined:not(.is-highlighted))::after{
  content:"";
  display:block;
  width:4.5rem;
  height:.1875rem;
  margin-block-start:var(--wp--preset--spacing--40);
  background-color:var(--wp--preset--color--accent-2);
  border-radius:.1875rem;
}

:root :where(.wp-block-heading.is-style-underlined:not(.is-highlighted).has-text-color)::after{
  background-color:currentColor;
}

:root :where(.wp-block-heading.is-style-underlined:not(.is-highlighted).has-text-align-center)::after{
  margin-inline:auto;
}

:root :where(.wp-block-heading.is-style-underlined:not(.is-highlighted).has-text-align-right)::after{
  margin-inline-start:auto;
}
/*# sourceMappingURL=heading.css.map */
