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

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

rivo-favorite-button svg {
fill: transparent;
stroke: #262626;
height: 18px;
stroke-width: 3 !important;
cursor: pointer;
top: 2px; right: 2px;
position: absolute;
z-index: 99; }

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