.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 {
  max-height: 42px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.post-card__mask {
  position: absolute;
  top: 12px;
  left: 24px;
  right: 24px;
  bottom: -12px;
  border-radius: 16px;
  border: 1px solid var(--gray-200);
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
