.news-page,
.news-article {
    color: #25282d;
    margin: 0 auto 24px;
    max-width: 1040px;
}

.news-page-header,
.news-article-header {
    background: linear-gradient(135deg, #fff8f3, #fff);
    border: 1px solid rgba(238, 140, 90, .18);
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(37, 40, 45, .07);
    margin-bottom: 18px;
    padding: 30px;
}

.news-page-kicker {
    color: #cf6939;
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.news-page-header h1,
.news-article-header h1 {
    font-size: clamp(25px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}

.news-page-header p,
.news-article-preview {
    color: #697079;
    font-size: 16px;
    margin: 12px 0 0;
    max-width: 760px;
}

.news-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-card {
    background: #fff;
    border: 1px solid rgba(37, 40, 45, .08);
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(37, 40, 45, .07);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: box-shadow .2s ease, transform .2s ease;
}

.news-card:hover {
    box-shadow: 0 16px 38px rgba(37, 40, 45, .12);
    transform: translateY(-3px);
}

.news-card-media {
    background: linear-gradient(135deg, #ffe7d7, #fff5c8);
    display: block;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.news-card-media img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.news-card:hover .news-card-media img {
    transform: scale(1.035);
}

.news-card-placeholder {
    align-items: center;
    color: rgba(207, 105, 57, .55);
    display: flex;
    font-size: 52px;
    height: 100%;
    justify-content: center;
}

.news-card-new {
    background: #ef5d75;
    border-radius: 12px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 6px 9px;
    position: absolute;
    right: 12px;
    text-transform: uppercase;
    top: 12px;
}

.news-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.news-card-meta,
.news-article-meta {
    color: #848b94;
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    gap: 12px;
}

.news-card h3 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 12px 0 8px;
}

.news-card h3 a {
    color: #25282d;
    text-decoration: none;
}

.news-card h3 a:hover {
    color: #cf6939;
}

.news-card-body > p {
    color: #697079;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 16px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-card-footer {
    align-items: center;
    border-top: 1px solid #f0f1f2;
    color: #8a9199;
    display: flex;
    font-size: 11px;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
}

.news-card-footer a {
    color: #cf6939;
    font-weight: 800;
    margin-left: auto;
    text-decoration: none;
}

.news-empty {
    align-items: center;
    background: #fff;
    border: 1px dashed #d8dce0;
    border-radius: 20px;
    color: #7d848c;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 34px 20px;
    text-align: center;
}

.news-empty i {
    color: #ee8c5a;
    font-size: 30px;
    margin-bottom: 4px;
}

.news-empty strong {
    color: #353940;
}

.news-all-link-wrap {
    margin-top: 16px;
    text-align: center;
}

.news-all-link {
    align-items: center;
    background: linear-gradient(135deg, #ee8c5a, #f0aa64);
    border-radius: 14px;
    box-shadow: 0 9px 22px rgba(238, 140, 90, .22);
    color: #fff !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    padding: 11px 17px;
    text-decoration: none !important;
}

.news-pagination {
    margin-top: 20px;
}

.news-back-link {
    color: #cf6939;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 7px;
    margin: 4px 0 14px;
    text-decoration: none;
}

.news-article-meta {
    margin-bottom: 14px;
}

.news-article-image {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(37, 40, 45, .08);
    margin: 0 0 18px;
    overflow: hidden;
}

.news-article-image img {
    display: block;
    max-height: 580px;
    object-fit: cover;
    width: 100%;
}

.news-article-content {
    background: #fff;
    border: 1px solid rgba(37, 40, 45, .08);
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(37, 40, 45, .07);
    padding: clamp(24px, 5vw, 48px);
}

.news-article-content section + section {
    border-top: 1px solid #eff1f2;
    margin-top: 28px;
    padding-top: 24px;
}

.news-article-content h2 {
    font-size: 23px;
    font-weight: 800;
    margin: 0 0 12px;
}

.news-article-content p {
    color: #50565e;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

.news-article-lead {
    color: #2f343a !important;
    font-size: 17px !important;
    font-weight: 600;
    margin-bottom: 26px !important;
}

.news-article-footer {
    margin-top: 18px;
    text-align: center;
}

@media (max-width: 720px) {
    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-page-header,
    .news-article-header {
        border-radius: 18px;
        padding: 22px;
    }

    .news-card-media {
        height: 190px;
    }
}

@media (max-width: 420px) {
    .news-card-footer {
        gap: 8px;
    }

    .news-card-footer a {
        font-size: 0;
    }

    .news-card-footer a i {
        font-size: 12px;
    }
}
