.favorite_button {
  height: 2.5rem;
  padding: 0 1.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  text-transform: none;
}
.favorite_button__disabled {
  border-color: #a5a5a5 !important;
  background-color: #a5a5a5 !important;
  cursor: default !important;
}
.favorite_buttonIcon {
  width: 1.875rem;
  height: 1.5rem;
  fill: #fff;
  stroke: #fff;
}
.favorite_buttonText {
  margin-right: auto;
  margin-left: 0.75rem;
  color: #fffefe;
}

/*# sourceMappingURL=../maps/component/favorite.css.map */
