.elementor-22 .elementor-element.elementor-element-c252493{--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-22 .elementor-element.elementor-element-2c8217e{--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-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-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-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-22 .elementor-element.elementor-element-ae17c49{--grid-row-gap:35px;width:100%;max-width:100%;--grid-column-gap:30px;}.elementor-22 .elementor-element.elementor-element-ae17c49 .elementor-post__thumbnail__link{width:100%;}.elementor-22 .elementor-element.elementor-element-ae17c49 .elementor-post__meta-data span + span:before{content:"///";}.elementor-22 .elementor-element.elementor-element-ae17c49.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-22 .elementor-element.elementor-element-ae17c49.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-22 .elementor-element.elementor-element-ae17c49.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-22 .elementor-element.elementor-element-dbcc409{--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;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-22 .elementor-element.elementor-element-ae17c49 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-ae17c49 *//* Blog Posts Widget - closer to homepage card style */
.lz-blog-posts-home .elementor-posts-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.lz-blog-posts-home .elementor-post {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(15, 139, 141, 0.10);
  box-shadow: 0 14px 40px rgba(18, 48, 74, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
}

.lz-blog-posts-home .elementor-post:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(18, 48, 74, 0.14);
}

.lz-blog-posts-home .elementor-post__thumbnail {
  margin: 0;
}

.lz-blog-posts-home .elementor-post__thumbnail img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.lz-blog-posts-home .elementor-post__text {
  padding: 22px;
}

.lz-blog-posts-home .elementor-post__meta-data {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #0f8b8d;
}

.lz-blog-posts-home .elementor-post__title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.lz-blog-posts-home .elementor-post__title a {
  color: #12304a;
  text-decoration: none;
  transition: color 0.25s ease;
}

.lz-blog-posts-home .elementor-post__title a:hover {
  color: #0f8b8d;
}

.lz-blog-posts-home .elementor-post__excerpt {
  margin-bottom: 18px;
  color: #5b6b79;
  font-size: 15px;
  line-height: 1.75;
}

.lz-blog-posts-home .elementor-post__read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #0f8b8d;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.lz-blog-posts-home .elementor-post__read-more:hover {
  background: #0c7274;
  transform: translateY(-2px);
}

.lz-blog-posts-home .elementor-pagination {
  margin-top: 32px;
  text-align: center;
}

.lz-blog-posts-home .elementor-pagination .page-numbers,
.lz-blog-posts-home .elementor-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin: 0 6px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(15, 139, 141, 0.14);
  color: #12304a;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(18, 48, 74, 0.08);
}

.lz-blog-posts-home .elementor-pagination .current {
  background: #0f8b8d;
  color: #ffffff;
  border-color: #0f8b8d;
}

@media (max-width: 1024px) {
  .lz-blog-posts-home .elementor-posts-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lz-blog-posts-home .elementor-post__thumbnail img {
    height: 220px;
  }

  .lz-blog-posts-home .elementor-post__title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .lz-blog-posts-home .elementor-posts-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lz-blog-posts-home .elementor-post__thumbnail img {
    height: 190px;
  }

  .lz-blog-posts-home .elementor-post__text {
    padding: 16px;
  }

  .lz-blog-posts-home .elementor-post__title {
    font-size: 18px;
  }

  .lz-blog-posts-home .elementor-post__excerpt {
    font-size: 14px;
  }
}/* End custom CSS */