﻿/* V43 - Ana sayfa haber kartlarındaki gereksiz başlık/özet boşluklarını kaldırır */
.featured-grid,
.news-grid.featured-grid{
    align-items:start!important;
}

.featured-grid .news-card.pro-card{
    height:auto!important;
    min-height:0!important;
    align-self:start!important;
}

.featured-grid .news-card.pro-card .card-content-link{
    display:block!important;
    height:auto!important;
    min-height:0!important;
    padding:0 0 12px!important;
}

.featured-grid .news-card.pro-card .card-content-link h3{
    margin:7px 22px 8px!important;
    min-height:0!important;
}

.featured-grid .news-card.pro-card .card-content-link p{
    margin:0 22px 4px!important;
    padding:0!important;
    min-height:0!important;
    height:auto!important;
    max-height:4.65em!important;
    -webkit-line-clamp:3!important;
    line-height:1.55!important;
}

@media(max-width:768px){
    .featured-grid .news-card.pro-card .card-content-link h3{
        margin:7px 14px 7px!important;
    }
    .featured-grid .news-card.pro-card .card-content-link p{
        margin:0 14px 2px!important;
        min-height:0!important;
        max-height:4.65em!important;
    }
}
