.elementor-365 .elementor-element.elementor-element-b037138{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-365 .elementor-element.elementor-element-009bdaf{margin:0px 00px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-365 .elementor-element.elementor-element-009bdaf .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:24px;font-weight:700;line-height:34px;color:#010101;}.elementor-365 .elementor-element.elementor-element-84e13c0{margin:-18px 00px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-365 .elementor-element.elementor-element-84e13c0 .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:20px;font-weight:700;line-height:34px;color:#F37A21;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:767px){.elementor-365 .elementor-element.elementor-element-009bdaf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-365 .elementor-element.elementor-element-009bdaf .elementor-heading-title{font-size:20px;line-height:1.4em;}.elementor-365 .elementor-element.elementor-element-84e13c0{margin:-11px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-365 .elementor-element.elementor-element-84e13c0 .elementor-heading-title{font-size:18px;line-height:1.4em;}}@media(min-width:768px){.elementor-365 .elementor-element.elementor-element-b037138{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-5a204b8 */.ecs-post-gallery {
  display: flex;
  gap: 10px;           /* spacing between images */
}

.ecs-post-gallery .gallery-item {
  flex: 1;             /* each image takes equal space */
  aspect-ratio: 4 / 3; /* rectangle shape (change ratio as needed, e.g. 16/9, 1/1) */
  overflow: hidden;    /* crop overflow */
  border-radius: 0px;  /* optional rounded corners */
}

.ecs-post-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* ensures image fills the rectangle without distortion */
  display: block;
}/* End custom CSS */