.wp-active-we-posts-slider-1 .post-item {
  position: relative;
  background: var(--ae-color-white);
  border-radius: 20px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.wp-active-we-posts-slider-1 .post-item .thumb-holder {
  height: 200px;
  display: block;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.wp-active-we-posts-slider-1 .post-item .thumb-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-active-we-posts-slider-1 .post-item .post-title {
  margin-top: 10px;
  padding: 0px 15px;
}
.wp-active-we-posts-slider-1 .post-item .post-title a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: var(--ae-color-dark);
}
.wp-active-we-posts-slider-1 .post-item .details {
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
}
.wp-active-we-posts-slider-1 .post-item .details li {
  margin-bottom: 7px;
}
.wp-active-we-posts-slider-1 .post-item .details li .icon {
  margin-left: 7px;
}
.wp-active-we-posts-slider-1 .post-item .details li .field-title {
  font-size: 13px;
}
.wp-active-we-posts-slider-1 .post-item .details li .field-value {
  font-size: 13px;
}

/*# sourceMappingURL=posts-slider-1.css.map */
