.ccb-widget,
.ccb-widget *{
    box-sizing:border-box;
}

.ccb-widget{
    position:fixed;
    right:18px;
    bottom:18px;
    z-index:999999;
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

.ccb-widget__avatar img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
