.news-archive-page {
    background: #fff;
    color: #0b2d5d
}

.news-archive-hero {
    padding: 34px 0 24px;
    background: radial-gradient(circle at 8% 20%, #dcefff, transparent 35%), linear-gradient(130deg, #f4faff, #fff 54%, #edf7ff)
}

.news-archive-hero__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 48px
}

.news-archive-intro nav {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    color: #66809e;
    font-size: 15px
}

.news-archive-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #0873e8;
    font-size: 15px;
    font-weight: 800
}

.news-archive-eyebrow:after {
    width: 90px;
    height: 1px;
    background: #61aef7;
    content: ""
}

.news-archive-intro h1 {
    max-width: 600px;
    margin: 14px 0;
    color: #09285c;
    font-size: clamp(38px, 4vw, 38px);
    line-height: 1.05;
    letter-spacing: -.025em
}

.news-archive-intro h1 em {
    display: block;
    color: #0873e8;
    font-style: normal
}

.news-archive-intro>p {
    max-width: 600px;
    color: #58708f;
    font-size: 15px;
    line-height: 1.7
}

.news-archive-intro form {
    height: 54px;
    display: grid;
    grid-template-columns: 40px 1fr 54px;
    align-items: center;
    max-width: 590px;
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid #dbe9f8;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(20, 79, 143, .08)
}

.news-archive-intro form>svg {
    width: 18px;
    margin-left: 17px;
    color: #5680ad
}

.news-archive-intro input {
    height: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #193d66;
    font-size: 15px
}

.news-archive-intro button {
    height: 100%;
    border: 0;
    background: #0873e8;
    color: #fff
}

.news-archive-intro button svg {
    width: 20px
}

.news-project-feature {
    overflow: hidden;
    border: 1px solid #d8e7f6;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(14, 67, 126, .11)
}

.news-project-feature__image {
    display: block;
    height: 285px;
    overflow: hidden
}

.news-project-feature__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-project-feature>div {
    padding: 14px 22px 18px
}

.news-project-feature>div>span {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 13px;
    background: #0873e8;
    color: #fff;
    font-size: 15px;
    font-weight: 800
}

.news-project-feature small {
    display: block;
    margin: 7px 0;
    color: #7086a0;
    font-size: 15px
}

.news-project-feature h2 {
    margin: 0 0 7px;
    font-size: 17px
}

.news-project-feature p {
    height: 45px;
    overflow: hidden;
    margin: 0 0 8px;
    color: #617792;
    font-size: 15px
}

.news-project-feature>div>a {
    display: inline-flex;
    gap: 6px;
    color: #0873e8;
    font-size: 15px;
    font-weight: 750
}

.news-project-feature svg {
    width: 14px
}

.news-category-tabs {
    position: sticky;
    z-index: 20;
    top: 0;
    padding: 14px 0;
    border-bottom: 1px solid #e2edf8;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(12px)
}

.admin-bar .news-category-tabs {
    top: 32px
}

.news-category-tabs__inner {
    display: flex;
    align-items: center;
    gap: 10px
}

.news-category-tabs button {
    height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: none;
    padding: 0 15px;
    border: 1px solid #d4e4f6;
    border-radius: 20px;
    background: #fff;
    color: #315a85;
    font-size: 15px;
    cursor: pointer;
    transition: .25s
}

.news-category-tabs button svg {
    width: 15px;
    color: #0873e8
}

.news-category-tabs button:hover,
.news-category-tabs button.is-active {
    border-color: #0873e8;
    background: #0873e8;
    color: #fff;
    box-shadow: 0 7px 16px rgba(8, 115, 232, .2)
}

.news-category-tabs button.is-active svg {
    color: #fff
}

.news-archive-content {
    padding: 34px 0
}

.news-archive-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px
}

.news-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px
}

.news-section-heading h2 {
    position: relative;
    margin: 0;
    color: #0b3063;
    font-size: 25px
}

.news-section-heading h2:after {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 35px;
    height: 3px;
    border-radius: 2px;
    background: #0873e8;
    content: ""
}

.news-section-heading>a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #0873e8;
    font-size: 15px;
    font-weight: 700
}

.news-section-heading svg {
    width: 14px
}

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

.news-archive-card {
    overflow: hidden;
    border: 1px solid #dae8f6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(18, 69, 126, .07);
    transition: .28s
}

.news-archive-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 13px 28px rgba(18, 69, 126, .13)
}

.news-archive-card__image {
    position: relative;
    height: 220px;
    display: block;
    overflow: hidden
}

.news-archive-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s
}

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

.news-archive-card__image span {
    position: absolute;
    left: 12px;
    bottom: 0;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
    background: #0873e8;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase
}

.news-archive-card__body {
    padding: 12px 14px 14px
}

.news-archive-card time {
    color: #6c84a0;
    font-size: 13px
}

.news-archive-card h3 {
    height: 58px;
    overflow: hidden;
    margin: 6px 0 14px;
    font-size: 15px;
    line-height: 1.42
}

.news-archive-card__more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0873e8;
    font-size: 15px;
    font-weight: 750
}

.news-archive-card__more svg {
    width: 15px
}

.news-load-more {
    min-width: 190px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 24px auto 0;
    border: 1px solid #8cbef4;
    border-radius: 9px;
    background: #fff;
    color: #0873e8;
    font-size: 15px;
    font-weight: 750;
    cursor: pointer
}

.news-load-more svg {
    width: 16px
}

.news-load-more[hidden] {
    display: none
}

.news-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.news-sidebar>section {
    padding: 16px;
    border: 1px solid #d9e7f6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(15, 69, 127, .05)
}

.news-sidebar__heading {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news-sidebar h2 {
    margin: 0 0 12px;
    font-size: 18px
}

.news-sidebar__heading a {
    color: #0873e8;
    font-size: 15px
}

.news-sidebar-post {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #e5edf6
}

.news-sidebar-post img {
    width: 82px;
    height: 58px;
    object-fit: cover;
    border-radius: 6px
}

.news-sidebar-post strong,
.news-sidebar-post small {
    display: block
}

.news-sidebar-post strong {
    font-size: 15px;
    line-height: 1.4
}

.news-sidebar-post small {
    margin-top: 3px;
    color: #7087a2;
    font-size: 13px
}

.news-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.news-sidebar li button {
    width: 100%;
    display: grid;
    grid-template-columns: 24px 1fr auto 14px;
    align-items: center;
    gap: 7px;
    padding: 8px 0;
    border: 0;
    background: transparent;
    color: #31587f;
    text-align: left;
    font-size: 15px;
    cursor: pointer
}

.news-sidebar li svg {
    width: 15px;
    color: #0873e8
}

.news-sidebar li b {
    min-width: 24px;
    padding: 3px;
    border-radius: 10px;
    background: #edf6ff;
    color: #0873e8;
    text-align: center
}

.news-consult {
    display: flex;
    align-items: center;
    gap: 13px;
    background: linear-gradient(135deg, #f2f9ff, #fff) !important
}

.news-consult>svg {
    width: 48px;
    color: #0873e8
}

.news-consult strong,
.news-consult small {
    display: block
}

.news-consult strong {
    color: #0873e8;
    font-size: 15px
}

.news-consult small {
    font-size: 15px
}

.news-consult a {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 11px;
    border: 1px solid #9bc8f8;
    border-radius: 15px;
    color: #0873e8;
    font-size: 15px;
    font-weight: 750
}

.news-topics {
    padding: 28px 0 55px;
    background: #fbfdff
}

.news-topic-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

.news-topic-grid>a {
    min-height: 95px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 1px solid #dce9f7;
    border-radius: 11px;
    background: #fff
}

.news-topic-grid>a>svg {
    width: 42px;
    height: 42px;
    padding: 9px;
    border-radius: 10px;
    background: #edf6ff;
    color: #0873e8
}

.news-topic-grid strong,
.news-topic-grid small {
    display: block
}

.news-topic-grid strong {
    font-size: 15px
}

.news-topic-grid small {
    margin-top: 4px;
    color: #6c8199;
    font-size: 15px
}

.news-ajax-grid.is-loading {
    opacity: .42;
    pointer-events: none
}

.news-ajax-grid.is-loading:after {
    position: absolute;
    width: 34px;
    height: 34px;
    inset: 50% auto auto 50%;
    border: 3px solid #c8def5;
    border-top-color: #0873e8;
    border-radius: 50%;
    content: "";
    animation: newsSpin .7s linear infinite
}

.news-ajax-empty {
    grid-column: 1/-1;
    padding: 50px;
    text-align: center
}

.news-load-more.is-loading {
    opacity: .55;
    pointer-events: none
}

@keyframes newsSpin {
    to {
        transform: rotate(360deg)
    }
}

@media(max-width:1100px) {
    .news-archive-hero__grid {
        gap: 25px
    }

    .news-archive-layout {
        grid-template-columns: 1fr 285px
    }

    .news-ajax-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .news-topic-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:768px) {
    .news-archive-hero {
        padding-top: 24px
    }

    .news-archive-hero__grid {
        grid-template-columns: 1fr
    }

    .news-archive-intro h1 {
        font-size: 39px
    }

    .news-project-feature__image {
        height: 230px
    }

    .news-category-tabs {
        top: 0
    }

    .admin-bar .news-category-tabs {
        top: 46px
    }

    .news-archive-layout {
        grid-template-columns: 1fr
    }

    .news-sidebar {
        order: 2
    }

    .news-sidebar>section:first-child {
        display: none
    }

    .news-archive-card__image {
        height: 190px
    }
}

@media(max-width:520px) {
    .news-archive-intro h1 {
        font-size: 32px
    }

    .news-archive-intro>p {
        font-size: 15px
    }

    .news-ajax-grid {
        grid-template-columns: 1fr
    }

    .news-archive-card__image {
        height: 225px
    }

    .news-topic-grid {
        grid-template-columns: 1fr
    }

    .news-sidebar li button {
        font-size: 15px
    }
}

@media(prefers-reduced-motion:reduce) {

    .news-archive-card,
    .news-archive-card img,
    .news-category-tabs button {
        transition: none
    }

    .news-ajax-grid.is-loading:after {
        animation: none
    }
}

.news-ajax-grid {
    position: relative
}