.list-card {
  height: 100%;
  mask-image: url('/themes/custom/hounder_base/masks/list-card-mask.svg');
  mask-size: cover;
  mask-position: center;
  max-width: 600px;
  width: 100%;
  height: auto;
}

  .list-card__top {
    display: flex;
    flex-direction: column;
    background-color: var(--gray-1);
    padding: 48px 48px 24px;
    height: 100%;
    max-height: 260px;
  }

  .list-card__top-title {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

  .list-card__top h3 {
      color: var(--black) !important;
      font-weight: 500;
      -webkit-line-clamp: 3;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
    }

  .list-card__top a.btn-liquid {
      margin: auto 0 0 -14px;
      display: block;
    }

  .list-card__bottom img {
      width: 100%;
    }
/*# sourceMappingURL=list-card.css.map */
