.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;
}
