/* Anasayfa grid: 60 kelime */
@media screen and (min-width: 40em) {
  .listing-wrap article.display-grid { height: 620px; }
}
.listing-item.display-grid .entry-content { max-height: 200px; overflow: hidden; }

/* Liste/arsiv: 60 kelime - kart icerige gore uzasin */
@media screen and (min-width: 40em) {
  .listing-wrap article.display-list {
    height: auto;
    min-height: 13.125rem;
  }
  article.display-list .item-cover {
    height: 100%;
    min-height: 280px;
  }
}
.listing-item.display-list .entry-content {
  max-height: 200px;
  overflow: hidden;
}
.display-list .content-inner {
  min-height: 0;
  padding-bottom: 2.5rem;
}
