.favorite-button-wrapper {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.favorite-button-wrapper rivo-favorite-button {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}

:root {
  --rivo-aw-favorite-button-active-color: #5b6670 !important;
}
