.article h1{font-size: 26px;margin: 20px 0 20px 0;}
.article h2{font-size: 24px;margin: 20px 0 20px 0;}
.article h3{font-size: 22px;margin: 20px 0 20px 0;}
.article h4{font-size: 20px;margin: 20px 0 20px 0;}
.article h5{font-size: 18px;margin: 20px 0 20px 0;}
.article h6{font-size: 16px;margin: 20px 0 20px 0;}
.article img{width: 80%;text-align: center;}
.article ul{padding-left: 1em;  margin-bottom: 30px;list-style-type: disc}
.article li{font-size: 16px;margin-bottom: 15px}
.article ol{padding-left: 1em;margin-bottom: 30px;list-style: decimal;}
.article ol li:last-child {padding-bottom: 30px;}
.article table{  border: 1px solid #333;}
.article table th, table td{  border: 1px solid #333;  padding: 6px;}
.header-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.zb-page-header > .content-wrap {
    margin: 40px auto;
}
.content-wrap {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.header-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.zb-page-header h1.page-title {
    font-family: var(--zf-secondary-semibold);
    text-align: left;
    font-size: 36px;
}

.article-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 5fr;
    gap: 30px;
    margin-bottom: 20px;
}
.article-title {
    display: block;
    color: #1b4c8d;
    font-size: 20px;
    font-family: var(--zf-secondary-semibold);
    margin-bottom: 10px;
}
.article-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
    color: #555;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.meta-item {
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
}
.meta-date, .meta-folder, .meta-eye, .meta-clock {
    height: 18px;
    width: 1em;
    margin-right: 10px;
    background: url(/images/articles-icon-sprite.svg) no-repeat;
    background-size: 315px;
}
.meta-date {
    background-position: 1px -2px;
    width: 15px;
}
.meta-folder {
    background-position: -32px -2px;
    width: 19px;
}
.article-excerpt {
    font-size: 16px;
    line-height: 20px;
}
.article-img img {
    width: 100%;
}
.heading-menu {
    display: none;
}

.search-container {
	margin: 20px 0;
}
.search-container input {
    padding: 8px;
    width: 300px;
    float: right;
    border: solid 1.5px #ddd;
}
.zb-page-header {
	padding-top: 50px
}

.pagination {
	margin-top: 20px;
	float: right;
}

.pagination ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
}