/* immotap Rechner host-level styles. The widget UI is rendered inside a
   Shadow DOM and styled by CSS injected there (see app.js). These rules
   only size the mount container on the host page. */
.immotap-rechner-mount{display:block;width:100%}
.immotap-rechner-mount:not([data-mounted]){min-height:320px}
