:root{
    --vqt-accent:#0b6b45;
    --vqt-text:#14221b;
    --vqt-overlay:rgba(0,0,0,.52);
}

/* ---------------------------------------------------------
   GLOBAL / SHARED
--------------------------------------------------------- */
.elementor-widget-vqt_eco_hero,
.elementor-widget-vqt_eco_categories,
.elementor-widget-vqt_eco_latest,
.elementor-widget-vqt_eco_category_section,
.elementor-widget-vqt_eco_promo{
    width:100%;
    max-width:100%;
    min-width:0;
}
.elementor-widget-vqt_eco_hero *,
.elementor-widget-vqt_eco_categories *,
.elementor-widget-vqt_eco_latest *,
.elementor-widget-vqt_eco_category_section *,
.elementor-widget-vqt_eco_promo *{
    box-sizing:border-box;
}
.vqt-section-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin:0 0 18px;
    border-bottom:1px solid #e6e9e6;
    padding-bottom:12px;
    min-width:0;
}
.vqt-section-head h2{
    margin:0;
    color:var(--vqt-text);
    font-family:Georgia,'Times New Roman',serif;
    font-size:30px;
    line-height:1.15;
    overflow-wrap:anywhere;
}
.vqt-section-head a{
    color:var(--vqt-accent);
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    white-space:nowrap;
    flex:0 0 auto;
}
.vqt-kicker{
    display:inline-block;
    color:#fff;
    background:var(--vqt-accent);
    padding:5px 8px;
    border-radius:2px;
    font-size:10px;
    line-height:1;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
    max-width:100%;
}
.vqt-meta{
    font-size:12px;
    line-height:1.45;
    color:#7b827f;
    margin-top:8px;
}

/* ---------------------------------------------------------
   HERO FEATURED POSTS
--------------------------------------------------------- */
.vqt-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.62fr) minmax(280px,.98fr);
    gap:10px;
    width:100%;
    min-width:0;
}
.vqt-hero-side{
    display:grid;
    grid-template-rows:1fr 1fr;
    gap:10px;
    min-width:0;
}
.vqt-hero-card{
    position:relative;
    background-size:cover;
    background-position:center;
    border-radius:5px;
    overflow:hidden;
    min-height:255px;
    width:100%;
    min-width:0;
    isolation:isolate;
}
.vqt-hero-card:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.05),var(--vqt-overlay));
    z-index:0;
}
.vqt-card-link{
    position:absolute;
    inset:0;
    z-index:3;
}
.vqt-card-content{
    position:absolute;
    z-index:2;
    left:0;
    right:0;
    bottom:0;
    padding:34px;
    color:#fff;
    min-width:0;
}
.vqt-hero-main .vqt-card-content{padding:46px}
.vqt-card-content h2{
    font-family:Georgia,'Times New Roman',serif;
    font-size:32px;
    line-height:1.05;
    margin:12px 0 8px;
    color:#fff;
    max-width:670px;
    overflow-wrap:anywhere;
}
.vqt-hero-main h2{font-size:48px}
.vqt-card-content p{
    max-width:520px;
    font-size:15px;
    line-height:1.65;
    color:#fff;
    margin:0 0 16px;
}
.vqt-readmore{font-size:13px;font-weight:700}

/* ---------------------------------------------------------
   EXPLORE CATEGORIES
--------------------------------------------------------- */
.vqt-explore{padding:28px 0;width:100%;min-width:0}
.vqt-category-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    border-top:1px solid #ecefec;
    border-bottom:1px solid #ecefec;
    width:100%;
    min-width:0;
}
.vqt-category-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    padding:25px 15px;
    color:var(--vqt-text);
    text-decoration:none;
    border-right:1px solid #ecefec;
    transition:transform .2s ease,background-color .2s ease;
    min-width:0;
    overflow:hidden;
}
.vqt-category-item:last-child{border-right:0}
.vqt-category-item:hover{background:#f8faf8;transform:translateY(-2px)}
.vqt-category-image{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:12px;
    min-height:38px;
}
.vqt-category-image img{
    display:block;
    width:42px;
    height:auto;
    object-fit:contain;
}
.vqt-category-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    font-size:34px;
    color:var(--vqt-accent);
    margin-bottom:12px;
}
.vqt-category-icon svg{width:1em;height:1em;fill:currentColor}
.vqt-category-item strong{
    display:block;
    max-width:100%;
    font-size:14px;
    line-height:1.35;
    margin-bottom:7px;
    overflow-wrap:anywhere;
}
.vqt-category-item>span:last-child{
    display:block;
    max-width:100%;
    font-size:11px;
    line-height:1.5;
    color:#707874;
    overflow-wrap:anywhere;
}

/* ---------------------------------------------------------
   LATEST POSTS
--------------------------------------------------------- */
.vqt-latest-section{padding:18px 0 28px;width:100%;min-width:0}
.vqt-latest-layout{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);
    gap:30px;
    width:100%;
    min-width:0;
}
.vqt-latest-featured{
    border:1px solid #e8ebe8;
    border-radius:5px;
    overflow:hidden;
    background:#fff;
    min-width:0;
}
.vqt-thumb{
    display:block;
    aspect-ratio:16/9;
    min-height:220px;
    overflow:hidden;
}
.vqt-thumb img,.vqt-mini-thumb img,.vqt-cat-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.vqt-latest-body{padding:22px;min-width:0}
.vqt-latest-body h3{
    font-family:Georgia,'Times New Roman',serif;
    font-size:28px;
    line-height:1.1;
    margin:10px 0;
    overflow-wrap:anywhere;
}
.vqt-latest-body h3 a,.vqt-mini-post h4 a,.vqt-cat-card h3 a{
    color:var(--vqt-text);
    text-decoration:none;
}
.vqt-latest-body p{
    font-size:14px;
    line-height:1.6;
    color:#505753;
}
.vqt-latest-list{display:grid;gap:0;min-width:0;align-content:start}
.vqt-mini-post{
    display:grid;
    grid-template-columns:minmax(110px,145px) minmax(0,1fr);
    gap:18px;
    padding:0 0 14px;
    margin:0 0 14px;
    border-bottom:1px solid #e8ebe8;
    min-width:0;
}
.vqt-mini-post>div{min-width:0}
.vqt-mini-thumb{
    width:100%;
    height:92px;
    overflow:hidden;
    border-radius:4px;
}
.vqt-mini-post h4{
    font-family:Georgia,'Times New Roman',serif;
    font-size:19px;
    line-height:1.15;
    margin:7px 0 0;
    overflow-wrap:anywhere;
}

/* ---------------------------------------------------------
   REUSABLE CATEGORY SECTION
--------------------------------------------------------- */
.vqt-cat-section{padding:24px 0;width:100%;min-width:0}
.vqt-cat-posts{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) repeat(3,minmax(0,1fr));
    gap:14px;
    width:100%;
    min-width:0;
    align-items:stretch;
}
/* Auto-fit the section to the number of posts actually available. */
.vqt-cat-posts.vqt-cat-count-2{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}
.vqt-cat-posts.vqt-cat-count-3{grid-template-columns:minmax(0,1.35fr) repeat(2,minmax(0,1fr))}
.vqt-cat-posts.vqt-cat-count-4{grid-template-columns:minmax(0,1.35fr) repeat(3,minmax(0,1fr))}
.vqt-cat-card{
    border:1px solid #e8ebe8;
    border-radius:5px;
    overflow:hidden;
    background:#fff;
    min-width:0;
    height:100%;
    display:flex;
    flex-direction:column;
}
.vqt-cat-posts.vqt-cat-count-2 .vqt-cat-image{height:230px}
.vqt-cat-image{display:block;height:155px;overflow:hidden}
.vqt-cat-card.is-main .vqt-cat-image{height:230px}
.vqt-cat-content{padding:15px;min-width:0;display:flex;flex-direction:column;flex:1 1 auto}
.vqt-cat-content .vqt-meta{margin-top:auto;padding-top:8px}
.vqt-cat-card h3{
    font-family:Georgia,'Times New Roman',serif;
    font-size:19px;
    line-height:1.12;
    margin:9px 0 5px;
    overflow-wrap:anywhere;
}
.vqt-cat-card.is-main h3{font-size:25px}
.vqt-cat-card p{font-size:13px;line-height:1.55;color:#555d59}

/* ---------------------------------------------------------
   MAGAZINE / PROMO BANNER
--------------------------------------------------------- */
.vqt-promo-wrap{
    width:100%;
    max-width:100%;
}
.vqt-promo{
    display:grid;
    grid-template-columns:minmax(120px,170px) minmax(220px,1.2fr) minmax(320px,1.5fr);
    gap:28px;
    align-items:center;
    padding:28px;
    border-radius:6px;
    width:100%;
    min-width:0;
    overflow:hidden;
}
.vqt-promo-image{min-width:0; width:100%; max-width:170px}
.vqt-promo-image img{
    width:100%;
    max-height:190px;
    object-fit:contain;
    display:block;
}
.vqt-promo-copy{min-width:0}
.vqt-promo-copy h2{
    font-family:Georgia,'Times New Roman',serif;
    font-size:30px;
    line-height:1.15;
    margin:10px 0;
    color:var(--vqt-text);
    overflow-wrap:anywhere;
}
.vqt-promo-copy p{font-size:13px;line-height:1.6;color:#5a615d}
.vqt-outline-btn{
    display:inline-block;
    border:1px solid var(--vqt-accent);
    color:var(--vqt-accent);
    padding:10px 16px;
    border-radius:3px;
    text-decoration:none;
    font-size:12px;
    font-weight:700;
}
.vqt-benefits{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:8px;
    min-width:0;
}
.vqt-benefit{
    text-align:center;
    padding:10px;
    border-left:1px solid #dfe5df;
    min-width:0;
}
.vqt-benefit:first-child{border-left:0}
.vqt-benefit-icon,
.vqt-benefit-image{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:10px;
}
.vqt-benefit-icon{
    color:var(--vqt-accent);
    font-size:28px;
}
.vqt-benefit-icon svg{width:1em;height:1em;fill:currentColor}
.vqt-benefit-image img{display:block;width:34px;height:auto;object-fit:contain}
.vqt-benefit strong{
    font-size:12px;
    line-height:1.3;
    display:block;
    overflow-wrap:anywhere;
}

/* ---------------------------------------------------------
   TABLET
--------------------------------------------------------- */
@media (max-width:1024px){
    .vqt-section-head h2{font-size:27px}

    .vqt-hero-grid{grid-template-columns:1fr;gap:12px}
    .vqt-hero-side{
        grid-template-columns:repeat(2,minmax(0,1fr));
        grid-template-rows:auto;
        gap:12px;
    }
    .vqt-hero-main{min-height:430px}
    .vqt-hero-small{min-height:270px}
    .vqt-hero-main h2{font-size:42px}
    .vqt-card-content,.vqt-hero-main .vqt-card-content{padding:32px}

    .vqt-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .vqt-category-item{border-bottom:1px solid #ecefec}

    .vqt-latest-layout{grid-template-columns:1fr;gap:24px}
    .vqt-latest-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}

    .vqt-cat-posts{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
    .vqt-cat-posts.vqt-cat-count-2,.vqt-cat-posts.vqt-cat-count-3,.vqt-cat-posts.vqt-cat-count-4,.vqt-cat-posts.vqt-cat-count-5,.vqt-cat-posts.vqt-cat-count-6{grid-template-columns:repeat(2,minmax(0,1fr))}
    .vqt-cat-card.is-main .vqt-cat-image,.vqt-cat-image{height:210px}

    .vqt-promo{
        grid-template-columns:minmax(110px,145px) minmax(0,1fr);
        gap:24px;
        padding:24px;
    }
    .vqt-benefits{
        grid-column:1/-1;
        grid-template-columns:repeat(4,minmax(0,1fr));
        border-top:1px solid #dfe5df;
        padding-top:12px;
    }
}

/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */
@media (max-width:767px){
    .vqt-section-head{
        align-items:flex-start;
        gap:10px 16px;
        margin-bottom:15px;
        padding-bottom:10px;
    }
    .vqt-section-head h2{font-size:24px;line-height:1.18}
    .vqt-section-head a{font-size:12px;padding-top:5px}

    .vqt-hero-grid{gap:10px}
    .vqt-hero-side{grid-template-columns:1fr;gap:10px}
    .vqt-hero-main{min-height:410px}
    .vqt-hero-small{min-height:245px}
    .vqt-hero-main h2{font-size:34px;line-height:1.04}
    .vqt-hero-small h2{font-size:27px}
    .vqt-card-content,.vqt-hero-main .vqt-card-content{padding:24px}
    .vqt-card-content p{font-size:14px;line-height:1.55;margin-bottom:12px}

    .vqt-explore{padding:22px 0}
    .vqt-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .vqt-category-item{padding:20px 12px}
    .vqt-category-icon{font-size:30px;min-height:34px;margin-bottom:10px}
    .vqt-category-item strong{font-size:13px}
    .vqt-category-item>span:last-child{font-size:10.5px}

    .vqt-latest-section{padding:14px 0 22px}
    .vqt-latest-layout{gap:22px}
    .vqt-thumb{min-height:0;aspect-ratio:16/10}
    .vqt-latest-body{padding:18px}
    .vqt-latest-body h3{font-size:24px}
    .vqt-latest-list{grid-template-columns:1fr}
    .vqt-mini-post{
        grid-template-columns:110px minmax(0,1fr);
        gap:14px;
        margin-bottom:12px;
        padding-bottom:12px;
    }
    .vqt-mini-thumb{height:84px}
    .vqt-mini-post h4{font-size:17px;line-height:1.2}

    .vqt-cat-section{padding:20px 0}
    .vqt-cat-posts{grid-template-columns:1fr;gap:14px}
    .vqt-cat-posts.vqt-cat-count-2,.vqt-cat-posts.vqt-cat-count-3,.vqt-cat-posts.vqt-cat-count-4,.vqt-cat-posts.vqt-cat-count-5,.vqt-cat-posts.vqt-cat-count-6{grid-template-columns:1fr}
    .vqt-cat-image,.vqt-cat-card.is-main .vqt-cat-image{height:auto;aspect-ratio:16/9}
    .vqt-cat-content{padding:16px}
    .vqt-cat-card h3,.vqt-cat-card.is-main h3{font-size:22px;line-height:1.15}

    .vqt-promo{
        grid-template-columns:1fr;
        gap:20px;
        padding:22px;
        text-align:center;
    }
    .vqt-promo-image{max-width:150px;margin:0 auto}
    .vqt-promo-copy h2{font-size:26px}
    .vqt-benefits{
        grid-column:auto;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:0;
        padding-top:8px;
    }
    .vqt-benefit{border-left:0;border-top:1px solid #dfe5df;padding:14px 8px}
}

/* ---------------------------------------------------------
   SMALL MOBILE
--------------------------------------------------------- */
@media (max-width:480px){
    .vqt-section-head{flex-wrap:wrap}
    .vqt-section-head h2{font-size:22px;flex:1 1 100%}
    .vqt-section-head a{padding-top:0}

    .vqt-hero-main{min-height:360px}
    .vqt-hero-small{min-height:225px}
    .vqt-card-content,.vqt-hero-main .vqt-card-content{padding:20px}
    .vqt-hero-main h2{font-size:30px}
    .vqt-hero-small h2{font-size:24px}
    .vqt-card-content p{font-size:13px}

    .vqt-category-grid{grid-template-columns:1fr}
    .vqt-category-item{
        border-right:0;
        min-height:auto;
        padding:18px 16px;
    }
    .vqt-category-item:last-child{border-bottom:0}

    .vqt-latest-body h3{font-size:22px}
    .vqt-mini-post{
        grid-template-columns:96px minmax(0,1fr);
        gap:12px;
    }
    .vqt-mini-thumb{height:76px}
    .vqt-mini-post h4{font-size:16px}
    .vqt-mini-post .vqt-kicker{font-size:8px;padding:4px 6px}

    .vqt-cat-card h3,.vqt-cat-card.is-main h3{font-size:20px}

    .vqt-promo{padding:18px}
    .vqt-promo-copy h2{font-size:24px}
    .vqt-benefits{grid-template-columns:1fr}
    .vqt-benefit{display:flex;align-items:center;justify-content:flex-start;gap:12px;text-align:left;flex-wrap:wrap}
    .vqt-benefit-icon,.vqt-benefit-image{margin:0;flex:0 0 auto}
    .vqt-benefit-icon{font-size:24px}
    .vqt-benefit strong{flex:1 1 auto}
}

/* v1.0.4 style-control helpers */
.vqt-hero-card .vqt-readmore{transition:color .2s ease;}

/* ---------------------------------------------------------
   RELATED POSTS - SINGLE POST
--------------------------------------------------------- */
.vqt-related-section{
    --vqt-related-accent:#0b6b45;
    width:100%;
    min-width:0;
    padding:34px 0;
}
.vqt-related-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #e6e9e6;
    margin-bottom:22px;
    padding-bottom:13px;
}
.vqt-related-heading{
    margin:0;
    color:#14221b;
    font-family:Georgia,'Times New Roman',serif;
    font-size:30px;
    line-height:1.15;
}
.vqt-related-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
    width:100%;
    min-width:0;
}
.vqt-related-card{
    display:flex;
    flex-direction:column;
    min-width:0;
    overflow:hidden;
    background:#fff;
    border:1px solid #e7ebe8;
    border-radius:6px;
    transition:transform .2s ease,box-shadow .2s ease;
}
.vqt-related-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 28px rgba(18,49,35,.08);
}
.vqt-related-image{
    display:block;
    width:100%;
    height:220px;
    overflow:hidden;
    background:#eef3ef;
}
.vqt-related-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}
.vqt-related-card:hover .vqt-related-image img{transform:scale(1.025)}
.vqt-related-placeholder{
    display:block;
    width:100%;
    height:100%;
    background:linear-gradient(135deg,#edf3ee,#dfe9e2);
}
.vqt-related-content{
    display:flex;
    flex-direction:column;
    flex:1 1 auto;
    min-width:0;
    padding:18px 18px 20px;
}
.vqt-related-category{
    align-self:flex-start;
    color:var(--vqt-related-accent);
    font-size:10px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    text-decoration:none;
    margin-bottom:9px;
}
.vqt-related-title{
    margin:0 0 10px;
    font-family:Georgia,'Times New Roman',serif;
    font-size:22px;
    line-height:1.18;
    overflow-wrap:anywhere;
}
.vqt-related-title a{
    color:#14221b;
    text-decoration:none;
    transition:color .2s ease;
}
.vqt-related-title a:hover{color:var(--vqt-related-accent)}
.vqt-related-meta{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    margin:0 0 10px;
    color:#747c78;
    font-size:11px;
    line-height:1.45;
}
.vqt-related-excerpt{
    margin:0 0 15px;
    color:#555d59;
    font-size:13px;
    line-height:1.6;
}
.vqt-related-readmore{
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin-top:auto;
    color:var(--vqt-related-accent);
    font-size:12px;
    line-height:1.3;
    font-weight:700;
    text-decoration:none;
}
.vqt-related-readmore span{transition:transform .2s ease}
.vqt-related-readmore:hover span{transform:translateX(3px)}
.vqt-related-empty{
    padding:18px 20px;
    border:1px dashed #ccd8d0;
    background:#f7faf8;
    color:#5f6b64;
    font-size:13px;
}
@media (max-width:1024px){
    .vqt-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .vqt-related-heading{font-size:27px}
}
@media (max-width:767px){
    .vqt-related-section{padding:26px 0}
    .vqt-related-head{margin-bottom:17px;padding-bottom:10px}
    .vqt-related-heading{font-size:24px}
    .vqt-related-grid{grid-template-columns:1fr;gap:16px}
    .vqt-related-image{height:215px}
    .vqt-related-title{font-size:21px}
}
@media (max-width:480px){
    .vqt-related-heading{font-size:22px}
    .vqt-related-image{height:190px}
    .vqt-related-content{padding:16px}
    .vqt-related-title{font-size:20px}
}

/* ---------------------------------------------------------
   ARCHIVE / BLOG GRID — v1.0.7
--------------------------------------------------------- */
.elementor-widget-vqt_eco_archive{width:100%;max-width:100%;min-width:0}
.elementor-widget-vqt_eco_archive *{box-sizing:border-box}
.vqt-archive-section{
    --vqt-archive-accent:#0b6b45;
    width:100%;
    min-width:0;
}
.vqt-archive-head{
    margin:0 0 26px;
    padding-bottom:18px;
    border-bottom:1px solid #e7ebe8;
}
.vqt-archive-heading{
    margin:0;
    color:#14221b;
    font-family:Georgia,'Times New Roman',serif;
    font-size:36px;
    line-height:1.12;
}
.vqt-archive-description{
    max-width:820px;
    margin-top:12px;
    color:#626a66;
    font-size:14px;
    line-height:1.7;
}
.vqt-archive-description p:last-child{margin-bottom:0}
.vqt-archive-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
    width:100%;
    min-width:0;
}
.vqt-archive-card{
    display:flex;
    flex-direction:column;
    min-width:0;
    height:100%;
    overflow:hidden;
    background:#fff;
    border:1px solid #e7ebe8;
    border-radius:5px;
}
.vqt-archive-image{
    display:block;
    width:100%;
    height:230px;
    overflow:hidden;
    background:#eef2ef;
    flex:0 0 auto;
}
.vqt-archive-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}
.vqt-archive-card:hover .vqt-archive-image img{transform:scale(1.025)}
.vqt-archive-placeholder{
    display:block;
    width:100%;
    height:100%;
    background:linear-gradient(135deg,#eef3ef,#dfe8e1);
}
.vqt-archive-content{
    display:flex;
    flex-direction:column;
    flex:1 1 auto;
    min-width:0;
    padding:18px 18px 20px;
}
.vqt-archive-category{
    align-self:flex-start;
    display:inline-block;
    padding:5px 8px;
    border-radius:2px;
    background:var(--vqt-archive-accent);
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.035em;
    font-size:9px;
    line-height:1;
    font-weight:800;
}
.vqt-archive-title{
    margin:11px 0 7px;
    font-family:Georgia,'Times New Roman',serif;
    font-size:23px;
    line-height:1.16;
    overflow-wrap:anywhere;
}
.vqt-archive-title a{color:#14221b;text-decoration:none;transition:color .2s ease}
.vqt-archive-title a:hover{color:var(--vqt-archive-accent)}
.vqt-archive-meta{
    color:#747c78;
    font-size:11px;
    line-height:1.5;
}
.vqt-archive-excerpt{
    margin:12px 0 0;
    color:#555d59;
    font-size:13px;
    line-height:1.65;
}
.vqt-archive-readmore{
    display:inline-block;
    align-self:flex-start;
    margin-top:auto;
    padding-top:16px;
    color:var(--vqt-archive-accent);
    text-decoration:none;
    font-size:12px;
    font-weight:700;
}
.vqt-archive-section.is-list .vqt-archive-grid{grid-template-columns:1fr}
.vqt-archive-section.is-list .vqt-archive-card{
    display:grid;
    grid-template-columns:minmax(220px,34%) minmax(0,1fr);
}
.vqt-archive-section.is-list .vqt-archive-image{height:100%;min-height:240px}
.vqt-archive-pagination{margin-top:38px}
.vqt-archive-pagination ul{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:7px;
    list-style:none;
    margin:0;
    padding:0;
}
.vqt-archive-pagination li{margin:0;padding:0}
.vqt-archive-pagination a,
.vqt-archive-pagination span{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:38px;
    height:38px;
    padding:0 11px;
    border:1px solid #dfe5e1;
    border-radius:4px;
    color:#14221b;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
}
.vqt-archive-pagination a:hover{border-color:var(--vqt-archive-accent);color:var(--vqt-archive-accent)}
.vqt-archive-pagination .current{background:var(--vqt-archive-accent);border-color:var(--vqt-archive-accent);color:#fff}
.vqt-archive-empty{
    padding:24px;
    border:1px dashed #ccd6cf;
    background:#f7faf8;
    color:#59645e;
    text-align:center;
}

@media (max-width:1024px){
    .vqt-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .vqt-archive-heading{font-size:32px}
    .vqt-archive-section.is-list .vqt-archive-card{grid-template-columns:minmax(200px,38%) minmax(0,1fr)}
}
@media (max-width:767px){
    .vqt-archive-grid{grid-template-columns:1fr;gap:18px}
    .vqt-archive-head{margin-bottom:20px;padding-bottom:14px}
    .vqt-archive-heading{font-size:28px}
    .vqt-archive-image{height:auto;aspect-ratio:16/10}
    .vqt-archive-title{font-size:21px}
    .vqt-archive-section.is-list .vqt-archive-card{display:flex;grid-template-columns:none}
    .vqt-archive-section.is-list .vqt-archive-image{height:auto;min-height:0;aspect-ratio:16/10}
    .vqt-archive-pagination{margin-top:28px}
}
@media (max-width:480px){
    .vqt-archive-heading{font-size:25px}
    .vqt-archive-content{padding:16px}
    .vqt-archive-title{font-size:20px}
    .vqt-archive-pagination a,.vqt-archive-pagination span{min-width:34px;height:34px;padding:0 9px;font-size:12px}
}
