body.tmfe-category-archive .site-content{
    display:block!important;
}

.tmc-cat{
    --g:#00965e;
    --gd:#00764b;
    --r:#f5223d;
    --n:#072b61;
    --tx:#516a80;
    --muted:#7f8e9a;
    --line:#dce7e3;
    --soft:#f7fbf9;
    --blue:#1d7df2;
    --orange:#ff7b18;
    --purple:#7c3aed;
    --shadow:0 10px 32px rgba(0,66,45,.07);
    width:100%;
    overflow-x:clip;
    background:#fff;
    color:var(--tx);
}

.tmc-cat *{box-sizing:border-box}
.tmc-cat a{text-decoration:none}
.tmc-cat h1,
.tmc-cat h2,
.tmc-cat h3,
.tmc-cat h4{
    color:var(--n);
    font-weight:900;
    letter-spacing:-.025em;
}
.tmc-cat p{line-height:1.65}

.tmc-shell{
    width:min(1460px,calc(100% - 64px));
    margin-inline:auto;
}

/* HERO */
.tmc-cat-hero{
    position:relative;
    overflow:hidden;
    background:linear-gradient(108deg,#f2fcf9 0%,#fff 48%,#dff3ed 100%);
}

.tmc-cat-hero:after{
    content:"";
    position:absolute;
    width:760px;
    height:760px;
    right:-190px;
    top:-245px;
    border-radius:50%;
    background:rgba(0,165,105,.07);
}

.tmc-cat-hero-grid{
    position:relative;
    z-index:2;
    min-height:420px;
    display:grid;
    grid-template-columns:1.02fr .68fr;
    gap:42px;
    align-items:center;
}

.tmc-cat-hero-copy{
    padding:34px 0;
}

.tmc-breadcrumb{
    margin-bottom:15px;
    color:#728492;
    font-size:10px;
}

.tmc-breadcrumb a{
    color:#617586;
}

.tmc-breadcrumb span{
    display:inline-block;
    margin:0 6px;
    color:#a3aeb7;
}

.tmc-cat-hero h1{
    max-width:700px;
    margin:0 0 13px;
    font-size:56px;
    line-height:1.03;
}

.tmc-cat-hero h1 span{
    display:block;
    color:var(--g);
}

.tmc-cat-desc{
    max-width:740px;
    margin:0;
    font-size:14px;
}

.tmc-cat-stats{
    display:flex;
    flex-wrap:wrap;
    gap:19px;
    margin-top:20px;
}

.tmc-cat-stat{
    display:flex;
    align-items:center;
    gap:8px;
}

.tmc-cat-stat i{
    width:39px;
    height:39px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#e8f7f1;
    color:var(--g);
    font-style:normal;
    font-weight:900;
}

.tmc-cat-stat:nth-child(2) i{
    background:#eaf3ff;
    color:var(--blue);
}

.tmc-cat-stat:nth-child(3) i{
    background:#eef9f5;
    color:var(--gd);
}

.tmc-cat-stat b{
    display:block;
    color:var(--n);
    font-size:10px;
}

.tmc-cat-stat small{
    display:block;
    margin-top:1px;
    font-size:8px;
}

.tmc-cat-hero-visual{
    min-height:420px;
    position:relative;
    display:flex;
    align-items:flex-end;
    justify-content:center;
}

.tmc-cat-hero-visual:before{
    content:"";
    position:absolute;
    width:370px;
    height:370px;
    bottom:-62px;
    border-radius:50%;
    background:#bcebd9;
}

.tmc-cat-hero-visual img{
    position:relative;
    z-index:2;
    width:350px;
    height:395px;
    object-fit:cover;
    object-position:center 22%;
    border-radius:190px 190px 14px 14px;
}

/* CATEGORY NAV */
.tmc-cat-nav{
    padding:20px 0;
    border-bottom:1px solid var(--line);
    background:#fff;
}

.tmc-cat-nav-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:12px;
}

.tmc-cat-nav-card{
    min-height:105px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:12px;
    border:1px solid var(--line);
    border-radius:10px;
    background:#fff;
    text-align:center;
    transition:.18s;
}

.tmc-cat-nav-card:hover{
    transform:translateY(-2px);
    border-color:#9ad6bc;
    box-shadow:var(--shadow);
}

.tmc-cat-nav-card.is-active{
    border-color:var(--g);
    background:#f0faf6;
}

.tmc-cat-nav-card i{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#e8f7f1;
    color:var(--g);
    font-style:normal;
    font-size:18px;
    font-weight:900;
}

.tmc-cat-nav-card b{
    display:block;
    margin-top:7px;
    color:var(--n);
    font-size:10px;
    line-height:1.3;
}

.tmc-cat-nav-card small{
    display:block;
    margin-top:3px;
    color:#7d8c98;
    font-size:8px;
}

/* MAIN */
.tmc-cat-main{
    padding:32px 0 56px;
}

.tmc-cat-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:30px;
    align-items:start;
}

/* toolbar */
.tmc-toolbar{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:14px;
    align-items:center;
    margin-bottom:18px;
}

.tmc-search-form{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:8px;
}

.tmc-search-wrap{
    position:relative;
}

.tmc-search-wrap input{
    width:100%;
    min-height:47px;
    padding:11px 14px 11px 42px!important;
    border:1px solid var(--line)!important;
    border-radius:8px!important;
    background:#fff!important;
    box-shadow:none!important;
    font-size:11px!important;
}

.tmc-search-wrap:before{
    content:"⌕";
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:#61798c;
    font-size:18px;
}

.tmc-search-form button{
    min-height:47px;
    padding:9px 18px;
    border:0;
    border-radius:8px;
    background:var(--g);
    color:#fff;
    font-size:10px;
    font-weight:900;
    cursor:pointer;
}

.tmc-sort-form{
    display:flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
}

.tmc-sort-form label{
    color:var(--n);
    font-size:9px;
    font-weight:800;
}

.tmc-sort-form select{
    min-height:44px;
    padding:8px 35px 8px 11px!important;
    border:1px solid var(--line)!important;
    border-radius:8px!important;
    background:#fff!important;
    color:var(--n);
    font-size:10px!important;
}

/* article list */
.tmc-post-list{
    display:grid;
    gap:14px;
}

.tmc-post-card{
    display:grid;
    grid-template-columns:245px minmax(0,1fr);
    gap:18px;
    padding:13px;
    border:1px solid var(--line);
    border-radius:11px;
    background:#fff;
    transition:.18s;
}

.tmc-post-card:hover{
    transform:translateY(-2px);
    box-shadow:var(--shadow);
}

.tmc-post-thumb{
    height:170px;
    overflow:hidden;
    border-radius:8px;
    background:#eef5f2;
}

.tmc-post-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.tmc-post-body{
    min-width:0;
    display:flex;
    flex-direction:column;
}

.tmc-post-badge{
    display:inline-flex;
    align-self:flex-start;
    padding:5px 8px;
    border-radius:999px;
    background:#eaf4ff;
    color:#1b72d4;
    font-size:8px;
    font-weight:900;
}

.tmc-post-card h2{
    margin:8px 0 6px;
    font-size:20px;
    line-height:1.25;
}

.tmc-post-card h2 a{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    color:var(--n)!important;
    text-decoration:none!important;
}

.tmc-post-card h2 a:hover{
    color:var(--g)!important;
}

.tmc-post-excerpt{
    margin:0 0 12px;
    font-size:10px;
    line-height:1.6;
}

.tmc-post-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px 14px;
    align-items:center;
    margin-top:auto;
    padding-top:10px;
    border-top:1px solid #edf2f0;
}

.tmc-post-author{
    display:flex;
    align-items:center;
    gap:6px;
}

.tmc-post-author img{
    width:25px;
    height:25px;
    object-fit:cover;
    object-position:center 22%;
    border-radius:50%;
}

.tmc-post-meta span,
.tmc-post-meta time{
    color:#7c8b97;
    font-size:8px;
}

.tmc-post-meta .tmc-read-more{
    margin-left:auto;
    color:var(--g);
    font-size:9px;
    font-weight:900;
}

/* no results */
.tmc-no-results{
    padding:30px;
    border:1px solid var(--line);
    border-radius:11px;
    background:#fff;
    text-align:center;
}

.tmc-no-results h2{
    margin:0 0 7px;
    font-size:22px;
}

.tmc-no-results p{
    margin:0;
    font-size:11px;
}

/* pagination */
.tmc-pagination{
    margin-top:22px;
}

.tmc-pagination .nav-links{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
}

.tmc-pagination .page-numbers{
    min-width:38px;
    height:38px;
    display:grid;
    place-items:center;
    padding:0 10px;
    border:1px solid var(--line);
    border-radius:7px;
    background:#fff;
    color:var(--n);
    font-size:9px;
    font-weight:800;
}

.tmc-pagination .page-numbers.current{
    border-color:var(--g);
    background:var(--g);
    color:#fff;
}

/* SIDEBAR */
.tmc-sidebar{
    position:sticky;
    top:22px;
    display:grid;
    gap:15px;
}

.tmc-side-card{
    padding:16px;
    border:1px solid var(--line);
    border-radius:11px;
    background:#fff;
}

.tmc-author-card{
    background:linear-gradient(145deg,#effaf6,#fff);
    border-color:#cfe7dc;
}

.tmc-author-head{
    display:grid;
    grid-template-columns:66px 1fr;
    gap:11px;
    align-items:center;
}

.tmc-author-head img{
    width:66px;
    height:66px;
    object-fit:cover;
    object-position:center 22%;
    border-radius:50%;
}

.tmc-author-head h3{
    margin:0 0 3px;
    font-size:15px;
}

.tmc-author-head p{
    margin:0;
    font-size:8px;
}

.tmc-author-points{
    list-style:none;
    margin:13px 0;
    padding:0;
    display:grid;
    gap:7px;
}

.tmc-author-points li{
    position:relative;
    padding-left:19px;
    color:#38556a;
    font-size:9px;
}

.tmc-author-points li:before{
    content:"✓";
    position:absolute;
    left:0;
    width:14px;
    height:14px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:var(--g);
    color:#fff;
    font-size:7px;
    font-weight:900;
}

.tmc-side-actions{
    display:grid;
    gap:7px;
}

.tmc-btn{
    min-height:43px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:8px 13px;
    border-radius:7px;
    font-size:9px;
    font-weight:900;
    transition:.18s;
}

.tmc-btn:hover{transform:translateY(-1px)}
.tmc-btn.green{background:var(--g);color:#fff!important}
.tmc-btn.red{background:var(--r);color:#fff!important}
.tmc-btn.outline{background:#fff;color:#146ed2!important;border:1px solid #2582ef}
.tmc-btn.soft{background:#eff8f4;color:var(--gd)!important}

.tmc-side-title{
    margin:0 0 11px;
    font-size:14px;
}

.tmc-side-cats{
    list-style:none;
    margin:0;
    padding:0;
}

.tmc-side-cats li{
    border-bottom:1px solid #edf2f0;
}

.tmc-side-cats li:last-child{
    border-bottom:0;
}

.tmc-side-cats a{
    min-height:38px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    color:#263f56;
    font-size:9px;
}

.tmc-side-cats li.is-active a{
    color:var(--g);
    font-weight:900;
}

.tmc-side-cats b{
    color:#8996a1;
    font-size:8px;
}

.tmc-featured-list{
    display:grid;
    gap:10px;
}

.tmc-featured-item{
    display:grid;
    grid-template-columns:76px 1fr;
    gap:9px;
    align-items:center;
}

.tmc-featured-thumb{
    width:76px;
    height:57px;
    overflow:hidden;
    border-radius:7px;
    background:#eef4f1;
}

.tmc-featured-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.tmc-featured-item h4{
    margin:0 0 3px;
    font-size:9px;
    line-height:1.35;
}

.tmc-featured-item h4 a{
    color:var(--n);
}

.tmc-featured-item time{
    color:#8b98a3;
    font-size:7px;
}

.tmc-tools{
    display:grid;
    gap:8px;
}

.tmc-tool-link{
    display:grid;
    grid-template-columns:36px 1fr 12px;
    gap:8px;
    align-items:center;
    padding:9px 0;
    border-bottom:1px solid #edf2f0;
}

.tmc-tool-link:last-child{
    border-bottom:0;
}

.tmc-tool-link i{
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
    border-radius:8px;
    background:#eaf4ff;
    color:var(--blue);
    font-style:normal;
    font-weight:900;
}

.tmc-tool-link:nth-child(2) i{
    background:#f1eaff;
    color:var(--purple);
}

.tmc-tool-link:nth-child(3) i{
    background:#fff0e0;
    color:var(--orange);
}

.tmc-tool-link b{
    display:block;
    color:var(--n);
    font-size:9px;
}

.tmc-tool-link small{
    display:block;
    margin-top:2px;
    color:#7f8c98;
    font-size:7px;
}

.tmc-tool-link em{
    color:#80909d;
    font-style:normal;
}

/* FINAL CTA */
.tmc-final{
    margin-top:35px;
    background:linear-gradient(105deg,#007d53,#00a56c);
    color:#fff;
}

.tmc-final-grid{
    min-height:145px;
    display:grid;
    grid-template-columns:110px 1fr auto;
    gap:22px;
    align-items:center;
}

.tmc-final img{
    width:105px;
    height:105px;
    object-fit:cover;
    object-position:center 22%;
    border-radius:50%;
}

.tmc-final h2{
    margin:0 0 5px;
    color:#fff;
    font-size:24px;
}

.tmc-final p{
    margin:0;
    color:#dcf6ec;
    font-size:10px;
}

.tmc-final-actions{
    display:flex;
    gap:8px;
}

/* MOBILE */
.tmc-mobile-sticky{
    display:none;
}

@media(max-width:1150px){
    .tmc-cat-nav-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .tmc-cat-layout{
        grid-template-columns:minmax(0,1fr) 290px;
        gap:22px;
    }

    .tmc-post-card{
        grid-template-columns:210px minmax(0,1fr);
    }
}

@media(max-width:900px){
    .tmc-cat-hero-grid{
        grid-template-columns:1fr 1fr;
    }

    .tmc-cat-hero h1{
        font-size:44px;
    }

    .tmc-cat-layout{
        grid-template-columns:1fr;
    }

    .tmc-sidebar{
        position:static;
        grid-template-columns:1fr 1fr;
    }

    .tmc-final-grid{
        grid-template-columns:100px 1fr;
    }

    .tmc-final-actions{
        grid-column:1/-1;
        padding-bottom:18px;
    }
}

@media(max-width:680px){
    .tmc-shell{
        width:calc(100% - 28px);
    }

    .tmc-cat-hero-grid{
        display:flex;
        flex-direction:column;
    }

    .tmc-cat-hero-copy{
        padding-top:25px;
        text-align:center;
    }

    .tmc-breadcrumb{
        text-align:left;
        white-space:nowrap;
        overflow-x:auto;
    }

    .tmc-cat-hero h1{
        font-size:35px;
    }

    .tmc-cat-stats{
        justify-content:center;
    }

    .tmc-cat-hero-visual{
        width:100%;
        min-height:320px;
    }

    .tmc-cat-hero-visual img{
        width:285px;
        height:315px;
    }

    .tmc-cat-nav-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .tmc-toolbar{
        grid-template-columns:1fr;
    }

    .tmc-search-form{
        grid-template-columns:1fr;
    }

    .tmc-post-card{
        grid-template-columns:1fr;
    }

    .tmc-post-thumb{
        height:205px;
    }

    .tmc-post-card h2{
        font-size:18px;
    }

    .tmc-post-meta .tmc-read-more{
        width:100%;
        margin-left:0;
        margin-top:4px;
    }

    .tmc-sidebar{
        grid-template-columns:1fr;
    }

    .tmc-final-grid{
        grid-template-columns:1fr;
        text-align:center;
        padding:25px 0 78px;
    }

    .tmc-final img{
        margin:auto;
    }

    .tmc-final-actions{
        display:grid;
        grid-column:auto;
        width:100%;
        padding:0;
    }

    .tmc-mobile-sticky{
        position:fixed;
        z-index:9999;
        left:0;
        right:0;
        bottom:0;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:1px;
        background:#d8e5df;
        box-shadow:0 -5px 18px rgba(0,0,0,.08);
    }

    .tmc-mobile-sticky a{
        min-height:52px;
        display:grid;
        place-items:center;
        background:#fff;
        color:var(--n);
        font-size:11px;
        font-weight:900;
    }

    .tmc-mobile-sticky a:first-child{
        background:var(--r);
        color:#fff;
    }
}
