.btn-primary{
  background:linear-gradient(90deg,var(--accent),var(--accent2));
  border:none;
  color:white;
  border-radius:999px;
  font-weight:600;
}

.fav-btn{
  position:absolute;
  top:10px;
  right:10px;
  background: rgba(22, 27, 36, 0.85);
  border-radius:50%;
  width:36px;
  height:36px;
  z-index: 10;
  pointer-events: all;
  cursor: pointer;
}
