:root {
    --container: 1600px;
    --accent: #0f62fe;
    --accent-alt: #ffcc00;
    --text: #111111;
    --muted: #6b6b6b;
    --border: #e6e6e6;
    --soft: #f5f5f5;
    --bg: #ffffff;
    --dark: #111111;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}
html {scroll-behavior: smooth;}
body {
    font-family: Arial, sans-serif;
    color: var(--text);
    background: #f3f3f3;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    max-width: var(--container);
    width: calc(100% - 60px);
    margin: 0 auto;
}

..site-header {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.topbar {
    background: #050505;
    color: #fff;
    font-size: 13px;
}
.cky-btn-revisit-wrapper{
    display:none !important;
}
.topbar-inner {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.topbar-date {
    font-weight: 700;
}

.topbar-search .search-form {
    display: flex;
    align-items: center;
    gap: 0;
}

.topbar-search .search-field {
    width: 230px;
    height: 36px;
    border: 0;
    padding: 0 12px;
    font-size: 14px;
    background: #fff;
    color: #111;
}

.topbar-search .search-submit {
    height: 36px;
    border: 0;
    padding: 0 18px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.header-branding {
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.header-branding-inner {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline: none;
}

.site-branding {
    display: flex;
    align-items: center;
}

.site-branding .custom-logo-link,
.site-branding .custom-logo {
    display: block;
}

.site-branding .custom-logo {
    max-height: 120px;
    width: auto;
    height: auto;
}

.site-title {
    display: inline-block;
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1.5px;
    color: #111;
}

.site-tagline {
    margin: 10px 0 0;
    color: #666;
    font-size: 14px;
}


.header-search-circle {
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #222;
    border-radius: 50%;
    position: relative;
}

.header-search-circle::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 3px;
    background: #222;
    right: -7px;
    bottom: -3px;
    transform: rotate(45deg);
    transform-origin: center;
}
.header-search-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.header-search-area .search-form {
    display: flex;
    align-items: center;
    gap: 0;
}

.header-search-area .search-field {
    width: 240px;
    height: 42px;
    border: 1px solid #dcdcdc;
    border-right: 0;
    background: #fff;
    padding: 0 14px;
    font-size: 14px;
    color: #111;
}

.header-search-area .search-submit {
    height: 42px;
    border: 0;
    background: #111;
    color: #fff;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.main-nav {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}

.main-nav-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
}
.ham-table{
    display:none;
}


.trending-label {
    display: inline-flex;
    align-items: center;
    background: #428bca;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    line-height: 1;
    justify-content: center;
    min-height: 32px;
}



.trending-posts {
    position: relative;
    min-height: 24px;
    overflow: hidden;
}

.trending-arrows {
    display: flex;
    gap: 8px;
    align-items: center;
}

.trend-arrow {
    width: 32px;
    height: 32px;
    background: #428bca;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    border:none;
}

.trend-arrow:hover {
    color: #111;
    border-color: #bfbfbf;
}
@media (max-width: 991px) {
    .header-branding-inner {
        min-height: auto;
        padding: 24px 0;
        align-items: center !important;
    }

    .site-branding .custom-logo {
        max-height: 90px !important;
    }

    .primary-menu {
        gap: 18px;
    }

    .primary-menu a {
        min-height: 60px;
        font-size: 15px;
    }
}
@media (max-width: 900px){
    .site-main{
        padding: 20px 0 0 !important;
    }
    .header-search-icon{
        display:none !important;
    }
    .main-nav{
        display:none;
    }
    .main-nav.active{
        display: flex;
        position: absolute;
        margin-top: -70px;
        z-index: 99;
        width: 100%;
        border:none;background:none;
        background: #428bca;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .7);
    }
    .main-nav.active .main-nav-inner{
        
        padding: 20px;
    }
    .main-nav.active .primary-menu{
        flex-wrap: unset;
        align-items: flex-start;
        flex-direction: column;
    }
    .main-nav.active .primary-menu a{
        min-height:unset;
        font-size: 16px;
        color:#fff;
        border-bottom:none;
    }    
    .header-search-panel{
        display:block !important; 
        padding: 10px 0 !important;
    }
    .ham-table{
        display:block !important;
        position:relative;
        width: 30px;
        height: 30px;
        cursor:pointer;
    }
    [class*=ham-] span {
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 4px;
    margin-left: 5px;
    top: 6px;
    background: #3276b1;
    
    }
    [class*=ham-] span:before,[class*=ham-] span:after{
        content: "";
        position: absolute;
        width: 20px;
        height: 2px;
        background: #3276b1;
    }
   [class*=ham-] span:before {
        top: 6px;
    }
    [class*=ham-] span:after {
        top: 12px;
    }
    .ham-table.active span{
        background:transparent;
    }
    [class*=ham-].active span:before{
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        transform: rotate(40deg);
        top: 5px;
    }
    [class*=ham-].active span:after {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 5px;
}    
}
@media (max-width: 768px) {
    .topbar-inner,
    .header-branding-inner,
    .trending-bar-inner {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 14px;
        padding: 10px 0 !important;
        align-items: center;
    }
    .trending-posts a{font-size:12px;}
    .topbar-search .search-field {
        width: 180px;
    }

    .site-branding .custom-logo {
        max-height: 70px !important;
    }

    .header-search-icon {
        display: none;
    }

    .primary-menu {
        gap: 14px;
    }

    .primary-menu a {
        min-height: 44px;
        font-size: 14px;
    }
}

.topbar-search form {
    display: flex;
    gap: 8px;
    align-items: center;
}

.topbar-search input[type="search"] {
    height: 34px;
    padding: 0 12px;
    border: 0;
    min-width: 220px;
}

.topbar-search input[type="submit"] {
    height: 34px;
    border: 0;
    background: #fff;
    cursor: pointer;
    padding: 0 14px;
    font-weight: 700;
}

.header-branding {
    background: #fff;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.site-branding {
    display: flex;
    align-items: center;
}

.site-branding .custom-logo-link,
.site-branding .custom-logo {
    display: block;
}

.site-branding .custom-logo {
    max-height: 120px;
    width: auto;
    height: auto;
}
.header-search-icon {
    width: 54px;
    height: 54px;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.header-search-panel {
    display: none;
    border-top: 1px solid #ececec;
    background: #fff;
    padding: 20px 0;
}

.header-search-panel.is-open {
    display: block;
}

.header-search-panel-inner {
    display: flex;
    justify-content: flex-end;
}

.header-search-panel .search-form {
    display: flex;
    align-items: center;
    gap: 0;
    flex:1;
}

.header-search-panel .search-form input:focus-visible {
    outline: none;
}
.header-search-panel .search-field {
    flex: 1;
    min-width: 0;
    height: 48px;
    border: 1px solid #dcdcdc;
    border-right: 0;
    background: #fff;
    padding: 0 16px;
    font-size: 15px;
    color: #111;
}

.header-search-panel .search-submit {
    height: 48px;
    border: 0;
    background: #3276b1;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.site-title {
    display: inline-block;
    font-size: 68px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.5px;
}

.site-tagline {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.main-nav {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: #fff;
}

.main-nav-inner {
    display: flex;
    align-items: center;
}
.primary-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.primary-menu li {
    margin: 0;
    position: relative;
}

.primary-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 78px;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
}

.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.primary-menu a:hover {
    border-bottom-color: #29a3ef;
}

.trending-bar {
    background: #333;
    color:#fff;
    border-bottom: 1px solid var(--border);
}

.trending-bar-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding:15px 0;
}



.trending-post a {
    font-size: 14px;
    color: var(--text);
}
.latest-news-section {
    margin-top: 50px;
}
.site-main {
    padding: 28px 0 0;
}

.section-block {
    margin-top: 70px
}
.category-block {
    margin-bottom: 60px;
}
.hero-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4px;
    background: #fff;
}

.hero-grid-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
}

.hero-grid-side-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
}

.hero-card {
    position: relative;
    overflow: hidden;
    background: #000;
    min-height: 220px;
}

.hero-card-main {
    min-height: 820px;
}

.hero-card-large {
    min-height: 378px;
}

.hero-card-small {
    min-height: 378px;
}

.hero-card-category-featured {
    min-height: 100%;
    background:#428bca;
}

.hero-card-media {
    display: block;
    height: 100%;
}

.hero-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: inherit;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.18));
}

.hero-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px;
    color: #fff;
}

.hero-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.hero-card-category a {
    display: inline-block;
    background: #428bca;
    color: #fff;
    padding: 4px 7px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}

.hero-card-date {
    opacity: .9;
}

.hero-card-main .hero-card-title {
    font-size: 64px;
    line-height: 1.05;
    margin: 0 0 14px;
}

.hero-card-large .hero-card-title {
    font-size: 34px;
    line-height: 1.15;
    margin: 0;
}

.hero-card-small .hero-card-title,
.hero-card-category-featured .hero-card-title {
    font-size: 26px;
    line-height: 1.18;
    margin: 0;
}

.hero-card-excerpt {
    font-size: 15px;
    line-height: 1.7;
    max-width: 90%;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    border-bottom: 2px solid var(--border);
    padding-bottom: 10px;
}

.section-title {
    margin: 0;
    font-size: 42px;
    line-height: 1.1;
}

.section-more {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--muted);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-card {
    background: #fff;
    border: 1px solid var(--border);
}

.news-card-thumb {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.news-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-content {
    padding: 16px;
}

.news-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 10px;
}

.news-card-category a {
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
}

.news-card-title {
    font-size: 26px;
    line-height: 1.3;
}

.news-card-excerpt {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
}

.category-layout {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.category-featured {
    min-width: 0;
}

.category-featured .hero-card {
    height: 100%;
    min-height: 100%;
}

.category-featured .hero-card-media {
    height: 100%;
}

.category-featured .hero-card-media img,
.category-featured .hero-card-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-card-category-featured {
    min-height: 100%;
}

.hero-card-category-featured .hero-card-content {
    padding: 26px;
}

.hero-card-category-featured .hero-card-title {
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 12px;
}

.hero-card-category-featured .hero-card-excerpt {
    font-size: 15px;
    line-height: 1.7;
    max-width: 90%;
}

.category-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.category-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.site-footer{
    background:#111;
    color:#ccc;
    padding:50px 0 20px;
    font-size:14px;
}

.footer-container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
}

.footer-title{
    color:#fff;
    margin-bottom:15px;
    font-size:16px;
}

.footer-col ul{
    list-style:none;
    padding:0;
}

.footer-col ul li{
    margin-bottom:8px;
}

.footer-col a{
    color:#ccc;
    text-decoration:none;
}

.footer-col a:hover{
    color:#fff;
}

.footer-bottom{
    border-top:1px solid #333;
    margin-top:40px;
    padding-top:20px;
    text-align:center;
    font-size:13px;
}
@media (max-width:900px){
    .site-footer{
        padding: 10px 0;
        margin-top:20px;
    }
    .footer-grid{
        grid-template-columns:1fr 1fr;
        gap:10px;
    }
    .single-post-article{
        padding:15px !important;
    }
}

@media (max-width:500px){

.footer-grid{
    grid-template-columns:1fr;
}

}
@media (max-width: 1100px) {
    .container{
       width: calc(100% - 20px); 
    }
    .section-block{margin-top:40px;}
    .category-block{margin-bottom:0;}
    .hero-grid,
    .category-layout,
    .news-grid {
        grid-template-columns: 1fr;
        gap:15px;
    }
    .hero-grid-side {
        grid-template-rows: unset;
    }

    .hero-grid-side-bottom {
        grid-template-columns: 1fr 1fr;
    }

    .hero-card-main {
        min-height: 420px;
    }
}

@media (max-width: 768px) {
    .site-title {
        font-size: 36px;
    }

    .topbar-inner,
    .footer-inner,
    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .topbar-search input[type="search"] {
        min-width: 180px;
    }

    .primary-menu {
        gap: 14px;
    }

    .hero-grid-side-bottom {
        grid-template-columns: 1fr;
    }

    .hero-card-main .hero-card-title {
        font-size: 28px;
    }

    .hero-card-large .hero-card-title,
    .hero-card-small .hero-card-title,
    .hero-card-category-featured .hero-card-title {
        font-size: 20px;
    }

    .section-title {
        font-size: 28px;
    }

    .news-card-title {
        font-size: 22px;
    }
}

.content-with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 15px;
}

.main-content {
    min-width: 0;
}

.archive-header-block {
    background: #fff;
    border: 1px solid var(--border);
    padding: 26px;
    margin-bottom: 24px;
}

.archive-title {
    margin: 0;
    font-size: 42px;
    line-height: 1.1;
}

.archive-description {
    margin-top: 12px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.post-list-archive {
    display: grid;
    gap: 22px;
}

.post-list-item {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--border);
    overflow: hidden;
}

.post-list-thumb {
    display: block;
    height: 100%;
    min-height: 220px;
}

.post-list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-list-content {
    padding: 20px;
}

.post-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 10px;
}

.post-list-category a {
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
}

.post-list-title {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.2;
}

.post-list-excerpt {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}

.post-list-readmore {
    display: inline-block;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
span.single-post-date:before {
    content: "";
    width: 1px;
    height: 60%;
    top: 20%;
    right: 0;
    background: #ccc;
    position: absolute;
}
span.single-post-date {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-style: italic;
    position: relative;
    padding-right: 10px;
}
.single-post-article {
    background: #fff;
    border: 1px solid var(--border);
    padding: 28px;
}

.single-post-header {
    margin-bottom: 22px;
}

.single-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
    font-size: 13px;
    color: var(--muted);
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.single-post-category {
    color: var(--muted);
    background:#428bca;    
}

.single-post-category a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 10px;
}

.single-post-title {
    margin: 0;
    font-size: 52px;
    line-height: 1.08;
}

.single-post-summary {
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.7;
    color: #444;
}

.single-post-thumbnail {
    margin-bottom: 26px;
}

.single-post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.single-post-content {
    font-size: 18px;
    line-height: 1.9;
    color: #222;
}

.single-post-content p {
    margin: 0 0 1.4em;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    margin: 1.6em 0 0;
    line-height: 1.2;
}

.single-post-content ul,
.single-post-content ol {
    padding-left: 20px;
    margin: 0 0 1.4em;
}

.single-post-footer {
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid var(--border);
}

.tags-label {
    font-weight: 700;
}

.related-posts-section {
    margin-top: 28px;
    margin-bottom: 30px;
}

.related-grid {
    grid-template-columns: repeat(3, 1fr);
}

.sidebar {
    display: grid;
    gap: 24px;
    align-content: start;
}

.sidebar .widget {
    background: #fff;
    border: 1px solid var(--border);
    padding: 20px;
    position:sticky;
    top:0;
}

.widget-title {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.2;
}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
}

.sidebar li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.search-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.search-field {
    flex: 1;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--border);
    background: #fff;
}

.search-submit {
    height: 42px;
    padding: 0 16px;
    border: 0;
    background: #111;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.pagination-wrap {
    margin-top: 28px;
    background: #fff;
    border: 1px solid var(--border);
    padding: 18px 22px;
}

.pagination .nav-links,
.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nav-links a,
.nav-links span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--border);
    background: #fff;
}

.nav-links .current {
    background: #111;
    color: #fff;
    border-color: #111;
}

.no-results-box {
    background: #fff;
    border: 1px solid var(--border);
    padding: 26px;
}

@media (max-width: 1100px) {
    .content-with-sidebar,
    .related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .archive-title {
        font-size: 30px;
    }

    .post-list-item {
        grid-template-columns: 1fr;
    }

    .post-list-thumb {
        min-height: 240px;
    }

    .post-list-title {
        font-size: 24px;
    }

    .single-post-title {
        font-size: 34px;
    }

    .single-post-summary {
        font-size: 18px;
    }

    .single-post-content {
        font-size: 17px;
    }
}
.hero-card-placeholder {
    width: 100%;
    height: 100%;
    min-height: inherit;
    background: linear-gradient(135deg, #2a2a2a, #111111);
}
.hero-grid-main{
    display:flex;
}

.mini-post-item {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--border);
    overflow: hidden;
}

.mini-post-thumb {
    display: block;
    height: 100%;
    min-height: 160px;
}

.mini-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-post-content {
    padding: 14px 14px 14px 0;
}

.mini-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 11px;
    color: var(--muted);
    margin-bottom: 8px;
}

.mini-post-category a {
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
}

.mini-post-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.25;
}

.mini-post-excerpt {
    font-size: 13px;
    line-height: 1.6;
    color: #444;
}

@media (max-width: 1100px) {
    .category-layout {
        grid-template-columns: 1fr;
    }

    .mini-post-item {
        grid-template-columns: 160px 1fr;
    }
}

@media (max-width: 768px) {
    .mini-post-item {
        grid-template-columns: 1fr;
    }

    .mini-post-thumb {
        min-height: 220px;
    }

    .mini-post-content {
        padding: 14px;
    }
}

.trending-posts {
    position: relative;
    min-height: 24px;
    overflow: hidden;
}
.trending-post-item {
    display: none;
    font-size: 15px;
    color: #fff;
}

.trending-post-item.is-active {
    display: inline-block;
}



.popular-posts-list {
    display: grid;
    gap: 18px;
}

.popular-post-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 14px;
    align-items: start;
}

.popular-post-thumb {
    display: block;
    overflow: hidden;
}

.popular-post-thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.popular-post-title {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.3;
}

.popular-post-title a {
    color: #111;
}

.popular-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    color: var(--muted);
}

.popular-post-views {
    font-weight: 700;
}

.category-layout-featured {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.category-layout-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.category-grid-card {
    background: #fff;
    border: 1px solid var(--border);
    overflow: hidden;
}

.category-grid-card-thumb {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.category-grid-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-grid-card-content {
    padding: 16px;
}

.category-grid-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 10px;
}

.category-grid-card-category a {
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
}

.category-grid-card-title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.22;
}

.category-grid-card-excerpt {
    color: #333;
    font-size: 15px;
    line-height: 1.7;
}
@media (max-width: 1200px) {
    .category-layout-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1200px) {
    .category-layout-featured {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 900px) {
    .category-layout-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .category-layout-grid {
        grid-template-columns: 1fr;
    }
}

.article-toc {
    margin: 0;
    padding: 0;
    border-left: 4px solid #EA2700;
}
.article-toc-h2:before{
    content: "";
    position: relative;
    display:inline-block;
    width: 16px;
    height: 19px;
    background-image: url(../../../../../wp-content/uploads/2026/03/icon-news.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.article-toc-title {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.2;
}

.article-toc-list {
    list-style: none;
    margin: 0;
    padding-left: 10px;
    display: flex;
    gap: 10px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}
.article-toc-h2 {
    display: flex;
    gap: 10px;
    align-items: center;
}
.article-toc-item a {
    color: #111;
    text-decoration: none;
    font-weight: normal;
    font-style: italic;
}

.article-toc-item a:hover {
    color: var(--accent);
}

.article-toc-h3 {
    padding-left: 18px;
    font-size: 14px;
}