.post-card__image {
  height: 230px;
}
.post-card__badges {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 124;
}
.rtl .post-card__badges {
  left: auto;
  right: 0;
}
.post-card__body {
  margin-top: -46px;
}
.post-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
}
.post-card__mask {
  position: absolute;
  top: 12px;
  left: 8px;
  right: 8px;
  bottom: -5px;
  border-radius: 16px;
  border: 1px solid var(--gray-200);
  opacity: 0.05;
  background: var(--secondary);
  z-index: 1;
}
