/*------------------------------------------
 *  Reponsive
 * -----------------------------------------*/
/*------------------------------------------
 *  BUTTON
 * -----------------------------------------*/
/*------------------------------------------
 *  Before/After
 * -----------------------------------------*/
.emission__broadcast {
  color: var(--wp--preset--color--white);
}
.emission__broadcast + p {
  color: var(--wp--preset--color--white);
}
.emission__broadcast-heading {
  font-size: var(--pmd);
  color: var(--wp--preset--color--white);
  width: fit-content;
  font-weight: 700;
  margin-bottom: 32px;
  margin-left: 0 !important;
}
.emission__broadcast-heading::after {
  content: "";
  background: var(--wp--preset--color--white);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -12px;
  left: 0;
}/*# sourceMappingURL=block.css.map */