html.op3-screenshot #op3-designer-element .op3-element[data-op3-element-type="calendly"] {
    .calendly-inline-widget:empty,
    .op3-element-iframe-placeholder {
        width: 100%;
        height: 100%;
        display: flex;

        &::before {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="white" d="M8 0v3H1v27h13v-2H3V12h26v5h2V3h-7V0h-2v3H10V0H8zM3 5h5v3h2V5h12v3h2V5h5v5H3V5zm20 11c-4.406 0-8 3.594-8 8s3.594 8 8 8 8-3.594 8-8-3.594-8-8-8zm0 2c3.326 0 6 2.674 6 6s-2.674 6-6 6-6-2.674-6-6 2.674-6 6-6zm-1 2v5h5v-2h-3v-3h-2z"/></svg>');
        }
    }
}
