.post-preview {
  background-color: #fff;
  height: 100%;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.33);
}
.post-preview.inverted {
  background-color: #2B6777;
  color: #fff;
}
.post-preview.inverted .label-flag div {
  background-color: #fff;
  color: #2B6777;
}
.post-preview.inverted .label-flag .corners {
  background-color: transparent;
}
.post-preview.inverted a, .post-preview.inverted .tagline {
  color: #fff !important;
}
.post-preview.inverted .post-name {
  color: #fff;
}
.post-preview.inverted .excerpt {
  color: #fff;
}
.post-preview.hide-listing .post-name {
  margin-top: 0;
}
.post-preview .post-thumbnail {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.post-preview.like-box-visible .picture-container {
  align-items: flex-start;
  justify-content: space-between;
}
.post-preview.like-box-not-visible .content-details .tagline {
  display: none;
}
.post-preview.show-thumbnail .post-preview-content-wrapper {
  height: calc(100% - 150px);
}
.post-preview .post-preview-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.post-preview .post-preview-content {
  padding: 20px 20px 5px;
}
.post-preview .picture-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.post-preview .profile-image {
  min-width: 130px;
  height: 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.post-preview .like-box {
  background-color: #52AB98;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: -30px;
  max-width: 125px;
}
.post-preview .like-box i {
  font-size: 2.5rem;
  margin-bottom: 18px;
  display: block;
  line-height: 1;
}
.post-preview .like-box .count {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
}
.post-preview .like-box .count-text {
  font-size: 0.8rem;
  line-height: 1.2;
}
.post-preview .post-name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  color: #131313;
}
.post-preview .post-name a {
  color: #131313;
}
.post-preview .tagline {
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: block;
  color: #52AB98;
  line-height: 1.3;
}
.post-preview .excerpt {
  margin-bottom: 0;
  color: #131313;
}
.post-preview .specializations {
  margin-top: 15px;
}
.post-preview .tag {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.post-preview .post-preview-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
  align-items: center;
}
.post-preview .footer-button span {
  font-weight: 700 !important;
}
.elementor-widget-list-posts .list-posts {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .elementor-widget-list-posts .list-posts {
    display: block;
  }
}
.elementor-widget-list-posts .filter {
  width: 300px;
  height: auto;
  position: relative;
  overflow: visible;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .elementor-widget-list-posts .filter {
    width: auto;
    margin-bottom: 20px;
    white-space: normal;
  }
}
.elementor-widget-list-posts .filter div {
  display: block;
  padding: 15px;
  margin-bottom: 5px;
  background-color: #ededed;
  transition: all 0.2s ease-out;
  white-space: normal;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .elementor-widget-list-posts .filter div {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 8px;
    margin-right: 8px;
  }
}
.elementor-widget-list-posts .filter div:hover {
  cursor: pointer;
}
.elementor-widget-list-posts .filter div.active, .elementor-widget-list-posts .filter div:hover {
  color: #fff;
  background-color: #52AB98;
}
.elementor-widget-list-posts .filter-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.elementor-widget-list-posts .posts {
  flex: 1;
}
.elementor-widget-list-posts .post-preview {
  margin-bottom: 15px;
}
.elementor-widget-list-posts .load-more {
  text-align: center;
  margin-top: 50px;
}
.elementor-widget-list-posts .load-more a {
  display: inline-block;
}
@media (min-width: 1200px) {
  .elementor-widget-list-posts .picture-container .tagline {
    display: none;
  }
  .elementor-widget-list-posts .post-preview-content {
    display: flex;
    gap: 24px;
  }
  .elementor-widget-list-posts .like-box {
    position: absolute;
    right: 15px;
    top: 0;
    margin-top: 0;
  }
  .elementor-widget-list-posts .content-details {
    padding-right: 140px;
  }
  .elementor-widget-list-posts .like-box-not-visible .content-details {
    padding-right: 0;
  }
  .elementor-widget-list-posts .like-box-not-visible .content-details .tagline {
    display: block;
  }
}
