.elementor-5561 .elementor-element.elementor-element-66ad1ae{--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;}.elementor-5561 .elementor-element.elementor-element-9f35c2e > .elementor-widget-container{margin:-0px -0px -15px -0px;padding:0px 0px 0px 0px;}.elementor-5561 .elementor-element.elementor-element-6686641 > .elementor-widget-container{margin:0px 0px -20px 0px;padding:0px 0px 0px 0px;}.elementor-5561 .elementor-element.elementor-element-5fdc84e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-5561 .elementor-element.elementor-element-0fec0d9{--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;}.elementor-5561 .elementor-element.elementor-element-ace4a9a{--swiper-slides-to-display:3;--swiper-slides-gap:5px;width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;--arrow-prev-left-align:0%;--arrow-prev-translate-x:0px;--arrow-prev-left-position:0px;--arrow-prev-top-align:50%;--arrow-prev-translate-y:-50%;--arrow-prev-top-position:0px;--arrow-next-right-align:0%;--arrow-next-translate-x:0%;--arrow-next-right-position:0px;--arrow-next-top-align:50%;--arrow-next-translate-y:-50%;--arrow-next-top-position:0px;}.elementor-5561 .elementor-element.elementor-element-ace4a9a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5561 .elementor-element.elementor-element-ace4a9a.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-5561 .elementor-element.elementor-element-ace4a9a .swiper-slide > .elementor-element{height:100%;}body.elementor-page-5561{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-5561 .elementor-element.elementor-element-5fdc84e{--content-width:1196px;}.elementor-5561 .elementor-element.elementor-element-0fec0d9{--width:100%;}}@media(max-width:1024px){.elementor-5561 .elementor-element.elementor-element-ace4a9a{--swiper-slides-to-display:2;}}@media(max-width:767px){.elementor-5561 .elementor-element.elementor-element-ace4a9a{--swiper-slides-to-display:1;}}/* Start custom CSS for shortcode, class: .elementor-element-cb1a380 */.custom-post-grid-wrapper {
  overflow-x: auto;
  padding-bottom: 10px;
}

.custom-post-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  /*scroll-snap-type: x mandatory;*/
  /*-webkit-overflow-scrolling: touch;*/
}

.custom-post-item {
  flex: 150 0 150px;
  background: #fff;
  /*border: 1px solid #ddd;*/
  padding: 1px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  scroll-snap-align: start;
}

.custom-post-thumb img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.custom-post-title {
  font-size: 18px;
  margin-bottom: 8px;
}

.custom-post-title a {
  text-decoration: none;
  color: #222;
}

.custom-post-title a:hover {
  text-decoration: underline;
}

.custom-post-categories {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}

.custom-post-excerpt {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
@media(max-width: 767px){
    .custom-post-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
  
  }
    .custom-post-item {
  flex: 0 0 200px;
  
}
}
@media(max-width: 1200px) and (min-width: 960px){
    .custom-post-item {
        flex: 100 0 110px;
    }
}/* End custom CSS */