.cw-heart-btn{position:absolute!important;top:10px;right:10px;z-index:9999;width:30px;height:30px;padding:0;border:none;border-radius:999px;background:rgba(255,255,255,0.95);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,0.18);transition:transform .15s ease,background .15s ease;-webkit-tap-highlight-color:transparent;pointer-events:auto!important;touch-action:manipulation}
.cw-heart-btn:hover{background:#fff;transform:scale(1.1)}
.cw-heart-btn .cw-heart-ic{width:15px;height:15px;fill:none;stroke:#0b1a2b;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:fill .15s,stroke .15s}
.cw-heart-btn.active .cw-heart-ic{fill:#e11d48;stroke:#e11d48}
.cw-heart-btn.pulse{animation:cw-pulse .35s ease}
@keyframes cw-pulse{0%{transform:scale(1)}50%{transform:scale(1.25)}100%{transform:scale(1)}}

/* Floating side bar — mimics the existing CW nav (white pill, shadow, rounded) */
.cw-side-nav{position:fixed;top:24px;right:24px;z-index:1000;background:#fff;border-radius:14px;box-shadow:0 8px 16px rgba(0,0,0,0.1);padding:10px 12px;display:inline-flex;align-items:center;font-family:inherit}
.cw-side-nav[data-count="0"]{display:none!important}
@media (max-width:768px){.cw-side-nav{top:14px;right:14px;padding:8px 10px}}

.cw-nav-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;text-decoration:none!important;color:#0b1a2b!important;font-weight:600;font-size:14px;line-height:1;background:#f5f3ee;transition:background .15s ease,transform .15s ease;white-space:nowrap;cursor:pointer}
.cw-nav-chip:hover{background:#ece9df;transform:translateY(-1px)}
.cw-nav-chip .cw-nav-ic{width:16px;height:16px;fill:#e11d48;stroke:#e11d48;stroke-width:2;flex:none}
.cw-nav-chip .cw-nav-ct{font-weight:700;color:#0b1a2b}
