/* ==========================================================
   CHOCO BONTÉ – MAGAZÍN v4
   CSS pro JS-zjednodušené karty
========================================================== */

body.type-posts-listing main#content{
    width:100% !important;
    max-width:1380px !important;
    margin:0 auto !important;
    padding:44px 36px 80px !important;
    box-sizing:border-box !important;
}

body.type-posts-listing .content-inner{
    width:100% !important;
    max-width:none !important;
}

body.type-posts-listing main#content h1{
    margin:0 0 34px !important;
    color:#2f2428 !important;
    font-size:clamp(40px,4vw,58px) !important;
    line-height:1.04 !important;
    font-weight:800 !important;
    letter-spacing:-.04em !important;
}

/* pokud má rubrika popis */
body.type-posts-listing .sectionDescription{
    max-width:760px !important;
    margin:-14px 0 34px !important;
    color:#75686c !important;
    font-size:16px !important;
    line-height:1.65 !important;
}

/* Dvě karty = dvě široké; více článků se adaptuje */
body.type-posts-listing #newsWrapper.news-wrapper{
    display:grid !important;
    grid-template-columns:repeat(auto-fit,minmax(min(460px,100%),1fr)) !important;
    gap:28px !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
}

/* karta */
body.type-posts-listing #newsWrapper > .news-item{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    display:flex !important;
    flex-direction:column !important;
    background:#fff !important;
    border:1px solid rgba(86,38,49,.08) !important;
    border-radius:24px !important;
    box-shadow:0 10px 30px rgba(73,31,44,.07) !important;
    transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease !important;
}

body.type-posts-listing #newsWrapper > .news-item:hover{
    transform:translateY(-5px) !important;
    border-color:rgba(199,3,66,.18) !important;
    box-shadow:0 20px 46px rgba(73,31,44,.13) !important;
}

/* thumbnail */
body.type-posts-listing #newsWrapper > .news-item > .image{
    width:100% !important;
    aspect-ratio:16/9 !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    background:#f7f4f5 !important;
}

body.type-posts-listing #newsWrapper > .news-item > .image a{
    display:block !important;
    width:100% !important;
    height:100% !important;
}

body.type-posts-listing #newsWrapper > .news-item > .image img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:cover !important;
    object-position:center !important;
    transition:transform .42s ease !important;
}

body.type-posts-listing #newsWrapper > .news-item:hover > .image img{
    transform:scale(1.035) !important;
}

/* nový kompaktní obsah */
body.type-posts-listing .cb-mag-card__body{
    display:flex;
    flex:1;
    flex-direction:column;
    padding:24px 26px 26px;
}

body.type-posts-listing .cb-mag-card__title{
    margin:0 0 10px;
    font-size:clamp(22px,1.7vw,28px);
    line-height:1.18;
    font-weight:800;
    letter-spacing:-.025em;
}

body.type-posts-listing .cb-mag-card__title a{
    color:#2f2428 !important;
    text-decoration:none !important;
    transition:color .2s ease;
}

body.type-posts-listing .news-item:hover .cb-mag-card__title a{
    color:#c70342 !important;
}

body.type-posts-listing .cb-mag-card__date{
    margin:0 0 14px;
    color:#9b8d91;
    font-size:13px;
    line-height:1.4;
    font-weight:600;
}

body.type-posts-listing .cb-mag-card__excerpt{
    margin:0 0 22px;
    color:#66595d;
    font-size:15px;
    line-height:1.6;
}

body.type-posts-listing .cb-mag-card__cta{
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:max-content;
    margin-top:auto;
    padding:11px 17px;
    border-radius:999px;
    background:#c70342;
    color:#fff !important;
    font-size:13px;
    line-height:1;
    font-weight:800;
    text-decoration:none !important;
    transition:transform .2s ease,background .2s ease;
}

body.type-posts-listing .cb-mag-card__cta::after{
    content:"→";
    font-size:16px;
    transition:transform .2s ease;
}

body.type-posts-listing .cb-mag-card__cta:hover{
    background:#562631;
    transform:translateY(-1px);
}

body.type-posts-listing .cb-mag-card__cta:hover::after{
    transform:translateX(3px);
}

body.type-posts-listing .listingControls{
    width:100% !important;
    margin-top:42px !important;
}

@media(max-width:1050px){
    body.type-posts-listing main#content{
        padding:36px 24px 64px !important;
    }

    body.type-posts-listing #newsWrapper.news-wrapper{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:22px !important;
    }
}

@media(max-width:700px){
    body.type-posts-listing main#content{
        padding:28px 16px 50px !important;
    }

    body.type-posts-listing #newsWrapper.news-wrapper{
        grid-template-columns:1fr !important;
        gap:20px !important;
    }

    body.type-posts-listing #newsWrapper > .news-item{
        border-radius:20px !important;
    }

    body.type-posts-listing .cb-mag-card__body{
        padding:20px 20px 22px;
    }

    body.type-posts-listing .cb-mag-card__title{
        font-size:21px;
    }
}


/* ==========================================================
   CHOCO BONTÉ – MAGAZÍN v5
   Desktop 3 sloupce / tablet 2 / mobil 1
   Stejné výšky karet a CTA zarovnané dole
========================================================== */

body.type-posts-listing #newsWrapper.news-wrapper{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    align-items:stretch !important;
}

body.type-posts-listing #newsWrapper > .news-item{
    height:100% !important;
}

body.type-posts-listing .cb-mag-card__body{
    display:flex !important;
    flex-direction:column !important;
    height:100% !important;
}

body.type-posts-listing .cb-mag-card__title{
    min-height:2.36em;
}

body.type-posts-listing .cb-mag-card__excerpt{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

body.type-posts-listing .cb-mag-card__cta{
    margin-top:auto !important;
}

@media(max-width:1050px){
    body.type-posts-listing #newsWrapper.news-wrapper{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }
}

@media(max-width:700px){
    body.type-posts-listing #newsWrapper.news-wrapper{
        grid-template-columns:1fr !important;
    }

    body.type-posts-listing .cb-mag-card__title{
        min-height:0;
    }
}
