.zr-config-button {
  margin-right: 1rem;
  padding: 0 1rem 0 1rem !important;
  display: inline-block;
  border-left: 1px solid #ebebeb;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .zr-config-button {
    margin-right: 4rem;
    padding: 0 1rem 0 0 !important;
    display: inline-block;
    border-left: unset;
    margin-left: 0;
  }
}

.config-button-text:before {
  content: "\f085";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  margin-right: 1em;
}

/*# sourceMappingURL=style.css.map */
