.elementor-2204 .elementor-element.elementor-element-231ff09{--display:flex;}.elementor-widget-eael-post-grid .eael-meta-posted-on{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-post-grid .eael-entry-meta > span{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-post-grid .eael-entry-title, .elementor-widget-eael-post-grid .eael-entry-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-post-grid .eael-grid-post-excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-post-grid .post-meta-categories li, .elementor-widget-eael-post-grid .post-meta-categories li a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2204 .elementor-element.elementor-element-674ad46 .eael-grid-post-holder{background-color:#fff;}.elementor-2204 .elementor-element.elementor-element-674ad46 .eael-entry-title a{color:#303133;}.elementor-2204 .elementor-element.elementor-element-674ad46 .eael-entry-title:hover, .elementor-2204 .elementor-element.elementor-element-674ad46 .eael-entry-title a:hover{color:#23527c;}.elementor-2204 .elementor-element.elementor-element-674ad46 .eael-grid-post-holder .eael-entry-wrapper{height:239px;}.elementor-2204 .elementor-element.elementor-element-674ad46 .eael-grid-post .eael-entry-overlay{background-color:rgba(0,0,0, .75);}.elementor-2204 .elementor-element.elementor-element-674ad46 .eael-grid-post .eael-entry-overlay > i{color:#ffffff;font-size:18px;}.elementor-2204 .elementor-element.elementor-element-674ad46 .eael-grid-post .eael-entry-overlay > img{height:18px;width:18px;}.elementor-2204 .elementor-element.elementor-element-674ad46 .eael-post-elements-readmore-btn{color:#000BEC;}/* Start custom CSS for eael-post-grid, class: .elementor-element-674ad46 *//* ===== Equal-width, equal-height blog cards ===== */

/* Elementor Posts widget */
.elementor-posts-container,
.elementor-posts {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.elementor-post {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.elementor-post__card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Native WordPress theme archive fallback */
.blog article,
article.type-post {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Keep titles to 2 lines max so uneven title length doesn't stretch cards */
.elementor-post__title,
article.type-post .entry-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Keep excerpts to 3 lines max for the same reason */
.elementor-post__excerpt,
article.type-post .entry-summary {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Push "Read More" to the bottom of each card, regardless of content length above it */
.elementor-post__read-more,
article.type-post a.more-link {
  margin-top: auto !important;
}/* End custom CSS */