/* Blog Index Sayfasına Özel Kart Stilleri */
.news-articles .news-card--lead {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-articles .news-card--lead>a {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.news-articles .news-card--lead>a>img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
    min-height: 250px;
}

.news-articles .news-card--lead .news-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: flex-start;
}

.news-articles .news-card--lead .news-body h3 {
    margin-bottom: 1rem !important;
}

.news-articles .news-card--lead .news-body p {
    margin-bottom: 1.5rem;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.5;
}

.news-articles .news-card--lead .news-body .news-footer {
    margin-top: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 1rem;
}

.news-articles .news-card--lead .news-body .news-footer span {
    margin: 0 !important;
    display: inline-block;
    color: #4b5563;
    font-size: 14px;
}

.news-articles .news-card--lead .news-body .news-footer .news-icon {
    margin: 0 !important;
    flex-shrink: 0;
}