/* visualbuilder/lottie — keeps the web component flow-friendly inside Filament
 * layouts and provides a sensible fallback when the dist JS hasn't loaded yet. */

dotlottie-wc {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

dotlottie-wc:not(:defined) {
    /* Reserve the configured size so layout doesn't jump when the custom
     * element registers asynchronously. */
    visibility: hidden;
}
