/** CSS Easing functions */ /* Bulma Utilities */
.single .single-heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
.single .gutenberg a {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  color: var(--wp--preset--color--purple);
}
.single .gutenberg a:hover {
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}
