.template-news-index,
.template-news-page {
    margin: 0;
    background: #f2f2f2;
    color: #0d1117;
    font-family: "Poppins", sans-serif;
}

.news-index-page__section,
.news-detail-page__section {
    padding: 52px 0 84px;
}

.content-page__associate-back {
    margin-bottom: 20px;
}

.content-page__associate-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: #eef3f8;
    color: #17304f;
    text-decoration: none;
    font: 600 14px/1 "Poppins", sans-serif;
    transition: background 0.2s ease, color 0.2s ease;
}

.content-page__associate-back-link:hover,
.content-page__associate-back-link:focus-visible {
    background: #f9c318;
    color: #17304f;
}

.news-page-title {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    text-transform: uppercase;
    font: 300 clamp(30px, 4vw, 52px) / 1.05 "Poppins", sans-serif;
}

.news-page-title span {
    width: 7px;
    height: 52px;
    border-radius: 999px;
}

.news-page-title--yellow span {
    background: #f9c318;
}

.news-page-title--blue span {
    background: #3f7ec5;
}

.news-index-page .news-page-title {
    font: 200 clamp(30px, 4vw, 52px) / 1.05 "Poppins", sans-serif;
}

.news-detail-page .news-page-title {
    align-items: stretch;
    font: 300 clamp(21px, 2.8vw, 36px) / 1.05 "Poppins", sans-serif;
}

.news-detail-page .news-page-title span {
    height: auto;
    align-self: stretch;
}

.news-index-page__intro {
    margin-top: 20px;
    max-width: 760px;
    font: 300 18px/1.5 "Poppins", sans-serif;
}

.news-listing-list {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-listing-item {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 14px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #d9dee6;
}

.news-listing-item__image img,
.news-listing__placeholder {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.news-listing__placeholder {
    background: #d9d9d9;
}

.news-listing-item__content {
    display: flex;
    flex-direction: column;
}

.news-listing-item__content h2 {
    margin: 8px 0 0;
}

.news-listing-item__content h2 a {
    color: #1a2638;
    text-decoration: none;
    font: 600 24px/1.2 "Poppins", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-listing-item__content p {
    margin: 8px 0 0;
    color: #1f2d42;
    font: 300 16px/1.4 "Poppins", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-listing-item__content .news-read-more {
    margin-top: 10px;
}

.news-listing-empty {
    margin: 0;
    font: 400 18px/1.4 "Poppins", sans-serif;
}

.news-pagination {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.news-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #3f7dc0;
    color: #3f7dc0;
    text-decoration: none;
    font: 600 14px/1.2 "Poppins", sans-serif;
    transition: all 0.2s ease;
}

.news-pagination__link:hover,
.news-pagination__link:focus-visible {
    border-color: #f9c318;
    color: #f9c318;
}

.news-pagination__link--disabled {
    border-color: #ccd4dd;
    color: #99a5b3;
    pointer-events: none;
}

.news-pagination__status {
    color: #2a3950;
    font: 400 14px/1.2 "Poppins", sans-serif;
}

.news-index-page .news-read-more {
    color: #3f7dc0;
}

.news-index-page .news-read-more:hover,
.news-index-page .news-read-more:focus-visible {
    color: #f9c318;
}

.news-detail-page__container {
    max-width: 980px;
}

.news-detail-page__meta {
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    font: 300 14px/1.2 "Poppins", sans-serif;
}

.news-detail-page__author {
    font-style: italic;
}

.news-detail-page__excerpt {
    margin: 20px 0 0;
    color: #2a3950;
    font: 300 20px/1.45 "Poppins", sans-serif;
}

.news-detail-page__image {
    width: 100%;
    height: auto;
    border-radius: 24px;
    margin-top: 24px;
    display: block;
}

.news-detail-page__body {
    margin-top: 26px;
    color: #1d2a3a;
    font: 300 18px/1.65 "Poppins", sans-serif;
}

.news-detail-page__body h2,
.news-detail-page__body h3 {
    margin: 28px 0 10px;
    font-weight: 600;
    line-height: 1.2;
}

.news-detail-page__body p {
    margin: 0 0 14px;
}

.news-detail-page__body img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.news-detail-page__body small {
    display: inline-block;
    margin-top: 6px;
    color: #5c6878;
    font: 400 13px/1.35 "Poppins", sans-serif;
}

.news-detail-page__back {
    display: inline-flex;
    margin-top: 22px;
    color: #3f7dc0;
    text-decoration: none;
    font: 700 14px/1.2 "Poppins", sans-serif;
    transition: color 0.2s ease;
}

.news-detail-page__back:hover,
.news-detail-page__back:focus-visible {
    color: #f9c318;
}

@media (max-width: 980px) {
    .news-listing-item {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 12px;
    }

    .news-listing-item__image img,
    .news-listing__placeholder {
        height: 220px;
    }

    .news-index-page .news-page-title span {
        height: 34px;
    }
}
