.rcw-widget-container-outer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
    right: 0;
    margin: 0;
    max-width: 400px;
    z-index: 9999;
    position: fixed;
}

.rcw-widget-container-outer.rcw-open {
    width: 100vw;
    height: 100%;
}

.rcw-widget-container-outer iframe {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1000;
    margin: 0 15px 15px 0;
    transition: all 0.5s ease;
}

.rcw-widget-container-outer.rcw-open iframe {
    width: 100%;
    height: 100%;
}

.rcw-widget-container-outer.rcw-closed iframe {
    width: 130px;
    height: 75px;
}

@media (width <= 768px) {
    .rcw-widget-container-outer.rcw-closed iframe {
        margin: 0 8px 8px 0;
    }
}
