.lottie-wpb-wrapper {
display: block;
box-sizing: border-box;
} .lottie-wpb-align-center {
display: flex;
justify-content: center;
}
.lottie-wpb-align-left {
display: flex;
justify-content: flex-start;
}
.lottie-wpb-align-right {
display: flex;
justify-content: flex-end;
} .lottie-wpb-player {
display: block;
box-sizing: border-box;
max-width: 100%;
overflow: hidden;
} .lottie-wpb-player svg {
display: block;
} .lottie-wpb-notice {
background: #fff3cd;
border: 1px solid #ffc107;
border-radius: 4px;
color: #856404;
font-size: 13px;
padding: 10px 14px;
}