.elementor-46 .elementor-element.elementor-element-51d9cf4{--display:flex;}.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-46 .elementor-element.elementor-element-24988c2{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-46 .elementor-element.elementor-element-24988c2 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.4 * 100% );}.elementor-46 .elementor-element.elementor-element-24988c2:after{content:"0.4";}.elementor-46 .elementor-element.elementor-element-24988c2 .elementor-post__thumbnail__link{width:100%;}.elementor-46 .elementor-element.elementor-element-24988c2 .elementor-post__meta-data span + span:before{content:"///";}.elementor-46 .elementor-element.elementor-element-24988c2.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-46 .elementor-element.elementor-element-24988c2.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-46 .elementor-element.elementor-element-24988c2.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-46 .elementor-element.elementor-element-24988c2 .elementor-post__title, .elementor-46 .elementor-element.elementor-element-24988c2 .elementor-post__title a{color:#54595F;}.elementor-46 .elementor-element.elementor-element-24988c2 .elementor-post__read-more{color:#FFFFFF;}.elementor-46 .elementor-element.elementor-element-24988c2 a.elementor-post__read-more{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-46 .elementor-element.elementor-element-24988c2 .elementor-post__text{margin-bottom:0px;}@media(max-width:767px){.elementor-46 .elementor-element.elementor-element-24988c2 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-46 .elementor-element.elementor-element-24988c2:after{content:"0.5";}.elementor-46 .elementor-element.elementor-element-24988c2 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-24988c2 *//* Container spacing */
.elementor-posts-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Individual post layout */
.elementor-post {
  display: flex;
  flex-direction: row;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.elementor-post:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

/* Post image */
.elementor-post__thumbnail img {
  display: block;
  width: 280px;
  height: 100%;
  object-fit: cover;
}

/* Text content */
.elementor-post__text {
  flex: 1;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Title styling */
.elementor-post__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.elementor-post__title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.elementor-post__title a:hover {
  color: #f68712;
}

/* Meta data styling */
.elementor-post__meta-data {
  font-size: 13px;
  color: #888;
  margin-bottom: 12px;
  display: flex;
  gap: 15px;
}

/* Read More button - background color changes, text always white */
.elementor-post__read-more {
  display: inline-block;
  margin-top: auto;
  padding: 8px 16px;
  background-color: #f68712 !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none !important;
  border: none;
  transition: background-color 0.3s ease;
  color: #ffffff !important;
}

.elementor-post__read-more:hover,
.elementor-post__read-more:focus {
  background-color: #264180 !important;
  color: #ffffff !important;
}

/* Override Elementor global accent color on read more text */
.elementor-widget-posts .elementor-post__read-more,
.elementor-widget-posts a.elementor-post__read-more:hover,
.elementor-widget-posts a.elementor-post__read-more:focus {
  color: #ffffff !important;
}

/* Excerpt styling */
.elementor-post__excerpt p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .elementor-post {
    flex-direction: column;
  }

  .elementor-post__thumbnail img {
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 0 0;
  }

  .elementor-post__text {
    padding: 20px;
  }
}/* End custom CSS */