.elementor-77259 .elementor-element.elementor-element-edda10b{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-3f4e888 *//* SIMPLE CENTERED GALLERY – NINCS TÖBB CSÚSZÁS :) */

.lsf-gallery {
  max-width: 860px;
  margin: 40px auto 24px auto; /* felül-alul térköz, középen */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.lsf-gallery-item {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.lsf-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}/* End custom CSS */