/* ARCHIVE PAGE */
.archive-page {
    background: #fff;
}

.archive-banner {
    width: 100%;
    height: 370px;
    overflow: hidden;
    background: #f6f6f6;
}

.archive-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.archive-content {
    padding: 36px 0 80px;
}

.archive-breadcrumb {
    margin-bottom: 32px;
    color: #666;
    font-size: 16px;
}

.archive-breadcrumb a {
    color: #0077b6;
    text-decoration: none;
}

.archive-breadcrumb a:hover {
    color: #ff8a18;
}

/* HEADING */
.archive-heading {
    margin-bottom: 34px;
}

.archive-title {
    margin: 0 0 14px;
    color: #ff8a18;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
}

.archive-desc {
    max-width: 850px;
    color: #555;
    font-size: 17px;
    line-height: 1.7;
}

/* FEATURED NEWS */
.featured-news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px;
    align-items: center;
    margin-bottom: 46px;
}

.featured-news-thumb {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}

.featured-news-thumb img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    display: block;
    transition: 0.35s ease;
}

.featured-news:hover .featured-news-thumb img {
    transform: scale(1.04);
}

.featured-news-content {
    padding-right: 20px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
    color: #777;
    font-size: 14px;
}

.post-category {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    border-radius: 999px;
    background: #ff8a18;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.post-category:hover {
    color: #fff;
    background: #e96f00;
}

.post-date,
.post-view {
    color: #777;
}

.featured-news-title {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 800;
    text-transform: uppercase;
}

.featured-news-title a {
    color: #ff8a18;
    text-decoration: none;
}

.featured-news-title a:hover {
    color: #ff8a18;
}

.featured-news-excerpt {
    margin-bottom: 28px;
    color: #333;
    font-size: 17px;
    line-height: 1.75;
}

.archive-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 30px;
    border-radius: 999px;
    background: #ff8a18;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.25s ease;
}

.archive-btn:hover {
    color: #fff;
    background: #e96f00;
    transform: translateY(-3px);
}

/* NEWS CARD */
.news-list {
    margin-top: 10px;
}

.news-card {
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eeeeee;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
}

.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
}

.news-thumb {
    overflow: hidden;
    background: #f6f6f6;
}

.news-thumb img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    display: block;
    transition: 0.35s ease;
}

.news-card:hover .news-thumb img {
    transform: scale(1.06);
}

.news-card-body {
    padding: 18px 18px 20px;
}

.news-card-meta {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    color: #777;
    font-size: 13px;
}
.news-card-meta a {
    color: #fff !important;
}
.news-cat {
    padding: 4px 10px;
    border-radius: 999px;
    background: #ff8a18;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.news-cat:hover {
    color: #fff;
    background: #e96f00;
}

.news-card-title {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;
}

.news-card-title a {
    color: #ff8a18;
    text-decoration: none;
}

.news-card-title a:hover {
    color: #ff8a18;
}

.news-readmore {
    color: #ff8a18;
    font-weight: 800;
    text-decoration: none;
}

.news-readmore:hover {
    color: #ff8a18;
}

/* PAGINATION */
.archive-pagination,
.pagenavi-smm {
    margin-top: 42px;
    text-align: center;
}

.archive-pagination .page-numbers,
.pagenavi-smm a,
.pagenavi-smm span {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    padding: 0 12px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eeeeee;
    color: #ff8a18;
    font-weight: 700;
    text-decoration: none;
}

.archive-pagination .page-numbers.current,
.archive-pagination .page-numbers:hover,
.pagenavi-smm .current,
.pagenavi-smm a:hover {
    background: #ff8a18;
    color: #fff;
    border-color: #ff8a18;
}

/* EMPTY */
.archive-empty {
    padding: 50px 20px;
    border-radius: 16px;
    background: #f8f8f8;
    text-align: center;
    color: #555;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .archive-banner {
        height: 220px;
    }

    .featured-news {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .featured-news-content {
        padding-right: 0;
    }

    .featured-news-thumb img {
        height: 280px;
    }
}

@media (max-width: 575px) {
    .archive-banner {
        height: 170px;
    }

    .archive-content {
        padding: 28px 0 60px;
    }

    .archive-title {
        font-size: 26px;
    }

    .featured-news-title {
        font-size: 22px;
    }

    .featured-news-thumb img,
    .news-thumb img {
        height: 220px;
    }

    .archive-btn {
        width: 100%;
    }
}