/* Independent public navigation link. No chat state or functional JS. */
.cg-support-site-bubble {
 position:fixed;left:16px;bottom:max(16px,env(safe-area-inset-bottom));z-index:9999;
 display:block;width:145px;height:145px;box-sizing:border-box;overflow:hidden;
 border:3px solid #24566b;border-radius:50%;background:#edf5f8;
 box-shadow:0 8px 22px #163a4640;text-decoration:none!important;
}
.cg-support-site-bubble img {display:block;width:100%;height:100%;object-fit:cover;border-radius:50%;}
.cg-support-site-bubble__label {
 position:absolute;bottom:0;left:0;right:0;padding:7px 3px 10px;
 background:#244b60ed;color:#fff;text-align:center;font:800 16px/1.1 Arial,sans-serif;
 letter-spacing:.035em;
}
.cg-support-site-bubble:hover {border-color:#0879b4;box-shadow:0 8px 26px #163a4660;}
.cg-support-site-bubble:focus-visible {outline:3px solid #956715;outline-offset:3px;}
/* Route/shortcode guard, plus actual rendered components for builder embeds. */
.cg-chat-experience :is(.cg-support-site-bubble,[data-cg-bubble],.cg-support-launcher),
body:has(.cg-support-gateway, [data-cg-sales-chat], [data-cg-confirm]) :is(.cg-support-site-bubble,[data-cg-bubble],.cg-support-launcher) {display:none!important;}
@media(max-width:360px) {.cg-support-site-bubble {left:8px;width:125px;height:125px;}}
