/**
 * Lottie Block - Frontend Styles
 */

.allego-lottie-wrapper {
    display: flex;
    width: 100%;
}

.allego-lottie-wrapper.align-left {
    justify-content: flex-start;
}

.allego-lottie-wrapper.align-center {
    justify-content: center;
}

.allego-lottie-wrapper.align-right {
    justify-content: flex-end;
}

.allego-lottie-block {
    max-width: 100%;
}

/* Hover mode cursor */
.allego-lottie.lottie-hover {
    cursor: pointer;
}

/* Click mode cursor */
.allego-lottie.lottie-click {
    cursor: pointer;
}
