/**
 * One Lottie
 *
 * Container styles for the One Lottie widget. The custom properties are written
 * by the widget's Width / Max Width / Opacity controls, exactly like the
 * Elementor Pro widget did.
 */
.one-lottie,
.e-lottie__container {
    display: inline-block;
    max-width: var(--lottie-container-max-width);
    opacity: var(--lottie-container-opacity);
    width: var(--lottie-container-width);
}

.one-lottie svg,
.one-lottie svg * {
    transition: none !important;
}

.one-lottie .e-lottie__animation {
    line-height: 0;
}
