[data-op3-element-type="calendly"] {
    .calendly-inline-widget {
        iframe {
            pointer-events: none;
        }

        &:empty,
        &[data-url="about:blank"] {
            height: 100%;
            min-height: 64px;

            &::before {
                content: $op3-icon-opening-times-1;
                position: absolute;
                display: block;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                font-family: 'op3-icons';
                font-size: 100px;
                text-align: center;
                color: transparentize($op-blue, 0.5);
                cursor: pointer;
            }
        }
    }
}
