.elementor-12508 .elementor-element.elementor-element-38322f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-12508 .elementor-element.elementor-element-38322f7{--content-width:1400px;}}/* Start custom CSS for fidalgo_core_image_gallery, class: .elementor-element-4224e5e *//* Hide the image but show the wrapper's data-title as the visible label */
.title-only-image .elementor-image img {
  display: none !important;
}

/* make sure wrapper can show the text */
.title-only-image {
  position: relative;
  min-height: 48px; /* ensure some height so label looks OK */
}

/* show the title from the wrapper's data-title attribute */
.title-only-image::after {
  content: attr(data-title);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  background: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  width: 100%;
  height: 100%;
  text-align: center;
  pointer-events: auto;
}/* End custom CSS */