/* Wishlist/WooCommerce integration. Unlayered intentionally so theme overrides retain priority. */
/* Enterprise wishlist page styles. */
.rp-wishlist-page h1 {
  font-size:clamp(36px,6vw,72px);
  line-height:.9;
  letter-spacing:-.06em;
}
.rp-wishlist-grid:empty::before {
  content: attr(data-empty);
  color:var(--muted);
}
.wishlist-actions {
  display:flex;
  justify-content:flex-end;
  gap:8px;
  margin-bottom:18px;
}
body.rp-theme .rp-wishlist-page :where(a,button,.quick-add,.like-btn) {
  min-width:48px;
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
body.rp-theme .rp-wishlist-page .quick-add {
  width:100%;
}
body.rp-theme .rp-wishlist-page .like-btn {
  width:48px;
  height:48px;
}
