/* Haberler / News — TR & EN ortak */

.news-list-page {
    padding-top: 0.5rem;
    padding-bottom: 2.5rem;
}

.news-list-page .inner-container--gutter3 {
    padding-top: 0.25rem;
}

/* Başlık alanı */
.news-list-header {
    text-align: center;
    margin-bottom: 2.25rem;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.news-list-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1b6a92;
    margin-bottom: 0.5rem;
}

.news-list-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0b3c5f;
    margin: 0 0 0.75rem;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .news-list-title {
        font-size: 2rem;
    }
}

.news-list-intro {
    margin: 0;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.65;
}

/* Liste: tek sütun kartlar */
.news-list-page .partners-list.row {
    --bs-gutter-y: 1.5rem;
}

.news-list-page .partners-list__item.news-card {
    border: 1px solid rgba(11, 60, 95, 0.1);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
    margin-bottom: 0;
    padding: 0;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.news-list-page .partners-list__item.news-card:hover {
    box-shadow: 0 18px 48px rgba(11, 60, 95, 0.12);
    transform: translateY(-3px);
}

/* Masaüstü: sol metin | sağ görsel — ince ayırıcı */
@media (min-width: 768px) {
    .news-list-page .news-card .order-md-1 .news-card__body {
        border-right: 1px solid rgba(11, 60, 95, 0.1);
    }
}

.news-list-page .news-card .row {
    min-height: 200px;
}

/* Görsel sütunu */
.news-card__media-col {
    position: relative;
    min-height: 200px;
}

@media (min-width: 768px) {
    .news-card__media-col {
        min-height: 100%;
    }
}

.news-card__img-link {
    display: block;
    height: 100%;
    min-height: 200px;
    text-decoration: none;
    background: linear-gradient(160deg, #e2e8f0 0%, #f1f5f9 100%);
}

@media (min-width: 768px) {
    .news-card__img-link {
        min-height: 220px;
    }
}

.news-card__img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .news-card__img {
        min-height: 220px;
    }
}

.news-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-list-page .partners-list__item.news-card:hover .news-card__img img {
    transform: scale(1.04);
}

/* Metin */
.news-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
    padding: 1.35rem 1.25rem 1.4rem;
    border: none;
    background: #f8fafc;
}

@media (min-width: 768px) {
    .news-card__body {
        padding: 1.5rem 1.5rem 1.6rem 1.35rem;
    }
}

.news-card__title {
    font-size: 1.2rem;
    line-height: 1.35;
    margin: 0 0 0.75rem;
}

.news-card__title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.news-card__title a:hover {
    color: #0b3c5f;
}

.news-card__excerpt {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #64748b;
    margin: 0 0 1.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1 1 auto;
}

.news-card__cta {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 0.35rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1.1rem;
    border-radius: 8px;
    background: linear-gradient(145deg, #0b3c5f 0%, #134b77 100%);
    box-shadow: 0 4px 14px rgba(11, 60, 95, 0.25);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
    margin-top: auto;
}

.news-card__cta:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(11, 60, 95, 0.3);
}

/* Sayfalama (CollectionPager) */
section.pagination.news-list-pagination {
    padding-top: 0.5rem;
    padding-bottom: 2.5rem;
}

.news-list-pagination .inner-container {
    border-radius: 12px;
    border: 1px solid rgba(11, 60, 95, 0.08);
    background: #f8fafc;
    padding: 1rem 1.25rem;
}

.news-list-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-list-pagination .Sayfalama a:link,
.news-list-pagination .Sayfalama a:visited,
.news-list-pagination .Sayfalama a:active,
.news-list-pagination .Pagination a:link,
.news-list-pagination .Pagination a:visited,
.news-list-pagination .Pagination a:active {
    background-image: none;
    background-color: #fff;
    border: 1px solid rgba(11, 60, 95, 0.2);
    border-radius: 8px;
    padding: 0.4rem 0.65rem;
    margin: 2px;
    font-size: 0.875rem;
    color: #0b3c5f;
    font-weight: 600;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.news-list-pagination .Sayfalama a:hover,
.news-list-pagination .Pagination a:hover {
    background-image: none;
    background-color: #0b3c5f;
    border-color: #0b3c5f;
    color: #fff;
}

.news-list-pagination .Sayfalama INPUT,
.news-list-pagination .Pagination INPUT {
    background-image: none;
    background-color: #fff;
    border: 1px solid rgba(11, 60, 95, 0.2);
    border-radius: 8px;
    padding: 0.4rem 0.65rem;
    margin: 2px;
    font-size: 0.875rem;
    color: #334155;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.news-list-pagination .Sayfalama INPUT:hover,
.news-list-pagination .Pagination INPUT:hover {
    border-color: #0b3c5f;
}

.news-list-pagination .Sayfalama span,
.news-list-pagination .Pagination span {
    margin: 2px 4px;
    font-size: 0.9rem;
    color: #64748b;
}

.news-list-pagination .Sayfalama B,
.news-list-pagination .Pagination B {
    background-image: none;
    background: linear-gradient(145deg, #0b3c5f 0%, #134b77 100%);
    border: 1px solid #0b3c5f;
    border-radius: 8px;
    padding: 0.4rem 0.65rem;
    font-size: 0.875rem;
    color: #fff;
    font-family: inherit;
    cursor: default;
}
