body.page-news {
    background: #f8f9fa;
}

body.page-news .news-redesign {
    --news-red: #d71920;
    --news-red-dark: #b80f17;
    --news-ink: #171a22;
    --news-muted: #666f7c;
    --news-line: rgba(23, 26, 34, 0.12);
    --news-soft: #f8f9fa;
    padding: 76px 0 96px;
    background: var(--news-soft);
    font-family: inherit;
}

body.page-news .news-shell {
    width: min(1280px, calc(100% - 96px));
    margin: 0 auto;
}

body.page-news .news-section-head {
    display: grid;
    grid-template-columns: minmax(420px, 0.9fr) minmax(360px, 0.65fr);
    align-items: center;
    gap: 56px;
    margin-bottom: 34px;
    padding: 44px 48px;
    border: 1px solid rgba(23, 26, 34, 0.08);
    background: #fff;
    box-shadow: 0 18px 48px rgba(18, 24, 32, 0.055);
}

body.page-news .news-kicker {
    margin: 0 0 14px;
    color: var(--news-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

body.page-news .news-section-head h2 {
    margin: 0;
    color: var(--news-ink);
    max-width: 760px;
    font-size: clamp(34px, 3.2vw, 52px);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.04;
}

body.page-news .news-section-head > p {
    margin: 0;
    padding-left: 28px;
    border-left: 3px solid var(--news-red);
    color: #69727e;
    font-size: 16px;
    line-height: 1.8;
}

body.page-news .news-featured-card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    min-height: 430px;
    margin-bottom: 34px;
    background: #11151d;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 70px rgba(18, 24, 32, 0.16);
    overflow: hidden;
}

body.page-news .news-featured-media {
    position: relative;
    display: block;
    min-height: 430px;
    overflow: hidden;
    background: #222;
}

body.page-news .news-featured-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.26));
}

body.page-news .news-featured-media img,
body.page-news .news-featured-media iframe {
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 0;
    display: block;
    object-fit: cover;
    transition: transform 520ms ease, filter 520ms ease;
}

body.page-news .news-featured-media iframe {
    background: #fff;
    pointer-events: none;
}

body.page-news .news-featured-card:hover .news-featured-media img {
    transform: scale(1.04);
    filter: saturate(1.08);
}

body.page-news .news-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px;
    background:
        linear-gradient(135deg, rgba(215, 25, 32, 0.2), transparent 48%),
        #11151d;
}

body.page-news .news-meta-line,
body.page-news .news-meta {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

body.page-news .news-meta-line {
    margin-bottom: 22px;
}

body.page-news .news-meta-line span,
body.page-news .news-meta-line time,
body.page-news .meta-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(215, 25, 32, 0.18);
    background: rgba(215, 25, 32, 0.08);
    color: var(--news-red);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

body.page-news .news-meta-line span:first-child {
    background: var(--news-red);
    border-color: var(--news-red);
    color: #fff;
}

body.page-news .news-meta-line time {
    color: rgba(255, 255, 255, 0.74);
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
}

body.page-news .news-featured-content h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(30px, 3.1vw, 50px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.04;
}

body.page-news .news-featured-content h3 a,
body.page-news .news-title a {
    color: inherit;
    text-decoration: none;
}

body.page-news .news-featured-content p {
    max-width: 620px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.78;
}

body.page-news .news-read-link,
body.page-news .read-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid var(--news-red);
    border-radius: 0;
    background: var(--news-red);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
}

body.page-news .news-read-link:hover,
body.page-news .read-more-btn:hover {
    transform: translateY(-2px);
    background: #11151d;
    border-color: #11151d;
    color: #fff;
}

body.page-news .news-read-link i,
body.page-news .read-more-btn i {
    transition: transform 220ms ease;
}

body.page-news .news-read-link:hover i,
body.page-news .read-more-btn:hover i {
    transform: translateX(4px);
}

body.page-news .news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
    gap: 34px;
}

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

body.page-news .news-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid var(--news-line);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

body.page-news .news-card:hover {
    transform: translateY(-6px);
    border-color: rgba(215, 25, 32, 0.28);
    box-shadow: 0 24px 46px rgba(18, 24, 32, 0.1);
}

body.page-news .news-card-inner,
body.page-news .news-date-bar,
body.page-news .date-text,
body.page-news .news-action {
    all: unset;
}

body.page-news .news-image-container {
    position: relative;
    display: block;
    height: 230px;
    overflow: hidden;
    background: #161a22;
}

body.page-news .news-image-container::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34));
    pointer-events: none;
}

body.page-news .news-image-container img,
body.page-news .news-image-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    object-fit: cover;
    transition: transform 420ms ease;
}

body.page-news .news-image-container iframe {
    background: #fff;
    pointer-events: none;
}

body.page-news .news-card:hover .news-image-container img {
    transform: scale(1.05);
}

body.page-news .news-image-container time {
    position: absolute;
    z-index: 1;
    left: 22px;
    bottom: 18px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    background: var(--news-red);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

body.page-news .news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 28px;
}

body.page-news .news-meta {
    margin-bottom: 16px;
}

body.page-news .meta-tag {
    background: #f8f9fa;
}

body.page-news .news-title {
    margin: 0 0 15px;
    color: var(--news-ink);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.16;
}

body.page-news .news-title a:hover {
    color: var(--news-red);
}

body.page-news .news-excerpt {
    flex: 1;
    margin: 0 0 26px;
    color: var(--news-muted);
    font-size: 15px;
    line-height: 1.75;
}

body.page-news .read-more-btn {
    min-height: 44px;
    width: 100%;
    padding: 0 18px;
    border-radius: 0 !important;
    background: #fff;
    color: var(--news-red);
}

body.page-news .read-more-btn:hover {
    background: var(--news-red);
    border-color: var(--news-red);
    color: #fff;
}

body.page-news .news-sidebar {
    position: sticky;
    top: 104px;
    display: grid;
    gap: 18px;
}

body.page-news .sidebar-widget {
    margin: 0;
    padding: 28px;
    border: 1px solid var(--news-line);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 44px rgba(18, 24, 32, 0.06);
    backdrop-filter: blur(12px);
}

body.page-news .widget-title {
    margin: 0 0 18px;
    color: var(--news-ink);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

body.page-news .search-form .form-group {
    position: relative;
    margin: 0;
}

body.page-news .search-form input {
    width: 100%;
    height: 52px;
    padding: 0 56px 0 16px;
    border: 1px solid var(--news-line);
    border-radius: 0;
    background: #fff;
    color: var(--news-ink);
    font-size: 14px;
    outline: none;
}

body.page-news .search-form input:focus {
    border-color: var(--news-red);
}

body.page-news .search-form button {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 0;
    background: var(--news-red);
    color: #fff;
}

body.page-news .categories-list,
body.page-news .tags-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.page-news .categories-list {
    display: grid;
    gap: 8px;
}

body.page-news .categories-list a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 14px;
    border: 1px solid transparent;
    background: #f8f9fa;
    color: #4e5864;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

body.page-news .categories-list a:hover,
body.page-news .categories-list a.active {
    border-color: rgba(215, 25, 32, 0.22);
    background: #fff;
    color: var(--news-red);
}

body.page-news .categories-list span {
    color: inherit;
    opacity: 0.7;
}

body.page-news .recent-posts {
    display: grid;
    gap: 16px;
}

body.page-news .post {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    color: inherit;
    text-decoration: none;
}

body.page-news .post-thumb {
    display: block;
    width: 82px;
    height: 72px;
    overflow: hidden;
    background: #151922;
}

body.page-news .post-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 300ms ease;
}

body.page-news .post:hover .post-thumb img {
    transform: scale(1.07);
}

body.page-news .post-content strong {
    display: block;
    color: var(--news-ink);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

body.page-news .post:hover .post-content strong {
    color: var(--news-red);
}

body.page-news .post-content time {
    display: block;
    margin-top: 8px;
    color: #7a838e;
    font-size: 12px;
    font-weight: 700;
}

body.page-news .tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.page-news .tags-list a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid var(--news-line);
    background: #fff;
    color: #56606c;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

body.page-news .tags-list a:hover,
body.page-news .tags-list a.active {
    border-color: var(--news-red);
    background: var(--news-red);
    color: #fff;
}

body.page-news .no-news {
    grid-column: 1 / -1;
    padding: 58px;
    border: 1px solid var(--news-line);
    background: #fff;
    color: var(--news-muted);
    text-align: left;
}

body.page-news .no-news h3 {
    margin: 0 0 10px;
    color: var(--news-ink);
    font-size: 28px;
    font-weight: 900;
}

body.page-news .sidebar-empty {
    margin: 0;
    color: var(--news-muted);
}

@media (max-width: 1199px) {
    body.page-news .news-shell {
        width: min(100% - 56px, 1120px);
    }

    body.page-news .news-layout,
    body.page-news .news-featured-card {
        grid-template-columns: 1fr;
    }

    body.page-news .news-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.page-news .news-section-head,
    body.page-news .news-grid {
        grid-template-columns: 1fr;
    }

    body.page-news .news-section-head {
        gap: 22px;
        padding: 34px;
    }

    body.page-news .news-section-head > p {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    body.page-news .news-redesign {
        padding: 62px 0 72px;
    }

    body.page-news .news-shell {
        width: min(100% - 34px, 620px);
    }

    body.page-news .news-featured-card,
    body.page-news .news-featured-media,
    body.page-news .news-featured-media img,
    body.page-news .news-featured-media iframe {
        min-height: 310px;
    }

    body.page-news .news-featured-content,
    body.page-news .news-content,
    body.page-news .news-section-head,
    body.page-news .sidebar-widget {
        padding: 24px;
    }

    body.page-news .news-section-head > p {
        padding: 18px 0 0;
        border-left: 0;
        border-top: 3px solid var(--news-red);
    }

    body.page-news .news-sidebar {
        grid-template-columns: 1fr;
    }

    body.page-news .post {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    body.page-news .post-thumb {
        width: 74px;
        height: 66px;
    }
}
