section.entry-header {
    margin-top: 30px;
}
.archive-page-header{
    display: none;
}
.blog-author section.blogs{
    background-color: #fff;
}
.entry-content.news__post{
    color: #7F7F80;
}
.news__heading,.news__header h1 {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 16px;
}
.blogs__tags{
    display: flex;justify-content: center;
    align-items: center;
}
.blogs__tags a{
    padding: 4px 12px;
    border-radius: 8px;
    background: var(--primary-color);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 5px;
    color: #ffff;
}
.news__detail {
    max-width: 1440px !important;
    margin: 0 auto !important;
}
.news__detail img{
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.entry-image img{
    margin-bottom: 16px;
}

.news__ctn {
    display: flex;
    width: 100%;
    position: relative;
}
.news__toc {
    margin-right: 44px;
    max-width: 400px;
    width: 100%;
    position: relative;
}
.news__tochead {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    position: sticky;
    top: 110px;
}
.news__tocbox {
    padding: 24px;
    border-radius: 16px;
    background: #F5F5F5;
    margin-bottom: 24px;
    position: sticky;
    top: 150px;
}
.news__tocitem {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #7F7F80;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    cursor: pointer;
    padding-left: 16px;
}
.news__tocitem a{
    color: #7F7F80;
}
.news__post {
    width: 100%;
    overflow: hidden;
}
.wp-caption .wp-caption-text{
    background: transparent;
}
.news__tochead {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    position: sticky;
    top: 110px;
}
.news__tocbox {
    padding: 24px;
    border-radius: 16px;
    background: #F5F5F5;
    margin-bottom: 24px;
    position: sticky;
    top: 150px;
}
.blog-author .news__tocbox{
    margin-bottom: 40px;
}

.news__author img {
    border-radius: 50%;
    height: 64px !important;
    width: 64px !important;
    aspect-ratio: 1;
    margin-right: 16px !important;
}
.blog-author .news__author img{
    height: 120px !important;
    width: 120px !important;
}
.info__author {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.news__author div p {
    color: #090909;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
.news__author span {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.news__toctxt {
    color: #7F7F80;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    margin: 16px 0;
}
.blog-author .news__toctxt{
    margin-bottom: 0;
}
.blog-author .post-item .col-inner{
    background-color: #f5f5f5;
}
.menu__tabs {
    display: flex;
    align-items: flex-start;
    vertical-align: middle;
    margin-bottom: 32px;
    background-color: #f5f5f5;
    border-radius: 48px;
    width: max-content;
}
.menu__tabs>div {
    display: flex;
    height: 48px;
    padding: 10px 34px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    user-select: none;
}
.menu__tabs>div.selected {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: var(--primary-color);
    border-radius: 48px;
}
.menu__tabs .tab h1,.menu__tabs .tab a{
    margin-bottom: 0;
    color: #7F7F80;
    font-size: 18px;
}
.menu__tabs .tab.selected h1{
    color: #fff;
}
.bg-ff .nav-pills>li>a{
    background-color: #f5f5f5;    margin-bottom: 10px;
}
.bg-ff .nav-pills>li.active>a {
    background-color: var(--fs-color-primary);
}
.news__header {
    margin-bottom: 40px;
}
.news__main {
    margin-right: 16px;
    flex: 0 0 55%;
    width: 1042px;
}
.news__search {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    position: relative;
}
.news__search .searchform-wrapper{
    width: 320px;
}
.news__search input{
    height: 52px;
    padding: 10px 16px;
    border-radius: 160px;
    border: 1px solid #BCB9C0;
    box-sizing: border-box;
}
.news__list .row>.col{
    padding-right: 0;
    padding-left: 0;
}
.divider {
    border-bottom: 1px solid #f5f5f5;
    margin: 64px;
}
@media (max-width: 1439.98px) {
    section.blog__detail,section.entry-header {
        padding: 0 64px;
    }
}
@media (max-width: 991.98px) {
    .news__header {
        display: block;
        margin-bottom: 0px;
        box-sizing: border-box;
    }
    .news__main {
        width: 100%;
        margin-right: 0;
    }
    .news__search {
        display: block;
    }
    .news__search input {
        width: 100%;
    }
    .divider {
        border-bottom: 1px solid #f5f5f5;
        margin: 20px;
    }
    section {
        padding: 0 20px !important;
    }
    .blog-wrapper section {
        padding: 20px !important;
    }
    .news__heading,.news__header h1 {
        font-size: 36px;
    }
    .news__ctn {
        display: block;
    }
    .news__toc {
        max-width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 767.98px) {
    .news__heading,.news__header h1 {
        font-size: 24px !important;
    }
    .news__tochead {
        position: static;
    }
    .news__tocbox.news__author {
        max-height: max-content !important;
    }
}
@media (max-width: 549px) {

}