.wsfb-cross-sell,.wsfb-post-offer{max-width:980px;margin:28px auto;padding:22px;border:1px solid #e5e7eb;border-radius:var(--wsfb-card-radius);background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.07)}
.wsfb-heading{text-align:center;margin-bottom:18px}.wsfb-heading h3,.wsfb-post-offer h2{margin:0 0 6px;font-weight:800}.wsfb-heading p,.wsfb-subtitle{margin:0;color:#6b7280}
.wsfb-cross-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.wsfb-cross-card{display:grid;grid-template-columns:70px 1fr 32px;gap:12px;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:var(--wsfb-card-radius);cursor:pointer}
.wsfb-cross-card input{display:none}.wsfb-cross-image img{width:70px;height:70px;object-fit:cover;border-radius:8px}.wsfb-cross-copy{display:flex;flex-direction:column;gap:5px}.wsfb-price{font-weight:800}.wsfb-price del{font-weight:400;color:#9ca3af;margin-left:6px}.wsfb-checkmark{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:#f3f4f6;font-weight:900}
.wsfb-cross-note{font-size:12px;color:#6b7280;margin:12px 0 0}
.wsfb-post-offer{text-align:center;max-width:760px}.wsfb-offer-badge{display:inline-block;background:var(--wsfb-primary);color:#fff;font-size:12px;font-weight:800;padding:6px 10px;border-radius:999px;margin-bottom:10px}
.wsfb-offer-product{display:grid;grid-template-columns:220px 1fr;gap:22px;text-align:left;align-items:center;margin:22px 0}.wsfb-offer-image img{width:100%;height:auto;border-radius:var(--wsfb-card-radius)}.wsfb-offer-copy h3{margin-top:0}.wsfb-offer-pricing{display:flex;gap:10px;align-items:center;margin:10px 0}.wsfb-new-price{font-size:28px;font-weight:900;color:var(--wsfb-accent)}
.wsfb-actions{display:grid;gap:8px}.wsfb-accept,.wsfb-decline{width:100%;padding:14px 16px;border-radius:var(--wsfb-button-radius);font-weight:800;cursor:pointer}.wsfb-accept{border:0;background:var(--wsfb-primary);color:#fff}.wsfb-decline{background:transparent;border:0;color:#6b7280;text-decoration:underline;font-weight:600}.wsfb-message{margin-top:8px;color:#b91c1c;font-weight:700}
@keyframes wsfbPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.025)}}@keyframes wsfbShake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}@keyframes wsfbBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
.wsfb-animate-pulse{animation:wsfbPulse 1.5s infinite}.wsfb-animate-shake{animation:wsfbShake 2.5s infinite}.wsfb-animate-bounce{animation:wsfbBounce 1.8s infinite}
@media(max-width:700px){.wsfb-offer-product{grid-template-columns:1fr}.wsfb-offer-image{max-width:260px;margin:auto}.wsfb-post-offer{padding:16px}}

.wsfb-interstitial-page{min-height:70vh;padding:40px 18px;background:#f7f7f8}
.wsfb-interstitial-inner{max-width:820px;margin:0 auto}
body.woocommerce-order-received .wsfb-interstitial-page .wsfb-post-offer{margin-top:0}
