.fv-wishlist-modal-backdrop { position: fixed; inset: 0; z-index: 3500; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(0,0,0,.22); }
.fv-wishlist-modal { width: min(390px,100%); padding: 17px; background: #fff; box-shadow: 0 7px 25px rgba(0,0,0,.18); }
.fv-wishlist-modal-head { display: flex; align-items: center; justify-content: space-between; }
.fv-wishlist-modal-head h3 { margin: 0; color: #353a44; font-size: 17px; font-weight: 500; }
.fv-wishlist-modal-head button { border: 0; background: transparent; color: #a0a5ac; font-size: 26px; }
.fv-wishlist-modal > p { margin: 15px 0 28px; color: #4d525b; font-size: 12px; line-height: 1.7; }
.fv-wishlist-modal-actions { display: flex; justify-content: flex-end; gap: 7px; }
.fv-wishlist-modal-actions button { min-width: 98px; min-height: 40px; border: 1px solid #d9dde2; font-size: 11px; }
.fv-wishlist-modal-actions .cancel { background: #f4f5f7; color: #667085; }
.fv-wishlist-modal-actions .move { border-color: #25afd7; background: #25afd7; color: #fff; }
