<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[data-entrance] {
    visibility: hidden;
    backface-visibility: hidden;
}

.is-animating[data-entrance],
.is-animated[data-entrance] {
    visibility: visible;
}

.builder-element[data-entrance] {
    /* Don't hide the element in the builder, otherwise it becomes unselectable. */
    visibility: visible;
}
</pre></body></html>