/* ==========================================================
   CHOCO BONTÉ – /choco-bonte/ HUB v2
   Cílené pouze přes body.cb-about-hub-v2
========================================================== */

body.cb-about-hub-v2 #content-wrapper{
    background:#f7f7f8;
}

body.cb-about-hub-v2 #content{
    max-width:1240px;
    margin:0 auto;
}

body.cb-about-hub-v2 .content-inner{
    padding-top:8px;
}

/* intro */
body.cb-about-hub-v2 .cb-about-hub-intro{
    max-width:900px;
    margin:34px 0 38px;
}

body.cb-about-hub-v2 .cb-about-hub-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:14px;
    padding:8px 13px;
    border-radius:999px;
    background:#fff0f5;
    color:#c70342;
    font-size:12px;
    line-height:1;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
}

body.cb-about-hub-v2 .cb-about-hub-intro h1{
    margin:0 0 14px;
    color:#302529;
    font-size:clamp(40px,5vw,64px);
    line-height:1;
    letter-spacing:-.045em;
    font-weight:850;
}

body.cb-about-hub-v2 .cb-about-hub-intro h1 span{
    color:#c70342;
}

body.cb-about-hub-v2 .cb-about-hub-intro p{
    max-width:760px;
    margin:0;
    color:#65595d;
    font-size:17px;
    line-height:1.7;
}

/* grid */
body.cb-about-hub-v2 #newsWrapper.news-wrapper{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:18px !important;
    align-items:stretch;
    margin:0 0 24px;
}

body.cb-about-hub-v2 #newsWrapper .news-item{
    display:grid !important;
    grid-template-columns:132px minmax(0,1fr) !important;
    min-width:0 !important;
    min-height:220px;
    margin:0 !important;
    overflow:hidden;
    border:1px solid rgba(86,38,49,.09);
    border-radius:22px;
    background:#fff;
    box-shadow:0 10px 28px rgba(73,31,44,.055);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

body.cb-about-hub-v2 #newsWrapper .news-item:hover{
    transform:translateY(-4px);
    border-color:rgba(199,3,66,.18);
    box-shadow:0 18px 40px rgba(73,31,44,.10);
}

/* image */
body.cb-about-hub-v2 #newsWrapper .news-item .image{
    width:132px !important;
    min-width:132px !important;
    height:100% !important;
    margin:0 !important;
    overflow:hidden;
    background:#fff6f9;
}

body.cb-about-hub-v2 #newsWrapper .news-item .image a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}

body.cb-about-hub-v2 #newsWrapper .news-item .image img{
    display:block;
    width:100% !important;
    height:100% !important;
    min-height:220px;
    object-fit:contain !important;
    object-position:center;
    padding:18px;
    background:#fff6f9;
    transition:transform .3s ease;
}

body.cb-about-hub-v2 #newsWrapper .news-item:hover .image img{
    transform:scale(1.04);
}

/* body */
body.cb-about-hub-v2 #newsWrapper .news-item .cb-mag-card__body{
    display:flex !important;
    flex-direction:column;
    justify-content:center;
    min-width:0;
    padding:24px 26px !important;
}

body.cb-about-hub-v2 #newsWrapper .news-item .cb-mag-card__body h2,
body.cb-about-hub-v2 #newsWrapper .news-item .cb-mag-card__body h3{
    margin:0 0 10px !important;
    color:#302529 !important;
    font-size:23px !important;
    line-height:1.18 !important;
    font-weight:800 !important;
    letter-spacing:-.025em;
}

body.cb-about-hub-v2 #newsWrapper .news-item .cb-mag-card__body h2 a,
body.cb-about-hub-v2 #newsWrapper .news-item .cb-mag-card__body h3 a{
    color:#302529 !important;
    text-decoration:none !important;
}

body.cb-about-hub-v2 #newsWrapper .news-item:hover .cb-mag-card__body h2 a,
body.cb-about-hub-v2 #newsWrapper .news-item:hover .cb-mag-card__body h3 a{
    color:#c70342 !important;
}

body.cb-about-hub-v2 #newsWrapper .news-item .cb-mag-card__body p{
    margin:0 0 16px !important;
    color:#6f6468 !important;
    font-size:14px !important;
    line-height:1.6 !important;
}

/* datum pryč */
body.cb-about-hub-v2 #newsWrapper .news-item .date,
body.cb-about-hub-v2 #newsWrapper .news-item time{
    display:none !important;
}

/* CTA – ponecháme původní anchor, jen přestylujeme */
body.cb-about-hub-v2 #newsWrapper .news-item .cb-mag-card__body > a:last-child,
body.cb-about-hub-v2 #newsWrapper .news-item .read-more,
body.cb-about-hub-v2 #newsWrapper .news-item .btn{
    display:inline-flex !important;
    align-items:center;
    width:max-content;
    margin-top:auto !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    color:#c70342 !important;
    font-size:13px !important;
    font-weight:800 !important;
    text-decoration:none !important;
    box-shadow:none !important;
}

body.cb-about-hub-v2 #newsWrapper .news-item .cb-mag-card__body > a:last-child::after,
body.cb-about-hub-v2 #newsWrapper .news-item .read-more::after,
body.cb-about-hub-v2 #newsWrapper .news-item .btn::after{
    content:"→";
    margin-left:7px;
    transition:transform .2s ease;
}

body.cb-about-hub-v2 #newsWrapper .news-item:hover .cb-mag-card__body > a:last-child::after,
body.cb-about-hub-v2 #newsWrapper .news-item:hover .read-more::after,
body.cb-about-hub-v2 #newsWrapper .news-item:hover .btn::after{
    transform:translateX(3px);
}

/* B2B */
body.cb-about-hub-v2 .cb-about-hub-b2b{
    display:grid;
    grid-template-columns:1fr auto;
    gap:30px;
    align-items:center;
    margin:20px 0 72px;
    padding:34px 38px;
    overflow:hidden;
    border-radius:26px;
    background:#c70342;
    color:#fff;
    position:relative;
}

body.cb-about-hub-v2 .cb-about-hub-b2b::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    right:-110px;
    top:-130px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
}

body.cb-about-hub-v2 .cb-about-hub-b2b > *{
    position:relative;
    z-index:1;
}

body.cb-about-hub-v2 .cb-about-hub-b2b small{
    display:block;
    margin-bottom:7px;
    color:#ffd1e0;
    font-size:11px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
}

body.cb-about-hub-v2 .cb-about-hub-b2b h2{
    margin:0 0 9px;
    color:#fff;
    font-size:clamp(25px,3vw,34px);
    line-height:1.1;
    letter-spacing:-.03em;
}

body.cb-about-hub-v2 .cb-about-hub-b2b p{
    max-width:720px;
    margin:0;
    color:rgba(255,255,255,.86);
    font-size:14px;
    line-height:1.65;
}

body.cb-about-hub-v2 .cb-about-hub-b2b a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
    padding:14px 20px;
    border-radius:999px;
    background:#fff;
    color:#c70342;
    font-size:13px;
    font-weight:800;
    text-decoration:none;
    transition:transform .2s ease, box-shadow .2s ease;
}

body.cb-about-hub-v2 .cb-about-hub-b2b a:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 28px rgba(80,0,25,.18);
}

/* pagination / controls pryč */
body.cb-about-hub-v2 .listingControls{
    display:none !important;
}

/* mobile */
@media(max-width:960px){
    body.cb-about-hub-v2 #newsWrapper.news-wrapper{
        grid-template-columns:1fr !important;
    }
}

@media(max-width:700px){
    body.cb-about-hub-v2 .content-inner{
        padding-left:14px;
        padding-right:14px;
    }

    body.cb-about-hub-v2 .cb-about-hub-intro{
        margin-top:24px;
        margin-bottom:30px;
    }

    body.cb-about-hub-v2 .cb-about-hub-intro h1{
        font-size:40px;
    }

    body.cb-about-hub-v2 .cb-about-hub-intro p{
        font-size:15.5px;
    }

    body.cb-about-hub-v2 #newsWrapper .news-item{
        grid-template-columns:96px minmax(0,1fr) !important;
        min-height:184px;
        border-radius:19px;
    }

    body.cb-about-hub-v2 #newsWrapper .news-item .image{
        width:96px !important;
        min-width:96px !important;
    }

    body.cb-about-hub-v2 #newsWrapper .news-item .image img{
        min-height:184px;
        padding:12px;
    }

    body.cb-about-hub-v2 #newsWrapper .news-item .cb-mag-card__body{
        padding:18px 16px !important;
    }

    body.cb-about-hub-v2 #newsWrapper .news-item .cb-mag-card__body h2,
    body.cb-about-hub-v2 #newsWrapper .news-item .cb-mag-card__body h3{
        font-size:19px !important;
    }

    body.cb-about-hub-v2 #newsWrapper .news-item .cb-mag-card__body p{
        font-size:13px !important;
    }

    body.cb-about-hub-v2 .cb-about-hub-b2b{
        grid-template-columns:1fr;
        gap:20px;
        padding:28px 24px;
        border-radius:22px;
    }

    body.cb-about-hub-v2 .cb-about-hub-b2b a{
        width:100%;
    }
}