body.jse-editorial-single {
    --jse-story-night: #06101f;
    --jse-story-panel: #0b192c;
    --jse-story-panel-soft: #11243a;
    --jse-story-line: rgba(81, 160, 202, 0.32);
    --jse-story-orange: #ff7a1a;
    --jse-story-orange-bright: #ff9b45;
    --jse-story-cyan: #24c4df;
    --jse-story-white: #f5f8fc;
    --jse-story-muted: #a8b7c8;
    background:
        radial-gradient(circle at 12% 8%, rgba(20, 167, 196, 0.13), transparent 28rem),
        radial-gradient(circle at 92% 18%, rgba(255, 122, 26, 0.1), transparent 30rem),
        var(--jse-story-night) !important;
    color: var(--jse-story-white);
}

body.jse-editorial-single #preloader,
body.jse-editorial-single ss3-loader {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.jse-editorial-single #content.middle-align {
    width: min(100%, 1180px) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: clamp(2rem, 5vw, 5.5rem) 1.5rem 6rem !important;
}

body.jse-editorial-single #content > .row {
    display: block !important;
    margin: 0 !important;
}

body.jse-editorial-single #our-services.services {
    width: 100% !important;
    max-width: 980px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    flex: none !important;
}

body.jse-editorial-single #content #sidebar {
    display: none !important;
}

body.jse-editorial-single .bradcrumbs {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 1rem !important;
    padding: 0 !important;
    color: var(--jse-story-muted) !important;
    font-size: 0 !important;
    line-height: 1.4;
    background: transparent !important;
    border: 0 !important;
}

body.jse-editorial-single .bradcrumbs a {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid var(--jse-story-line);
    border-radius: 999px;
    background: rgba(8, 25, 43, 0.76) !important;
    color: var(--jse-story-muted) !important;
    font-size: 0.72rem !important;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none !important;
    text-transform: uppercase;
}

body.jse-editorial-single .bradcrumbs a:first-child::after {
    content: " / AKTUALNOŚCI";
}

body.jse-editorial-single .bradcrumbs a:not(:first-child),
body.jse-editorial-single .bradcrumbs > span {
    display: none !important;
}

body.jse-editorial-single #our-services > article.inner-service {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 !important;
    padding: clamp(1.4rem, 4vw, 4rem) !important;
    border: 1px solid var(--jse-story-line);
    border-radius: 1.65rem;
    background:
        linear-gradient(135deg, rgba(17, 36, 58, 0.96), rgba(6, 16, 31, 0.98) 58%),
        var(--jse-story-panel) !important;
    box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.34);
}

body.jse-editorial-single #our-services > article.inner-service::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0.32rem;
    background: linear-gradient(90deg, var(--jse-story-orange), var(--jse-story-orange-bright) 48%, var(--jse-story-cyan));
    content: "";
}

body.jse-editorial-single #our-services > article.inner-service > h1 {
    max-width: 16ch;
    margin: 0 0 1.35rem !important;
    color: var(--jse-story-white) !important;
    font-family: var(--jse-font-display, "Arial Narrow", sans-serif) !important;
    font-size: clamp(2.25rem, 6vw, 4.75rem) !important;
    font-weight: 900 !important;
    line-height: 0.95 !important;
    letter-spacing: -0.035em !important;
    overflow-wrap: anywhere;
    text-wrap: balance;
    text-transform: uppercase;
}

body.jse-editorial-single #our-services > article.inner-service > .post-info {
    display: flex !important;
    align-items: center;
    gap: 0.7rem;
    width: fit-content;
    margin: 0 0 2rem !important;
    padding: 0.55rem 0.8rem !important;
    border: 1px solid rgba(255, 122, 26, 0.38);
    border-radius: 999px;
    background: rgba(255, 122, 26, 0.08) !important;
    color: var(--jse-story-muted) !important;
    font-size: 0.78rem !important;
}

body.jse-editorial-single #our-services > article.inner-service > .post-info::before {
    color: var(--jse-story-orange-bright);
    content: "AKTUALNOŚĆ";
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

body.jse-editorial-single #our-services > article.inner-service > .post-info > * {
    display: none !important;
}

body.jse-editorial-single #our-services > article.inner-service > .post-info .entry-date {
    display: inline-flex !important;
}

body.jse-editorial-single #our-services > article.inner-service > .post-info .entry-date::before {
    margin-right: 0.7rem;
    color: rgba(255, 255, 255, 0.3);
    content: "/";
}

body.jse-editorial-single #our-services > article.inner-service > .post-info a {
    color: var(--jse-story-white) !important;
    text-decoration: none !important;
}

body.jse-editorial-single .feature-box.vw-sports-featured-image {
    overflow: hidden;
    width: 100%;
    margin: 0 0 clamp(2rem, 5vw, 4rem) !important;
    border: 1px solid var(--jse-story-line);
    border-radius: 1.2rem;
    background: #020914;
    box-shadow: 0 1.4rem 3.6rem rgba(0, 0, 0, 0.3);
}

body.jse-editorial-single .feature-box.vw-sports-featured-image img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-height: 54rem;
    margin: 0 auto;
    object-fit: contain !important;
    object-position: center;
}

body.jse-editorial-single #our-services > article.inner-service > hr,
body.jse-editorial-single #our-services > article.inner-service > .single-post-category,
body.jse-editorial-single #our-services > article.inner-service > .tags-bg,
body.jse-editorial-single #comments {
    display: none !important;
}

body.jse-editorial-single #our-services > article.inner-service > .entry-content {
    width: min(100%, 780px);
    margin: 0 auto !important;
    color: var(--jse-story-white) !important;
    font-size: clamp(1.03rem, 1.5vw, 1.16rem) !important;
    line-height: 1.78 !important;
}

body.jse-editorial-single #our-services > article.inner-service > .entry-content p {
    margin: 0 0 1.3rem !important;
    color: #dce6f0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    white-space: pre-line;
}

body.jse-editorial-single #our-services > article.inner-service > .entry-content img.emoji,
body.jse-editorial-single #our-services > article.inner-service > .entry-content img.wp-smiley {
    display: inline !important;
    width: 1em !important;
    height: 1em !important;
    margin: 0 0.08em !important;
    vertical-align: -0.12em !important;
}

body.jse-editorial-single .jse-story-intro {
    margin: 0 0 2rem;
    padding: 1.4rem 1.5rem;
    border-left: 0.26rem solid var(--jse-story-orange);
    border-radius: 0 1rem 1rem 0;
    background: linear-gradient(90deg, rgba(255, 122, 26, 0.11), rgba(255, 122, 26, 0.02));
}

body.jse-editorial-single .jse-story-kicker {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--jse-story-orange-bright);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.jse-editorial-single .jse-story-lead {
    margin: 0 !important;
    color: var(--jse-story-white) !important;
    font-family: var(--jse-font-display, "Arial Narrow", sans-serif);
    font-size: clamp(1.55rem, 3vw, 2.3rem) !important;
    font-weight: 800;
    line-height: 1.08 !important;
}

body.jse-editorial-single .jse-story-block {
    margin: 1.25rem 0;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid var(--jse-story-line);
    border-radius: 1rem;
    background: rgba(10, 27, 46, 0.82);
}

body.jse-editorial-single .jse-story-block.is-live {
    background:
        radial-gradient(circle at 88% 18%, rgba(36, 196, 223, 0.18), transparent 13rem),
        rgba(10, 27, 46, 0.9);
}

body.jse-editorial-single .jse-story-block h2 {
    margin: 0 0 1rem !important;
    color: var(--jse-story-white) !important;
    font-family: var(--jse-font-display, "Arial Narrow", sans-serif) !important;
    font-size: clamp(1.5rem, 3vw, 2.25rem) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

body.jse-editorial-single .jse-team-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.jse-editorial-single .jse-team-list li {
    position: relative;
    margin: 0 !important;
    padding: 0.8rem 0.9rem 0.8rem 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.035);
    color: #e8eef5;
    font-weight: 700;
    line-height: 1.35;
}

body.jse-editorial-single .jse-team-list li::before {
    position: absolute;
    top: 1.08rem;
    left: 0.8rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--jse-story-orange);
    box-shadow: 0 0 0 0.24rem rgba(255, 122, 26, 0.12);
    content: "";
}

body.jse-editorial-single .jse-story-actions,
body.jse-editorial-single .wp-block-buttons {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.3rem 0 0 !important;
}

body.jse-editorial-single .jse-story-actions a,
body.jse-editorial-single .wp-block-button__link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.75rem 1.1rem !important;
    border: 1px solid var(--jse-story-orange) !important;
    border-radius: 999px !important;
    background: var(--jse-story-orange) !important;
    color: #07101d !important;
    font-size: 0.76rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em;
    text-decoration: none !important;
    text-transform: uppercase;
}

body.jse-editorial-single .jse-story-actions a.is-secondary {
    background: transparent !important;
    color: var(--jse-story-white) !important;
}

body.jse-editorial-single .jse-story-actions a:hover,
body.jse-editorial-single .wp-block-button__link:hover {
    border-color: var(--jse-story-orange-bright) !important;
    background: var(--jse-story-orange-bright) !important;
    color: #07101d !important;
}

body.jse-editorial-single .jse-story-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.jse-editorial-single .jse-story-links a,
body.jse-editorial-single .jse-story-partners span {
    display: inline-flex;
    align-items: center;
    min-height: 2.4rem;
    padding: 0.48rem 0.8rem;
    border: 1px solid var(--jse-story-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--jse-story-white) !important;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none !important;
}

body.jse-editorial-single .jse-story-partners {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

body.jse-editorial-single .post-navigation {
    margin: 1.5rem 0 0 !important;
}

body.jse-editorial-single .post-navigation .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

body.jse-editorial-single .post-navigation .nav-previous,
body.jse-editorial-single .post-navigation .nav-next {
    width: 100% !important;
    margin: 0 !important;
}

body.jse-editorial-single .post-navigation a {
    display: flex;
    min-height: 8rem;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.2rem !important;
    border: 1px solid var(--jse-story-line);
    border-radius: 1rem;
    background: rgba(10, 27, 46, 0.82);
    color: var(--jse-story-white) !important;
    text-decoration: none !important;
}

body.jse-editorial-single .post-navigation .meta-nav {
    color: var(--jse-story-orange-bright) !important;
    font-size: 0 !important;
    font-weight: 900;
    letter-spacing: 0.12em;
}

body.jse-editorial-single .post-navigation .nav-previous .meta-nav::after {
    content: "POPRZEDNIA AKTUALNOŚĆ";
    font-size: 0.65rem;
}

body.jse-editorial-single .post-navigation .nav-next .meta-nav::after {
    content: "NASTĘPNA AKTUALNOŚĆ";
    font-size: 0.65rem;
}

body.jse-editorial-single .post-navigation .post-title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--jse-story-white);
    font-family: var(--jse-font-display, "Arial Narrow", sans-serif);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.15;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body.jse-editorial-single .related-post {
    margin: 3.5rem 0 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
}

body.jse-editorial-single .related-post > h3 {
    margin: 0 0 1.2rem !important;
    color: var(--jse-story-white) !important;
    font-size: 0 !important;
}

body.jse-editorial-single .related-post > h3::after {
    content: "WIĘCEJ AKTUALNOŚCI";
    font-family: var(--jse-font-display, "Arial Narrow", sans-serif);
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    font-weight: 900;
    letter-spacing: -0.025em;
}

body.jse-editorial-single .related-post > .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 0 !important;
}

body.jse-editorial-single .related-post > .row > [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

body.jse-editorial-single .related-post article.inner-service,
body.jse-editorial-single .related-post .post-main-box {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.jse-editorial-single .related-post .post-main-box {
    overflow: hidden;
    border: 1px solid var(--jse-story-line) !important;
    border-radius: 1rem;
    background: rgba(10, 27, 46, 0.86) !important;
}

body.jse-editorial-single .related-post .box-image {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    margin: 0 !important;
    background: #020914;
}

body.jse-editorial-single .related-post .box-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.jse-editorial-single .related-post .section-title {
    margin: 0 !important;
    padding: 1rem !important;
}

body.jse-editorial-single .related-post .section-title a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--jse-story-white) !important;
    font-family: var(--jse-font-display, "Arial Narrow", sans-serif);
    font-size: 1.05rem !important;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body.jse-editorial-single .related-post .post-info,
body.jse-editorial-single .related-post .new-text,
body.jse-editorial-single .related-post .more-btn,
body.jse-editorial-single #our-services > .navigation {
    display: none !important;
}

@media (max-width: 760px) {
    body.jse-editorial-single #content.middle-align {
        padding: 1.1rem 0.75rem 4rem !important;
    }

    body.jse-editorial-single #our-services > article.inner-service {
        padding: 1.35rem 1rem 1.5rem !important;
        border-radius: 1rem;
    }

    body.jse-editorial-single #our-services > article.inner-service > h1 {
        max-width: none;
        font-size: clamp(2rem, 11vw, 3.2rem) !important;
        line-height: 0.98 !important;
    }

    body.jse-editorial-single .feature-box.vw-sports-featured-image {
        border-radius: 0.8rem;
    }

    body.jse-editorial-single .jse-team-list,
    body.jse-editorial-single .post-navigation .nav-links,
    body.jse-editorial-single .related-post > .row {
        grid-template-columns: 1fr !important;
    }

    body.jse-editorial-single .jse-story-actions a {
        width: 100%;
    }

    body.jse-editorial-single .post-navigation a {
        min-height: 6.5rem;
    }
}

body.jse-editorial-single .jse-fb-shared-quote {
    position: relative;
    margin: 1.5rem 0 !important;
    padding: clamp(1.35rem, 4vw, 2.25rem) clamp(1.2rem, 4vw, 2.5rem) clamp(1.35rem, 4vw, 2.25rem) clamp(1.7rem, 5vw, 3.1rem) !important;
    overflow: hidden;
    border: 1px solid rgba(255, 122, 26, 0.38) !important;
    border-left: 0.35rem solid var(--jse-story-orange) !important;
    border-radius: 0.2rem 1.15rem 1.15rem 0.2rem;
    background:
        radial-gradient(circle at 100% 0, rgba(36, 196, 223, 0.12), transparent 16rem),
        linear-gradient(135deg, rgba(255, 122, 26, 0.1), rgba(10, 27, 46, 0.92)) !important;
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.2);
}

body.jse-editorial-single .jse-fb-shared-quote::before {
    position: absolute;
    top: 0.1rem;
    left: 0.65rem;
    color: rgba(255, 155, 69, 0.28);
    font-family: Georgia, serif;
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 1;
    content: "“";
}

body.jse-editorial-single .jse-fb-shared-quote p {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    color: var(--jse-story-white) !important;
    font-family: var(--jse-font-display, "Arial Narrow", sans-serif);
    font-size: clamp(1.3rem, 2.6vw, 1.85rem) !important;
    font-weight: 800;
    line-height: 1.2 !important;
}

body.jse-editorial-single .jse-fb-shared-quote cite {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 1rem;
    color: var(--jse-story-orange-bright);
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.jse-editorial-single.jse-facebook-thumb-contain .feature-box.vw-sports-featured-image {
    width: min(100%, 620px);
    margin-inline: auto !important;
    background:
        radial-gradient(circle at 50% 45%, rgba(36, 196, 223, 0.12), transparent 55%),
        linear-gradient(145deg, #fff, #edf5fb);
}

body.jse-editorial-single.jse-facebook-thumb-contain .feature-box.vw-sports-featured-image img {
    padding: clamp(1.5rem, 7vw, 4rem);
    object-fit: contain !important;
}
