.lr-loop-repeater{display:flex;flex-wrap:wrap}.lr-loop-repeater__item{box-sizing:border-box}.lr-loop-repeater__fallback{display:block;width:100%}

/* Applies only when Align Items = Stretch */
.lr-ai-stretch .e-loop-item ,
.lr-ai-stretch .e-loop-item > .elementor-section, /* Old System */ 
.lr-ai-stretch .e-loop-item > .elementor-section > .elementor-container, /* Old System */
.lr-ai-stretch .e-loop-item > .e-con, /* New System */
.lr-ai-stretch .e-loop-item > .e-con > .e-con-inner, /* New System */
.lr-ai-stretch .e-loop-item .elementor-section-wrap > .e-con /* Old System */ {
    height: 100%;
}

/* Editor only: make animated elements visible immediately */
.elementor-editor-active .lr-loop-repeater .elementor-invisible {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
 .elementor-editor-active .lr-loop-repeater .elementor-element[data-settings*="_animation"] {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}