.cwfc-widget { position: fixed; bottom: var(--cwfc-bottom, 24px); z-index: 99999; font-family: inherit; }
.cwfc-right { right: 24px; }
.cwfc-left { left: 24px; }
.cwfc-toggle { display: inline-flex; align-items: center; gap: 8px; border: 0; border-radius: 999px; background: var(--cwfc-colour, #25D366); color: #fff; padding: 13px 18px; font-weight: 800; cursor: pointer; box-shadow: 0 10px 26px rgba(0,0,0,.22); }
.cwfc-icon { display: inline-grid; place-items: center; width: 24px; height: 24px; border: 2px solid currentColor; border-radius: 999px; font-size: 14px; transform: rotate(95deg); }
.cwfc-panel { position: absolute; bottom: 64px; width: 300px; max-width: calc(100vw - 48px); background: #fff; border-radius: 16px; padding: 20px; box-shadow: 0 16px 44px rgba(0,0,0,.2); border: 1px solid rgba(0,0,0,.08); opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity .18s ease, transform .18s ease; }
.cwfc-right .cwfc-panel { right: 0; }
.cwfc-left .cwfc-panel { left: 0; }
.cwfc-widget.is-open .cwfc-panel { opacity: 1; transform: translateY(0); pointer-events: auto; }
.cwfc-panel h2 { margin: 0 28px 8px 0; font-size: 20px; }
.cwfc-panel p { margin: 0 0 16px; line-height: 1.5; }
.cwfc-start { display: inline-flex; justify-content: center; width: 100%; box-sizing: border-box; background: var(--cwfc-colour, #25D366); color: #fff !important; text-decoration: none; border-radius: 10px; padding: 12px 14px; font-weight: 800; }
.cwfc-close { position: absolute; top: 10px; right: 12px; border: 0; background: transparent; font-size: 24px; line-height: 1; cursor: pointer; }
@media (max-width: 640px) { .cwfc-right { right: 16px; } .cwfc-left { left: 16px; } .cwfc-toggle span:last-child { display: none; } .cwfc-toggle { padding: 14px; } }
