.elementor-22013 .elementor-element.elementor-element-e3013d3{--display:flex;--min-height:0px;--background-transition:0.3s;}.elementor-22013 .elementor-element.elementor-element-e3013d3, .elementor-22013 .elementor-element.elementor-element-e3013d3::before{--border-transition:0.3s;}@media(max-width:767px){.elementor-22013 .elementor-element.elementor-element-e3013d3{--width:500px;}}@media(min-width:768px){.elementor-22013 .elementor-element.elementor-element-e3013d3{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-72a2416 *//* RESET */
body{
    margin:0;
    padding:0;
    font-family:Arial, sans-serif;
}

/* HERO */
.jn-editorial-hero{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:250px;
    background:#111;
    overflow:hidden;
}

/* IMAGE */
.jn-editorial-image{
    background:
    linear-gradient(to right, rgba(0,0,0,.25), rgba(0,0,0,.05)),
    url('your-image.jpg');

    background-size:cover;
    background-position:center;
}

/* CONTENT */
.jn-editorial-content{
    background:#fff;
    padding:40px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* CLOCK */
.jn-live-time{
    display:flex;
    justify-content:space-between;
    align-items:center;

    font-size:12px;
    color:#777;
    margin-bottom:12px;
}

/* SMALL */
.jn-small{
    font-size:10px;
    letter-spacing:2px;
    color:#777;
    margin-bottom:12px;
}

/* TITLE */
.jn-editorial-content h1{
    font-size:46px;
    margin:0 0 14px;
    line-height:1;
}

/* TEXT */
.jn-editorial-content p{
    font-size:14px;
    color:#666;
    max-width:420px;
    margin-bottom:22px;
}

/* BUTTON */
.jn-editorial-btn{
    background:#111;
    color:#fff;
    padding:12px 22px;
    text-decoration:none;
    font-size:13px;
}

/* BOTTOM */
.jn-editorial-bottom{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    align-items:center;
}

/* POINTS */
.jn-mini-points{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.jn-mini-points span{
    font-size:11px;
    color:#888;
    position:relative;
    padding-left:10px;
}

.jn-mini-points span::before{
    content:'';
    width:4px;
    height:4px;
    border-radius:50%;
    background:#111;
    position:absolute;
    left:0;
    top:6px;
}

/* DESKTOP CLOCK POSITION */
.jn-live-time--desktop{
    position:absolute;
    top:20px;
    right:20px;
}

/* MOBILE CLOCK HIDDEN ON DESKTOP */
.jn-live-time--mobile{
    display:none;
}

/* 📱 MOBILE */
@media(max-width:768px){

    .jn-editorial-hero{
        grid-template-columns:1fr;
    }

    .jn-editorial-content{
        padding:20px;
    }

    .jn-editorial-content h1{
        font-size:26px;
    }

    .jn-editorial-image{
        height:160px;
    }

    .jn-live-time--desktop{
        display:none;
    }

    .jn-live-time--mobile{
        display:flex;
        margin-bottom:10px;
    }
}/* End custom CSS */