.deensimc-post-marquee .deensimc-marquee-track {
  align-items: stretch;
}
.deensimc--cards__item {
  width: 400px;
  max-width: auto;
  @media (min-width: 40rem) {
    width: 50%;
  }
  @media (min-width: 56rem) {
    width: 33.3333%;
  }
}

.deensimc__card {
  background-color: white;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  &:hover {
    .card__image {
      filter: contrast(100%);
    }
  }
}

.deensimc--post__image {
  flex-shrink: 0;
  img {
    width: auto;
    max-width: auto;
    height: auto;
    pointer-events: none;
  }
}

.deensimc--card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.deensimc--card__title {
  color: gray;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0;
  text-wrap: wrap;
  cursor: pointer;
}

.deensimcpro-title-link {
  display: none;
}

.deensimc--post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem;
  color: gray-dark;
  text-wrap: pretty;
}

.deensimc--card__text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  text-wrap: wrap;
}

.deensimc--read_more {
  font-size: 14px;
  color: #848789;
}
