/* ========== Figma风格列表页样式 ========== */
/* 设计语言：大圆角、毛玻璃效果、现代简约 */

/* ========== 变量定义 ========== */
:root {
    --zh-primary: #6b7d55;
    --zh-primary-dark: #232e07;
    --zh-primary-light: #8a9d70;
    --zh-bg-light: #f8fff2;
    --zh-bg-cream: #f5f7f0;
    --zh-text: #484848;
    --zh-heading: #232e07;
    --zh-border: rgba(107, 125, 85, 0.2);
    --zh-shadow: rgba(35, 46, 7, 0.08);
    --zh-radius-xl: 60px;
    --zh-radius-lg: 40px;
    --zh-radius-md: 25px;
    --zh-radius-sm: 15px;
}

/* ========== 页面Hero区域 ========== */
.zh_list_hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: -120px;
    padding-top: 120px;
}

.zh_list_hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.zh_list_hero_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zh_list_hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(35, 46, 7, 0.85) 0%,
        rgba(107, 125, 85, 0.7) 50%,
        rgba(35, 46, 7, 0.8) 100%
    );
}

.zh_list_hero_content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 60px 0 80px;
}

.zh_list_hero_card {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--zh-radius-xl);
    padding: 50px 60px;
    max-width: 650px;
    box-shadow:
        inset -8px -6px 20px rgba(18, 30, 14, 0.15),
        inset 6px 4px 15px rgba(255, 255, 255, 0.1);
}

.zh_list_hero_breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 14px;
}

.zh_list_hero_breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.zh_list_hero_breadcrumb a:hover {
    color: #fff;
}

.zh_list_hero_breadcrumb span {
    color: var(--zh-bg-light);
}

.zh_breadcrumb_divider {
    color: rgba(255, 255, 255, 0.4);
}

.zh_list_hero_title {
    font-family: 'Raleway', 'Noto Sans SC', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.zh_list_hero_desc {
    font-family: 'Poppins', 'Noto Sans SC', sans-serif;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

/* ========== 分类导航区 ========== */
.zh_category_nav {
    background: var(--zh-primary-dark);
    padding: 0;
    position: sticky;
    top: 119px;
    z-index: 90;
}

.zh_category_nav_inner {
    background: rgba(107, 125, 85, 0.2);
    border-radius: 0;
    padding: 15px 0;
}

.zh_category_nav_scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 5px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.zh_category_nav_scroll::-webkit-scrollbar {
    display: none;
}

.zh_category_nav_item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--zh-radius-lg);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.zh_category_nav_item i {
    font-size: 14px;
    opacity: 0.7;
}

.zh_category_nav_item:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.zh_category_nav_item.active {
    background: var(--zh-bg-light);
    color: var(--zh-primary-dark);
    border-color: var(--zh-bg-light);
}

.zh_category_nav_item.active i {
    opacity: 1;
}

/* ========== 主内容区 ========== */
.zh_list_main {
    background: var(--zh-bg-cream);
    padding: 50px 0 80px;
}

/* ========== 搜索和工具栏 ========== */
.zh_list_toolbar {
    margin-bottom: 40px;
}

.zh_search_box {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.zh_search_input_wrap {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.zh_search_input_wrap i {
    position: absolute;
    left: 25px;
    color: var(--zh-primary);
    font-size: 18px;
}

.zh_search_input {
    width: 100%;
    padding: 18px 25px 18px 55px;
    background: #fff;
    border: 2px solid var(--zh-border);
    border-radius: var(--zh-radius-lg);
    font-size: 15px;
    color: var(--zh-text);
    transition: all 0.3s ease;
    font-family: 'Poppins', 'Noto Sans SC', sans-serif;
}

.zh_search_input:focus {
    outline: none;
    border-color: var(--zh-primary);
    box-shadow: 0 0 0 4px rgba(107, 125, 85, 0.1);
}

.zh_search_input::placeholder {
    color: #999;
}

.zh_search_btn {
    padding: 18px 40px;
    background: var(--zh-primary);
    color: #fff;
    border: none;
    border-radius: var(--zh-radius-lg);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', 'Noto Sans SC', sans-serif;
}

.zh_search_btn:hover {
    background: var(--zh-primary-dark);
    transform: translateY(-2px);
}

.zh_filter_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: #fff;
    border-radius: var(--zh-radius-md);
    border: 1px solid var(--zh-border);
}

.zh_filter_info {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.zh_filter_count {
    font-size: 32px;
    font-weight: 700;
    color: var(--zh-primary);
    font-family: 'Raleway', sans-serif;
}

.zh_filter_text {
    font-size: 15px;
    color: var(--zh-text);
}

.zh_filter_select {
    padding: 12px 40px 12px 20px;
    background: var(--zh-bg-light);
    border: 2px solid transparent;
    border-radius: var(--zh-radius-sm);
    font-size: 14px;
    color: var(--zh-text);
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7d55' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.zh_filter_select:hover,
.zh_filter_select:focus {
    border-color: var(--zh-primary);
    outline: none;
}

/* ========== 列表布局 ========== */
.zh_list_layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: start;
}

.zh_list_content {
    min-width: 0;
}

/* ========== 信息卡片网格 ========== */
.zh_list_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.zh_info_card {
    background: #fff;
    border-radius: var(--zh-radius-lg);
    overflow: hidden;
    border: 1px solid var(--zh-border);
    transition: all 0.4s ease;
}

.zh_info_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px var(--zh-shadow);
    border-color: var(--zh-primary);
}

/* 特色卡片（第一个） */
.zh_info_card_featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
}

.zh_info_card_featured .zh_info_card_image {
    height: 100%;
    min-height: 320px;
}

.zh_info_card_featured .zh_info_card_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.zh_info_card_featured .zh_info_card_title {
    font-size: 24px;
}

.zh_info_card_featured .zh_info_card_desc {
    -webkit-line-clamp: 4;
}

.zh_info_card_image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.zh_info_card_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f5f7f0;
    transition: transform 0.5s ease;
}

.zh_info_card:hover .zh_info_card_image img {
    transform: scale(1.08);
}

.zh_info_card_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(35, 46, 7, 0.6) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.zh_info_card:hover .zh_info_card_overlay {
    opacity: 1;
}

.zh_info_card_view {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zh-primary);
    font-size: 20px;
    transform: scale(0.8);
    transition: all 0.3s ease;
    text-decoration: none;
}

.zh_info_card:hover .zh_info_card_view {
    transform: scale(1);
}

.zh_info_card_view:hover {
    background: var(--zh-primary);
    color: #fff;
}

.zh_info_card_badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px 18px;
    background: var(--zh-primary);
    color: #fff;
    border-radius: var(--zh-radius-md);
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 2;
}

.zh_info_card_body {
    padding: 28px;
}

.zh_info_card_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.zh_info_card_category {
    padding: 6px 16px;
    background: var(--zh-bg-light);
    color: var(--zh-primary);
    border-radius: var(--zh-radius-sm);
    font-size: 12px;
    font-weight: 600;
}

.zh_info_card_views {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #999;
}

.zh_info_card_views i {
    font-size: 12px;
}

.zh_info_card_title {
    margin-bottom: 12px;
}

.zh_info_card_title a {
    font-family: 'Raleway', 'Noto Sans SC', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--zh-heading);
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.zh_info_card_title a:hover {
    color: var(--zh-primary);
}

.zh_info_card_desc {
    font-size: 14px;
    color: var(--zh-text);
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.zh_info_card_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid var(--zh-border);
}

.zh_info_card_merchant {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--zh-text);
}

.zh_info_card_merchant i {
    color: var(--zh-primary);
}

.zh_info_card_link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--zh-primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.zh_info_card_link:hover {
    color: var(--zh-primary-dark);
}

.zh_info_card_link i {
    transition: transform 0.3s ease;
}

.zh_info_card_link:hover i {
    transform: translateX(4px);
}

/* ========== 分页样式 ========== */
.zh_pagination {
    display: flex;
    justify-content: center;
}

.zh_pagination_inner {
    display: flex;
    gap: 8px;
}

.zh_pagination .pagination {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.zh_pagination .page-item {
    list-style: none;
}

.zh_pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    padding: 0 18px;
    background: #fff;
    color: var(--zh-text);
    border: 2px solid var(--zh-border);
    border-radius: var(--zh-radius-sm);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
}

.zh_pagination .page-link:hover {
    border-color: var(--zh-primary);
    color: var(--zh-primary);
    background: var(--zh-bg-light);
}

.zh_pagination .page-item.active .page-link {
    background: var(--zh-primary);
    color: #fff;
    border-color: var(--zh-primary);
}

.zh_pagination .page-item.disabled .page-link {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ========== 空状态 ========== */
.zh_empty_card {
    text-align: center;
    padding: 80px 50px;
    background: #fff;
    border-radius: var(--zh-radius-xl);
    border: 1px solid var(--zh-border);
}

.zh_empty_icon {
    width: 120px;
    height: 120px;
    background: var(--zh-bg-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.zh_empty_icon i {
    font-size: 50px;
    color: var(--zh-primary);
    opacity: 0.5;
}

.zh_empty_title {
    font-family: 'Raleway', 'Noto Sans SC', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: var(--zh-heading);
    margin-bottom: 15px;
}

.zh_empty_desc {
    font-size: 16px;
    color: var(--zh-text);
    margin-bottom: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.zh_empty_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 35px;
    background: var(--zh-primary);
    color: #fff;
    border-radius: var(--zh-radius-lg);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.zh_empty_btn:hover {
    background: var(--zh-primary-dark);
    color: #fff;
    transform: translateY(-2px);
}

/* ========== 侧边栏 ========== */
.zh_list_sidebar {
    position: sticky;
    top: 200px;
}

.zh_sidebar_widget {
    background: #fff;
    border-radius: var(--zh-radius-lg);
    border: 1px solid var(--zh-border);
    margin-bottom: 25px;
    overflow: hidden;
}

.zh_sidebar_widget_header {
    padding: 22px 28px;
    background: var(--zh-primary-dark);
}

.zh_sidebar_widget_title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    font-family: 'Raleway', 'Noto Sans SC', sans-serif;
}

.zh_sidebar_widget_title i {
    color: var(--zh-primary-light);
    font-size: 18px;
}

.zh_sidebar_widget_body {
    padding: 25px 28px;
}

/* 热门列表 */
.zh_hot_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.zh_hot_item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.zh_hot_rank {
    width: 28px;
    height: 28px;
    background: var(--zh-bg-light);
    color: var(--zh-text);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    flex-shrink: 0;
}

.zh_hot_rank_top {
    background: var(--zh-primary);
    color: #fff;
}

.zh_hot_link {
    flex: 1;
    font-size: 14px;
    color: var(--zh-text);
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zh_hot_link:hover {
    color: var(--zh-primary);
}

/* 最新列表 */
.zh_latest_list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.zh_latest_item {
    display: flex;
    gap: 15px;
    text-decoration: none;
    padding: 12px;
    margin: -12px;
    border-radius: var(--zh-radius-sm);
    transition: all 0.3s ease;
}

.zh_latest_item:hover {
    background: var(--zh-bg-light);
}

.zh_latest_image {
    width: 80px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.zh_latest_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f5f7f0;
}

.zh_latest_info {
    flex: 1;
    min-width: 0;
}

.zh_latest_title {
    font-size: 14px;
    font-weight: 500;
    color: var(--zh-heading);
    margin-bottom: 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zh_latest_date {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* CTA卡片 */
.zh_sidebar_cta {
    position: relative;
    border-radius: var(--zh-radius-xl);
    overflow: hidden;
    background: var(--zh-primary-dark);
}

.zh_sidebar_cta_bg {
    position: absolute;
    top: -50%;
    right: -30%;
    width: 200px;
    height: 200px;
    background: var(--zh-primary);
    opacity: 0.2;
    border-radius: 50%;
}

.zh_sidebar_cta_content {
    position: relative;
    z-index: 1;
    padding: 40px 30px;
    text-align: center;
}

.zh_sidebar_cta_icon {
    width: 80px;
    height: 80px;
    background: rgba(107, 125, 85, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.zh_sidebar_cta_icon i {
    font-size: 35px;
    color: var(--zh-bg-light);
}

.zh_sidebar_cta_title {
    font-family: 'Raleway', 'Noto Sans SC', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.zh_sidebar_cta_desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 25px;
}

.zh_sidebar_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--zh-primary);
    color: #fff;
    border-radius: var(--zh-radius-lg);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.zh_sidebar_cta_btn:hover {
    background: var(--zh-primary-light);
    color: #fff;
    transform: translateY(-2px);
}

/* ========== 底部CTA区域 ========== */
.zh_list_bottom_cta {
    background: var(--zh-bg-cream);
    padding: 0 0 80px;
}

.zh_bottom_cta_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 60px;
    background: var(--zh-primary-dark);
    border-radius: var(--zh-radius-xl);
    position: relative;
    overflow: hidden;
}

.zh_bottom_cta_card::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: var(--zh-primary);
    opacity: 0.1;
    border-radius: 50%;
}

.zh_bottom_cta_left {
    position: relative;
    z-index: 1;
}

.zh_bottom_cta_title {
    font-family: 'Raleway', 'Noto Sans SC', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.zh_bottom_cta_desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.zh_bottom_cta_right {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 15px;
}

.zh_bottom_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 35px;
    background: var(--zh-primary);
    color: #fff;
    border-radius: var(--zh-radius-lg);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.zh_bottom_cta_btn:hover {
    background: var(--zh-primary-light);
    color: #fff;
    transform: translateY(-2px);
}

.zh_bottom_cta_btn_outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.zh_bottom_cta_btn_outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

/* ========== 响应式设计 ========== */
@media (max-width: 1200px) {
    .zh_list_layout {
        grid-template-columns: 1fr 300px;
        gap: 30px;
    }

    .zh_info_card_featured {
        grid-column: span 2;
    }
}

@media (max-width: 992px) {
    .zh_list_hero {
        min-height: 350px;
        margin-top: -75px;
        padding-top: 75px;
    }

    .zh_list_hero_card {
        padding: 40px 45px;
        border-radius: var(--zh-radius-lg);
    }

    .zh_list_hero_title {
        font-size: 40px;
    }

    .zh_category_nav {
        top: 74px;
    }

    .zh_list_layout {
        grid-template-columns: 1fr;
    }

    .zh_list_sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .zh_sidebar_cta {
        grid-column: span 2;
    }

    .zh_list_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .zh_info_card_featured {
        grid-column: span 2;
        grid-template-columns: 1fr 1fr;
    }

    .zh_bottom_cta_card {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 45px 40px;
    }

    .zh_bottom_cta_right {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .zh_list_hero {
        min-height: 300px;
    }

    .zh_list_hero_card {
        padding: 30px 35px;
        border-radius: var(--zh-radius-md);
    }

    .zh_list_hero_title {
        font-size: 32px;
    }

    .zh_list_hero_desc {
        font-size: 15px;
    }

    .zh_category_nav_item {
        padding: 10px 20px;
        font-size: 13px;
    }

    .zh_list_main {
        padding: 35px 0 60px;
    }

    .zh_search_box {
        flex-direction: column;
    }

    .zh_search_input {
        border-radius: var(--zh-radius-md);
    }

    .zh_search_btn {
        border-radius: var(--zh-radius-md);
    }

    .zh_filter_bar {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
        padding: 20px;
        border-radius: var(--zh-radius-md);
    }

    .zh_filter_info {
        justify-content: center;
    }

    .zh_filter_select {
        width: 100%;
    }

    .zh_list_grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .zh_info_card_featured {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }

    .zh_info_card_featured .zh_info_card_image {
        min-height: 200px;
    }

    .zh_info_card_featured .zh_info_card_body {
        padding: 28px;
    }

    .zh_info_card {
        border-radius: var(--zh-radius-md);
    }

    .zh_list_sidebar {
        grid-template-columns: 1fr;
    }

    .zh_sidebar_cta {
        grid-column: span 1;
    }

    .zh_sidebar_widget {
        border-radius: var(--zh-radius-md);
    }

    .zh_sidebar_cta {
        border-radius: var(--zh-radius-lg);
    }

    .zh_bottom_cta_card {
        padding: 35px 25px;
        border-radius: var(--zh-radius-lg);
    }

    .zh_bottom_cta_title {
        font-size: 24px;
    }

    .zh_bottom_cta_btn {
        padding: 14px 25px;
        font-size: 14px;
    }

    .zh_empty_card {
        padding: 60px 30px;
        border-radius: var(--zh-radius-lg);
    }
}

@media (max-width: 576px) {
    .zh_list_hero_card {
        padding: 25px 25px;
    }

    .zh_list_hero_title {
        font-size: 28px;
    }

    .zh_category_nav_item {
        padding: 8px 16px;
        border-radius: var(--zh-radius-md);
    }

    .zh_info_card_body {
        padding: 22px;
    }

    .zh_sidebar_widget_header,
    .zh_sidebar_widget_body {
        padding: 18px 22px;
    }

    .zh_sidebar_cta_content {
        padding: 35px 25px;
    }

    .zh_pagination .page-link {
        min-width: 40px;
        height: 40px;
        padding: 0 12px;
    }
}
