/* ==========================================================
   AKTUALNOŚCI - CZYSTA STRONA /aktualnosci/
   MOBILE FIRST
   ========================================================== */

#jedynka-news-clean {
    --n:#00204f;
    --d:#00152f;
    --r:#db2028;
    --y:#fff564;
    --t:#667286;

    display:block !important;
    position:relative !important;
    z-index:1 !important;
    width:100% !important;
    height:auto !important;
    min-height:1px !important;
    overflow:visible !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    background:#f3f5f8 !important;
}

#jedynka-news-clean,
#jedynka-news-clean * {
    box-sizing:border-box;
}

#jedynka-news-clean a {
    text-decoration:none !important;
}

.jnewsclean-feature,
.jnewsclean-list,
.jnewsclean-cta {
    display:block !important;
    position:relative !important;
    width:100% !important;
    height:auto !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
}

/* MOBILE FIRST */

.jnewsclean-feature {
    padding:28px 0 16px;
}

.jnewsclean-feature-card {
    display:block !important;
    width:100%;
    overflow:hidden;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 28px rgba(0,32,79,.08);
}

.jnewsclean-feature-photo {
    position:relative;
    display:block !important;
    width:100%;
    height:225px;
    overflow:hidden;
    background:#00204f;
}

.jnewsclean-img {
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    object-fit:cover !important;
    opacity:1 !important;
    visibility:visible !important;
}

.jnewsclean-placeholder {
    display:flex !important;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    color:rgba(255,255,255,.12);
    font-size:38px;
    font-weight:900;
}

.jnewsclean-new {
    position:absolute;
    top:15px;
    left:15px;
    padding:8px 11px;
    background:#db2028;
    border-radius:999px;
    color:#fff;
    font-size:8px;
    font-weight:900;
    letter-spacing:1px;
    text-transform:uppercase;
}

.jnewsclean-feature-body {
    display:block !important;
    padding:21px 18px 23px;
    background:#fff;
    opacity:1 !important;
    visibility:visible !important;
}

.jnewsclean-kicker {
    display:block;
    margin:0 0 8px;
    color:#db2028;
    font-size:9px;
    font-weight:900;
    letter-spacing:1.7px;
    text-transform:uppercase;
}

.jnewsclean-meta {
    display:block !important;
    margin:0 0 10px;
    color:#8a94a3;
    font-size:8px;
    font-weight:800;
    letter-spacing:.45px;
    text-transform:uppercase;
}

.jnewsclean-meta b {
    margin:0 5px;
    color:#db2028;
}

.jnewsclean-feature-body h2 {
    display:block !important;
    margin:0 0 13px;
    font-size:27px;
    font-weight:900;
    line-height:1.06;
    letter-spacing:-.9px;
}

.jnewsclean-feature-body h2 a,
.jnewsclean-card h3 a {
    color:#00204f !important;
}

.jnewsclean-lead {
    display:block !important;
    margin:0 0 18px;
    color:#667286;
    font-size:13px;
    line-height:1.62;
}

.jnewsclean-primary {
    display:inline-flex !important;
    align-items:center;
    gap:16px;
    padding:12px 15px;
    background:#db2028;
    border-radius:7px;
    color:#fff !important;
    font-size:8px;
    font-weight:900;
    text-transform:uppercase;
}

/* LISTA */

.jnewsclean-list {
    padding:28px 0 48px;
}

.jnewsclean-heading {
    display:block !important;
    margin-bottom:21px;
}

.jnewsclean-heading h2 {
    margin:0;
    color:#00204f;
    font-size:36px;
    font-weight:900;
    line-height:.98;
    letter-spacing:-1.5px;
    text-transform:uppercase;
}

.jnewsclean-total {
    display:none;
}

.jnewsclean-grid {
    display:block !important;
    width:100%;
}

.jnewsclean-card {
    display:block !important;
    width:100%;
    height:auto !important;
    margin:0 0 14px;
    overflow:hidden;
    background:#fff;
    border:1px solid #e1e6ec;
    border-radius:11px;
    box-shadow:0 7px 19px rgba(0,32,79,.045);
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
}

.jnewsclean-photo {
    display:block !important;
    width:100%;
    height:185px;
    overflow:hidden;
    background:#00204f;
}

.jnewsclean-card-body {
    display:block !important;
    width:100%;
    padding:16px 15px 18px;
    background:#fff;
    opacity:1 !important;
    visibility:visible !important;
}

.jnewsclean-card h3 {
    display:block !important;
    margin:0 0 9px;
    font-size:19px;
    font-weight:900;
    line-height:1.12;
    overflow-wrap:anywhere;
}

.jnewsclean-excerpt {
    display:block !important;
    margin:0 0 15px;
    color:#667286;
    font-size:12px;
    line-height:1.55;
}

.jnewsclean-more {
    display:inline-flex !important;
    gap:7px;
    color:#db2028 !important;
    font-size:7.5px;
    font-weight:900;
    text-transform:uppercase;
}

/* PAGINACJA */

.jnewsclean-pages {
    display:flex !important;
    justify-content:center;
    flex-wrap:wrap;
    gap:7px;
    margin-top:30px;
}

.jnewsclean-pages a {
    display:inline-flex;
    min-width:39px;
    height:39px;
    align-items:center;
    justify-content:center;
    padding:0 10px;
    background:#fff;
    border:1px solid #dce2e9;
    border-radius:7px;
    color:#00204f !important;
    font-size:9px;
    font-weight:900;
}

.jnewsclean-pages a.is-current {
    background:#00204f;
    border-color:#00204f;
    color:#fff !important;
}

/* CTA */

.jnewsclean-cta {
    padding:0 0 50px;
}

.jnewsclean-cta-card {
    display:block !important;
    padding:24px 19px;
    background:linear-gradient(135deg,#00204f,#00152f);
    border-top:5px solid #db2028;
    border-radius:12px;
}

.jnewsclean-cta-card > div:first-child > span {
    display:block;
    margin-bottom:8px;
    color:#fff564;
    font-size:9px;
    font-weight:900;
    letter-spacing:1.7px;
}

.jnewsclean-cta h2 {
    margin:0 0 15px;
    color:#fff;
    font-size:37px;
    font-weight:900;
    line-height:.98;
    letter-spacing:-1.6px;
    text-transform:uppercase;
}

.jnewsclean-cta p {
    margin:0 0 17px;
    color:rgba(255,255,255,.7);
    font-size:13px;
    line-height:1.6;
}

.jnewsclean-cta-buttons {
    display:flex;
    flex-direction:column;
    gap:8px;
}

.jnewsclean-cta-buttons a {
    display:flex;
    width:100%;
    justify-content:center;
    padding:12px 14px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:7px;
    color:#fff !important;
    font-size:8px;
    font-weight:900;
    text-transform:uppercase;
}

.jnewsclean-cta-buttons a:first-child {
    background:#db2028;
    border-color:#db2028;
}

/* TABLET */

@media (min-width:768px) {

    .jnewsclean-feature {
        padding:50px 0 28px;
    }

    .jnewsclean-feature-card {
        display:grid !important;
        grid-template-columns:1fr 1fr;
    }

    .jnewsclean-feature-photo {
        height:100%;
        min-height:430px;
    }

    .jnewsclean-feature-body {
        display:flex !important;
        min-height:430px;
        flex-direction:column;
        justify-content:center;
        padding:36px;
    }

    .jnewsclean-feature-body h2 {
        font-size:37px;
    }

    .jnewsclean-grid {
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:18px;
    }

    .jnewsclean-card {
        margin:0;
    }

    .jnewsclean-photo {
        height:220px;
    }

    .jnewsclean-heading {
        display:flex !important;
        align-items:flex-end;
        justify-content:space-between;
        gap:30px;
        margin-bottom:29px;
    }

    .jnewsclean-total {
        display:flex;
        align-items:flex-end;
        gap:8px;
    }

    .jnewsclean-total strong {
        color:#db2028;
        font-size:42px;
        font-weight:900;
        line-height:.8;
    }

    .jnewsclean-total span {
        color:#7d8797;
        font-size:8px;
        font-weight:900;
        text-transform:uppercase;
    }

    .jnewsclean-cta-card {
        display:grid !important;
        grid-template-columns:1fr 1fr;
        gap:34px;
        align-items:center;
        padding:35px;
    }

    .jnewsclean-cta h2 {
        margin-bottom:0;
    }

    .jnewsclean-cta-buttons {
        flex-direction:row;
    }
}

/* DESKTOP */

@media (min-width:1100px) {

    .jnewsclean-feature-card {
        grid-template-columns:1.15fr .85fr;
    }

    .jnewsclean-feature-photo,
    .jnewsclean-feature-body {
        min-height:500px;
    }

    .jnewsclean-feature-body {
        padding:47px;
    }

    .jnewsclean-feature-body h2 {
        font-size:45px;
    }

    .jnewsclean-grid {
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:20px;
    }

    .jnewsclean-photo {
        height:245px;
    }

    .jnewsclean-list {
        padding-bottom:78px;
    }

    .jnewsclean-cta {
        padding-bottom:78px;
    }

    .jnewsclean-cta-card {
        padding:41px;
    }

    .jnewsclean-cta h2 {
        font-size:49px;
    }
}
