.elementor-32664 .elementor-element.elementor-element-9279df4{--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;}/* Start custom CSS for shortcode, class: .elementor-element-91bae41 *//* Make list items a consistent flex row */
.child-page-item{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:20px;
}

/* Create a fixed thumbnail box using the first image/link inside the LI */
.child-page-item > a:first-child,
.child-page-item img{
  flex: 0 0 auto;
}

/* Force any IMG to render as the same square */
.child-page-item img{
  width:200px !important;
  height:200px !important;
  max-width:200px !important;
  max-height:200px !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:8px;
}

/* If the plugin wraps the image in a link, prevent that wrapper from shrinking */
.child-page-item a{
  display:flex;
  align-items:center;
}

/* --- Mobile: hide thumbnails --- */
@media (max-width: 767px){
  .child-page-item img,
  .child-page-item > a:first-child{
    display: none !important;
  }
}/* End custom CSS */