.post-card__image {
  height: 230px;
}
.post-card__badges {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 124;
}
.post-card__body {
  margin-top: -46px;
}
.post-card__title {
  max-height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.post-card__mask {
  position: absolute;
  top: 12px;
  right: 24px;
  left: 24px;
  bottom: -12px;
  border-radius: 16px;
  border: 1px solid var(--gray-200);
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
