.fs-favorites-button{
  display:flex;
  gap:10px;
  align-items:center;
}
.fs-favorites-button svg{
  display:block;
  width:auto;
  height:1.5em;
  transition:fill .2s ease-in-out;
}
 .fs-favorites-button:not(.onlyRemove).fs-favorites-remove-button svg, .fs-favorites-button:not(.onlyRemove):focus-visible svg,.fs-favorites-button:not(.onlyRemove):hover svg{
  fill:currentColor;
}
.fs-favorites-button:not(.onlyRemove).fs-favorites-remove-button:hover svg{
  fill:none;
}
/*# sourceMappingURL=style.css.map */
