/* Engagement SDK base styles — chat widget and consent banner positioning */

#cw-chat-root {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9998;
}

#cw-consent-root {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
