/**
*   Block separator
*/
.wp-block-separator.is-style-glyph {
  border: none !important;
  background-color: transparent !important;
  margin-top: var(--wp--preset--spacing--xs) !important;
  text-align: center;
  position: relative;
  height: 1.25rem;
}
.wp-block-separator.is-style-glyph::after {
  content: "";
  -webkit-mask: url("../../../img/misc/separator-icon.svg");
          mask: url("../../../img/misc/separator-icon.svg");
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: var(--wp--preset--color--black);
  width: 40px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.fai-footer-hr {
  background-color: var(--wp--preset--color--white) !important;
  border-bottom-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--white) !important;
}
