.wpsp.blip {
    position: fixed;
    width: 360px;
    max-width: 100%;
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px 5px #3333331c;
    z-index: 9999;
}

.wpsp.blip .blipRight{
    padding-right: 30px
}

.wpsp.blip .blipInner{
    display: flex;
}

.wpsp.blip .blipRight {
    flex: 2;
    padding-left: 10px;
}

.wpsp.blip img[data-prop='image']{
    max-width: 55px;
}

.wpsp.blip .imageRounded{
    max-width: 55px;
    max-height: 55px;
    border-radius: 55px;
    overflow: hidden;
}

.wpsp.blip .blipDismiss {
    right: 15px;
    top: 15px;
}