﻿@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700;800&family=Manrope:wght@400;500;700;800&display=swap");

body {
    --jse-blue: #0699dc;
    --jse-blue-dark: #04567e;
    --jse-ink: #0e1824;
    --jse-ink-soft: rgba(14, 24, 36, 0.74);
    --jse-orange: #ff8a2b;
    --jse-orange-rgb: 255, 138, 43;
    --wp--preset--luminous-vivid-orange: #ff8a2b;
    --wp--preset--gradient--luminous-amber-to-vivid-orange: linear-gradient(135deg, #fcb900 0%, #ff8a2b 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, #ff8a2b 0%, #cf2e2e 100%);
    --jse-paper: #f4f8fc;
    --jse-line: rgba(6, 153, 220, 0.16);
    --jse-line-strong: rgba(6, 153, 220, 0.28);
    --jse-shadow: 0 22px 54px rgba(8, 23, 39, 0.12);
    --jse-header-max: 1320px;
    --jse-header-border: 1px solid rgba(6, 153, 220, 0.22);
    --jse-contrast-hover: #042b4b;
    --jse-header-primary: #082c4b;
    --jse-header-gradient: linear-gradient(110deg, rgba(252, 255, 255, 0.6), rgba(243, 250, 255, 0.82)),
        radial-gradient(circle at right center, rgba(255, 138, 43, 0.14), transparent 28%);
    background:
        radial-gradient(circle at top left, rgba(6, 153, 220, 0.08), transparent 32%),
        radial-gradient(circle at 100% 12%, rgba(255, 138, 43, 0.12), transparent 24%),
        var(--jse-paper);
    color: var(--jse-ink);
    font-family: "Manrope", system-ui, sans-serif;

}


body.jse-home-polish-runtime {
    --jse-blue: #ff8a2b;
    --jse-blue-dark: #121e34;
    --jse-ink: #f4f8ff;
    --jse-ink-soft: rgba(244, 248, 255, 0.78);
    --jse-paper: #0a1020;
    --jse-line: rgba(255, 138, 43, 0.26);
    --jse-line-strong: rgba(255, 138, 43, 0.42);
    --jse-shadow: 0 22px 54px rgba(0, 0, 0, 0.32);
    --jse-header-max: 1320px;
    --jse-header-border: 1px solid rgba(255, 138, 43, 0.28);
    --jse-contrast-hover: #ff8a2b;
    --jse-header-primary: #18213a;
    --jse-header-gradient: linear-gradient(110deg, rgba(11, 16, 32, 0.84), rgba(18, 23, 45, 0.92)),
        radial-gradient(circle at right center, rgba(255, 138, 43, 0.16), transparent 24%);
    background:
        linear-gradient(130deg, rgba(8, 13, 27, 0.94), rgba(12, 19, 38, 0.94));
    color: var(--jse-ink);
}

body.jse-home-polish-runtime #page,
body.jse-home-polish-runtime .site,
body.jse-home-polish-runtime .ast-container,
body.jse-home-polish-runtime .site-main,
body.jse-home-polish-runtime #content,
body.jse-home-polish-runtime .row,
body.jse-home-polish-runtime .widget-area,
body.jse-home-polish-runtime #our-services {
    color: var(--jse-ink);
}
body.admin-bar .home-page-header,
body.admin-bar .site-header,
body.admin-bar #masthead {
    top: 32px;
}

body .home-page-header,
body .site-header,
body #masthead {
    position: sticky;
    top: 0;
    z-index: 40;
    width: 100%;
    padding: 10px 0 12px;
    background:
        var(--jse-header-gradient);
    backdrop-filter: blur(16px) saturate(175%);
    -webkit-backdrop-filter: blur(16px) saturate(175%);
    box-shadow: 0 20px 40px rgba(6, 37, 56, 0.15);
    border-bottom: 1px solid rgba(6, 153, 220, 0.22);
    border-top: 1px solid rgba(255, 255, 255, 0.55);
}

body.jse-home-polish-runtime.jse-hard-premium {
    --jse-header-gradient: linear-gradient(115deg, rgba(5, 27, 55, 0.78), rgba(9, 32, 58, 0.9)),
        radial-gradient(circle at left top, rgba(255, 138, 43, 0.4), transparent 35%),
        linear-gradient(115deg, rgba(10, 58, 95, 0.9), rgba(4, 27, 50, 0.94));
    --jse-contrast-hover: #071d35;
    border-top-color: rgba(255, 255, 255, 0.82);
    border-bottom-color: rgba(255, 138, 43, 0.85);
}
body.jse-hard-premium .home-page-header,
body.jse-hard-premium .site-header,
body.jse-hard-premium #masthead {
    --jse-header-gradient: linear-gradient(115deg, rgba(5, 27, 55, 0.78), rgba(9, 32, 58, 0.9)),
        radial-gradient(circle at left top, rgba(255, 138, 43, 0.32), transparent 35%),
        linear-gradient(115deg, rgba(10, 58, 95, 0.9), rgba(4, 27, 50, 0.94));
    --jse-contrast-hover: #071d35;
    border-top-color: rgba(255, 255, 255, 0.82);
    border-bottom-color: rgba(255, 138, 43, 0.85);
    box-shadow:
        0 26px 48px rgba(6, 37, 56, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

body .home-page-header::after,
body .site-header::after,
body #masthead::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(6, 153, 220, 0.9), rgba(255, 138, 43, 0.9));
}

body #header {
    width: min(var(--jse-header-max), calc(100% - 2rem));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 auto;
    padding: 0 18px;
    border: var(--jse-header-border);
    border-radius: 22px;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.9) 0 30%, rgba(244, 252, 255, 0.74) 30% 100%);
    box-shadow:
        0 16px 38px rgba(8, 23, 39, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body #header > div:last-child,
body #header > nav:last-child {
    flex: 1;
    min-width: 0;
}

body .custom-logo-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px 6px 4px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(6, 153, 220, 0.16);
    box-shadow: 0 8px 20px rgba(6, 153, 220, 0.16);
    isolation: isolate;
    line-height: 0;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body .custom-logo-link img,
body .custom-logo {
    max-height: 64px;
    max-width: 225px;
    height: auto;
    width: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 4px 14px rgba(2, 35, 55, 0.18));
}

body .custom-logo-link:hover {
    transform: translateY(-1px);
    box-shadow:
        0 10px 22px rgba(6, 153, 220, 0.24),
        inset 0 0 0 1px rgba(255, 138, 43, 0.34);
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 138, 43, 0.42);
}

body #site-navigation.main-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
}

body .main-navigation .main-menu > ul,
body .main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
    width: 100%;
}

body .main-navigation li {
    position: relative;
    margin: 0;
    list-style: none;
}

body .main-navigation a {
    position: relative;
    padding: 12px 0;
    color: var(--jse-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body .main-navigation a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--jse-blue), var(--jse-orange));
    transform: scaleX(0.15);
    transform-origin: left;
    opacity: 0;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

body.jse-hard-premium .main-navigation a {
    font-size: 1.06rem;
    letter-spacing: 0.11em;
    text-shadow: 0 1px 0 rgba(4, 39, 72, 0.16);
}

body.jse-hard-premium .main-navigation a::after {
    height: 3px;
}

body.jse-hard-premium .main-navigation .menu-toggle {
    border-color: rgba(255, 138, 43, 0.34);
}

body .main-navigation a:hover::after,
body .main-navigation .current-menu-item > a::after,
body .main-navigation .current_page_item > a::after {
    transform: scaleX(1);
    opacity: 1;
}

body .main-navigation .menu-item-has-children > a {
    padding-right: 18px;
}

body .main-navigation .menu-item-has-children > a::after {
    right: 2px;
    left: auto;
    width: 38%;
    height: 1px;
}

body .main-navigation a:focus-visible,
body .main-navigation a:hover {
    color: var(--jse-contrast-hover);
}

body .main-navigation .sub-menu {
    border: 1px solid rgba(6, 153, 220, 0.26);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 35px rgba(3, 19, 34, 0.16);
    padding: 8px;
}

body .main-navigation .sub-menu a {
    padding: 10px 14px;
    font-size: 0.92rem;
}

body .main-navigation .sub-menu a:hover,
body .main-navigation .sub-menu .current-menu-item a {
    background: linear-gradient(90deg, rgba(6, 153, 220, 0.12), rgba(255, 255, 255, 0));
}

body .main-navigation .menu-toggle,
body .responsivetoggle,
body .toggle-nav .responsivetoggle {
    font-size: 0;
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(6, 153, 220, 0.24);
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.95), rgba(243, 252, 255, 0.84));
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(3, 31, 46, 0.14);
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

body .main-navigation .menu-toggle::before {
    content: "â°";
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: var(--jse-ink);
}

body .main-navigation .menu-toggle:hover {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(229, 247, 255, 0.92));
    border-color: rgba(255, 138, 43, 0.44);
    box-shadow: 0 14px 28px rgba(3, 31, 46, 0.2);
}
body .responsivetoggle:hover,
body .toggle-nav .responsivetoggle:hover {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(229, 247, 255, 0.92));
    border-color: rgba(255, 138, 43, 0.44);
    box-shadow: 0 14px 28px rgba(3, 31, 46, 0.2);
}

body .main-navigation .menu-toggle[aria-expanded="true"]::before {
    content: "âś•";
    transform: scaleX(1.15);
}

body .main-navigation .menu-toggle::before {
    content: "\2630";
}
body .responsivetoggle::before,
body .toggle-nav .responsivetoggle::before {
    content: "\2630";
}

body .responsivetoggle[aria-expanded="true"]::before,
body .toggle-nav .responsivetoggle[aria-expanded="true"]::before {
    content: "\2715";
    transform: scaleX(1.15);
}

body .home-page-header .responsivetoggle i,
body .site-header .responsivetoggle i,
body .main-header .responsivetoggle i {
    display: none;
}

body .main-navigation .menu-toggle[aria-expanded="true"]::before,
body .responsivetoggle[aria-expanded="true"]::before,
body .toggle-nav .responsivetoggle[aria-expanded="true"]::before {
    content: "\2715";
}

body.jse-mobile-nav-open {
    overflow: hidden;
}
body .sidenav,
body #mySidenav {
    z-index: 70;
}

body.jse-mobile-nav-open::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(4, 22, 40, 0.42);
    backdrop-filter: blur(1.6px);
    -webkit-backdrop-filter: blur(1.6px);
    z-index: 34;
    pointer-events: none;
}

body #maincontent,
body .entry-content,
body .post-main-box {
    position: relative;
}

body .type-page {
    overflow: visible;
}

body .entry-content > .elementor,
body .elementor.elementor-2 {
    max-width: 1320px;
    margin: 0 auto;
}

body .jse-section-anchor {
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

body .jse-home-hero {
    position: relative;
    max-width: 1320px;
    margin: 28px auto 34px;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid var(--jse-line);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(255, 138, 43, 0.2), transparent 24%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.95) 62%, rgba(234, 245, 253, 0.95));
    box-shadow: var(--jse-shadow);
    overflow: hidden;
}

body .jse-home-hero::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(6, 153, 220, 0.1);
    border-radius: 22px;
    pointer-events: none;
}

body .jse-home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 24px;
    align-items: center;
}

body .jse-home-hero__eyebrow,
body .jse-section-frame__label,
body .sp-table-caption::before {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--jse-blue-dark);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body .jse-home-hero__eyebrow {
    margin-bottom: 14px;
}

body .jse-home-hero__eyebrow::before,
body .jse-section-frame__label::before,
body .sp-table-caption::before {
    content: "";
    width: 48px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--jse-blue), var(--jse-orange));
}

body .jse-home-hero h1 {
    margin: 0;
    color: var(--jse-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(3.2rem, 7vw, 5.8rem);
    line-height: 0.92;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body .jse-home-hero p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--jse-ink-soft);
    font-size: clamp(1rem, 1.8vw, 1.16rem);
    line-height: 1.7;
}

body .jse-home-hero__actions,
body .jse-home-hero__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body .jse-home-hero__actions {
    margin-top: 26px;
}

body .jse-home-hero__pills {
    margin-top: 16px;
}

body .jse-home-hero__button,
body .jse-home-hero__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

body .jse-home-hero__button.is-primary {
    background: linear-gradient(135deg, var(--jse-blue), #18b7f7);
    color: #fff;
    box-shadow: 0 18px 32px rgba(6, 153, 220, 0.26);
}

body .jse-home-hero__button.is-secondary,
body .jse-home-hero__pill {
    border: 1px solid rgba(6, 153, 220, 0.24);
    background: rgba(255, 255, 255, 0.9);
    color: var(--jse-ink);
}

body .jse-home-hero__button:hover,
body .jse-home-hero__pill:hover {
    transform: translateY(-2px);
}

body .jse-home-hero__pill {
    min-height: 42px;
    padding-inline: 16px;
    font-size: 0.92rem;
}

body .jse-home-hero__cards {
    display: grid;
    gap: 14px;
}

body .jse-home-hero__card {
    padding: 18px 18px 20px;
    border: 1px solid rgba(6, 153, 220, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 28px rgba(14, 24, 36, 0.08);
}

body .jse-home-hero__card span {
    display: block;
    color: var(--jse-blue-dark);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body .jse-home-hero__card strong {
    display: block;
    margin-top: 8px;
    color: var(--jse-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.03em;
}

body .jse-home-hero__card p {
    margin: 10px 0 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

body .elementor-top-section {
    margin-bottom: 28px;
}

body .elementor-top-section > .elementor-container,
body .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    gap: 0;
}
body .entry-content .elementor-widget-wrap {
    gap: clamp(0.7rem, 1.4vw, 1.2rem);
}

body .jse-native-home-title {
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

body .jse-page-title-hidden,
body .jse-native-home-title .vw-page-title {
    display: none !important;
}

body .jse-section-frame {
    position: relative;
    margin: 0 0 24px;
    padding-right: 12px;
}

body .jse-section-frame h2 {
    margin: 12px 0 10px;
    color: var(--jse-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(2.2rem, 4.2vw, 4rem);
    line-height: 0.96;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body .jse-section-frame p,
body .jse-inline-note {
    max-width: 760px;
    margin: 0;
    color: var(--jse-ink-soft);
    font-size: 1.02rem;
    line-height: 1.7;
}

body .jse-inline-note {
    margin-top: 14px;
}

body .jse-partners-lead {
    margin-bottom: 12px;
}

body .jse-partners-lead .elementor-heading-title {
    margin: 0;
    color: var(--jse-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    line-height: 0.96;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body .jse-partners-showcase,
body .jse-tables-zone {
    position: relative;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid var(--jse-line);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.94));
    box-shadow: var(--jse-shadow);
    overflow: hidden;
}

body .jse-partners-showcase::before,
body .jse-tables-zone::before {
    content: "";
    position: absolute;
    inset: auto -60px -80px auto;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(6, 153, 220, 0.18), transparent 68%);
    pointer-events: none;
}

body .jse-partners-showcase > .elementor-container,
body .jse-tables-zone > .elementor-container {
    position: relative;
    z-index: 1;
}

body .jse-partners-showcase .rt-team-container {
    position: relative;
}

body .jse-partners-showcase .swiper,
body .jse-partners-showcase .swiper-container {
    overflow: visible;
}

body .jse-partners-showcase .swiper-wrapper {
    align-items: stretch;
}

body .jse-partners-showcase .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 156px;
    height: auto;
    padding: 18px !important;
    border: 1px solid var(--jse-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 30px rgba(14, 24, 36, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body .jse-partners-showcase .swiper-slide:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 34px rgba(14, 24, 36, 0.14);
}

body .jse-partners-showcase .swiper-slide > * {
    width: 100%;
}

body .jse-partners-showcase img {
    display: block;
    width: auto !important;
    max-width: 100%;
    max-height: 82px;
    margin: 0 auto;
    object-fit: contain;
    filter: grayscale(1) contrast(1.06);
    opacity: 0.88;
    transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

body .jse-partners-showcase .swiper-slide:hover img {
    filter: none;
    opacity: 1;
    transform: scale(1.02);
}

body .jse-partners-showcase .swiper-button-next,
body .jse-partners-showcase .swiper-button-prev {
    width: 44px;
    height: 44px;
    border: 1px solid var(--jse-line-strong);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(14, 24, 36, 0.12);
}

body .jse-partners-showcase .swiper-button-next::after,
body .jse-partners-showcase .swiper-button-prev::after {
    color: var(--jse-blue-dark);
    font-size: 14px;
    font-weight: 800;
}

body .jse-tables-zone > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 22px;
    align-items: start;
}

body .jse-tables-zone > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body .jse-tables-zone .elementor-widget-wrap {
    align-content: flex-start;
}

body .sp-widget-align-none,
body .elementor-widget-container > .sp-template,
body .elementor-widget-container > .sp-widget-align-none,
body .elementor-widget-container > .n2-section-smartslider,
body .elementor-widget-container > .wp-block-group,
body .widget_block,
body #footer .widget_block {
    border-radius: 26px;
}

body .sp-widget-align-none,
body .elementor-widget-container > .sp-widget-align-none,
body .elementor-widget-container > .n2-section-smartslider,
body .elementor-widget-container > .wp-block-group {
    padding: clamp(16px, 2vw, 24px);
    border: 1px solid var(--jse-line);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 40px rgba(14, 24, 36, 0.08);
}

body .sp-table-caption,
body h4.sp-table-caption {
    margin-bottom: 18px;
    color: var(--jse-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body .sp-table-caption::before {
    content: attr(data-jse-kicker);
    margin-bottom: 10px;
}

body .sp-event-blocks,
body .sp-league-table {
    overflow: hidden;
    border: 1px solid rgba(6, 153, 220, 0.12);
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body .sp-event-blocks th,
body .sp-event-blocks td,
body .sp-league-table th,
body .sp-league-table td {
    padding: 14px 16px;
    border-color: rgba(6, 153, 220, 0.1);
}

body .sp-event-blocks thead th,
body .sp-league-table thead th {
    background: linear-gradient(135deg, #0f2033, #0f729f);
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body .sp-event-blocks tbody tr:nth-child(2n),
body .sp-league-table tbody tr:nth-child(2n) {
    background: rgba(6, 153, 220, 0.04);
}

body .sp-event-blocks tbody tr:hover,
body .sp-league-table tbody tr:hover {
    background: rgba(255, 138, 43, 0.08);
}

body .sp-event-blocks a,
body .sp-league-table a {
    color: var(--jse-blue-dark);
    font-weight: 700;
}

body .sp-league-table tbody tr:nth-child(-n + 3) td:first-child {
    color: var(--jse-blue-dark);
    font-weight: 800;
}

body .team-logo img,
body .sp-data-table .team-logo img {
    width: 44px;
    height: 44px;
    padding: 4px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(14, 24, 36, 0.08);
    object-fit: contain;
}

body #n2-ss-3,
body #n2-ss-2 {
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 20px 42px rgba(14, 24, 36, 0.12);
}

body #n2-ss-3 .n2-ss-slider-2,
body #n2-ss-2 .n2-ss-slider-2 {
    background: transparent;
}

body #n2-ss-3 .n2-font-0b2dbb5cbcc153b9663e67f4f7b4941d-paragraph,
body #n2-ss-2 .n2-font-86860a54b7064aeda4451b2de9b363f3-simple {
    font-family: "Manrope", system-ui, sans-serif !important;
}

body #n2-ss-3 .n2-ss-item-image-content img {
    filter: drop-shadow(0 14px 28px rgba(14, 24, 36, 0.26));
}

body .widget_block .wp-block-group {
    padding: 0;
}

body footer[role="contentinfo"] {
    margin-top: 38px;
}

body #footer,
body #footer-2 {
    position: relative;
    border: 0;
    margin: 0;
    padding: 52px 20px 46px;
    overflow: hidden;
    min-height: 180px;
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 138, 43, 0.2), transparent 32%),
        linear-gradient(150deg, #071a2c, #0b3250 46%, #073a67 100%);
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        inset 0 -1px 0 rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

body #footer > * ,
body #footer-2 > * {
    display: none !important;
}

body #footer::before,
body #footer-2::before {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: var(--jse-header-max, 1320px);
    text-align: left;
    z-index: 2;
}

body #footer::before {
    content: "JUST SPORT EVENT";
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(1.8rem, 4.2vw, 2.8rem);
    letter-spacing: 0.18em;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
}

body #footer::after {
    content: "Tworzymy sportowy internet. NajwaĹĽniejsze relacje, szybkie newsy i ĹĽywa akcja â€“ bez Ĺ›cisku i chaosu.";
    font-size: 0.98rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    display: block;
    max-width: 780px;
}

body #footer-2::before {
    content: "Â© 2026 JUST SPORT EVENT. Wszelkie prawa zastrzeĹĽone.";
    font-size: 0.94rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.88);
    font-family: "Barlow Condensed", sans-serif;
}

body #footer-2::after {
    content: "Projekt: premium skin by JSE";
    position: relative;
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.84rem;
}

body #footer .container,
body #footer .widget,
body #footer .widget_block,
body #footer-2 .container {
    display: none !important;
}

body #footer .n2-section-smartslider,
body #footer .elementor-widget-container > .n2-section-smartslider,
body #footer #n2-ss-2,
body #footer #n2-ss-3,
body #footer .jse-footer-slider,
body #footer #n2-ss-2 .n2-ss-slider-2,
body #footer #n2-ss-3 .n2-ss-slider-2,
body #footer #n2-ss-2 .n2-ss-slide,
body #footer #n2-ss-3 .n2-ss-slide,
body #footer .jse-footer-block.is-proof aside {
    display: none !important;
}

body .scrollup i {
    border-radius: 999px;
    background: linear-gradient(135deg, var(--jse-blue), var(--jse-orange)) !important;
    box-shadow: 0 14px 28px rgba(6, 153, 220, 0.24);
}

body .reveal-on-scroll {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

body .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    body .jse-home-hero__grid,
    body .jse-tables-zone > .elementor-container {
        grid-template-columns: 1fr;
    }

    body .home-page-header,
    body .site-header,
    body #masthead {
        padding-inline: 10px;
    }

    body #header {
        width: calc(100% - 1rem);
        padding: 0 14px;
        border-radius: 16px;
    }

    body #site-navigation.main-navigation {
        overflow: visible;
    }

    body .main-navigation .main-menu > ul,
    body .main-navigation ul {
        justify-content: flex-end;
        gap: 8px 12px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    body .main-navigation ul::-webkit-scrollbar {
        display: none;
    }

    body .custom-logo-link {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    body .custom-logo-link img,
    body .custom-logo {
        max-height: 54px;
        max-width: 190px;
    }

    body .main-navigation a {
        font-size: .96rem;
        padding: 10px 0;
    }

    body.jse-hard-premium .main-navigation a {
        font-size: 1rem;
        letter-spacing: 0.1em;
    }
}

@media (max-width: 782px) {
    body.admin-bar .home-page-header,
    body.admin-bar .site-header,
    body.admin-bar #masthead {
        top: 46px;
    }
}

@media (max-width: 767px) {
    body {
        padding-inline: 0;
    }

    body .home-page-header,
    body .site-header,
    body #masthead,
    body #header,
    body .jse-home-hero {
        border-radius: 0;
    }

    body .home-page-header::after,
    body .site-header::after,
    body #masthead::after {
        left: 0;
        right: 0;
    }

    body .home-page-header #header,
    body .site-header #header,
    body #masthead #header {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 52px;
        grid-template-areas:
            "brand toggler"
            "menu menu";
        align-items: center;
        gap: 0;
        row-gap: 12px;
        column-gap: 10px;
    }
    body .home-page-header .toggle-nav,
    body .site-header .toggle-nav,
    body #masthead .toggle-nav {
        grid-area: toggler;
        justify-self: end;
        align-self: start;
        z-index: 4;
        margin: 0;
    }
    body .home-page-header .main-navigation,
    body .site-header .main-navigation,
    body #masthead .main-navigation {
        grid-area: menu;
        justify-self: stretch;
        width: 100%;
    }

    body .home-page-header .custom-logo-link,
    body .site-header .custom-logo-link,
    body #masthead .custom-logo-link {
        grid-area: brand;
        justify-self: start;
        z-index: 2;
    }

    body .custom-logo-link {
        padding: 6px 8px 6px 2px;
    }

    body .custom-logo-link img,
    body .custom-logo {
        max-height: 48px;
        max-width: 175px;
    }

    body .main-navigation .menu-toggle,
    body .responsivetoggle,
    body .toggle-nav .responsivetoggle {
        margin: 0;
        width: 44px;
        height: 44px;
        justify-self: end;
    }

    body .main-navigation .menu-toggle::before,
    body .responsivetoggle::before,
    body .toggle-nav .responsivetoggle::before {
        font-size: 20px;
    }

    body .main-navigation ul,
    body .main-navigation .main-menu,
    body .main-navigation .main-menu > ul {
        grid-area: menu;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
    }

    body.jse-hard-premium .home-page-header #header,
    body.jse-hard-premium .site-header #header,
    body.jse-hard-premium #masthead #header {
        column-gap: 12px;
        row-gap: 14px;
    }

    body.jse-hard-premium .home-page-header .custom-logo-link,
    body.jse-hard-premium .site-header .custom-logo-link,
    body.jse-hard-premium #masthead .custom-logo-link {
        max-width: calc(100% - 56px);
        width: min(100%, 200px);
    }

    body.jse-hard-premium .main-navigation ul,
    body.jse-hard-premium .main-navigation .main-menu,
    body.jse-hard-premium .main-navigation .main-menu > ul {
        background:
            linear-gradient(142deg, rgba(255, 255, 255, 0.98), rgba(229, 245, 255, 0.92));
    }

    body.jse-hard-premium .main-navigation a,
    body.jse-hard-premium .main-navigation a:hover,
    body.jse-hard-premium .main-navigation a:focus-visible {
        color: #08233f;
    }
}

@media (max-width: 767px) {
    body .main-navigation ul,
    body .main-navigation .main-menu,
    body .main-navigation .main-menu > ul {
        z-index: 70;
        margin: 0;
        padding: 8px;
        border: 1px solid rgba(6, 153, 220, 0.24);
        border-radius: 16px;
        background: linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(239, 248, 254, 0.94));
        box-shadow: 0 16px 30px rgba(3, 19, 34, 0.2);
        width: auto;
        min-width: auto;
        flex-direction: column;
        gap: 4px;
        opacity: 0;
        transform: translateY(-6px);
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
        width: min(100vw - 2rem, 360px);
        margin-left: auto;
        right: 0;
        left: auto;
        max-height: min(78vh, 560px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    body .main-navigation.toggled ul,
    body .main-navigation.toggled .main-menu,
    body .main-navigation.toggled .main-menu > ul {
        display: flex;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    body .main-navigation li {
        width: 100%;
    }

    body .main-navigation li + li {
        border-top: 1px solid rgba(6, 153, 220, 0.14);
    }

    body .main-navigation a {
        display: block;
        padding: 10px 10px;
    }

    body .main-navigation a::after {
        display: none;
    }

    body .main-navigation .sub-menu {
        background: transparent;
        border: 0;
        box-shadow: none;
        margin-top: 4px;
        padding: 0;
    }

    body .main-navigation .sub-menu a {
        padding-left: 20px;
        min-height: 40px;
        display: flex;
        align-items: center;
    }

    body .jse-home-hero {
        margin-top: 14px;
        margin-bottom: 22px;
        padding: 22px 18px;
    }

    body .jse-home-hero h1,
    body .jse-section-frame h2,
    body .jse-partners-lead .elementor-heading-title {
        font-size: clamp(2.3rem, 11vw, 3.6rem);
    }

    body .jse-home-hero__actions,
    body .jse-home-hero__pills {
        flex-direction: column;
    }

    body .jse-home-hero__button,
    body .jse-home-hero__pill {
        width: 100%;
    }

    body .jse-partners-showcase,
    body .jse-tables-zone {
        padding: 20px 16px;
        border-radius: 24px;
    }

    body .jse-partners-showcase .swiper-slide {
        min-height: 132px;
        padding: 14px !important;
    }

    body .sp-event-blocks th,
    body .sp-event-blocks td,
    body .sp-league-table th,
    body .sp-league-table td {
        padding: 12px 10px;
    }

    body #footer.jse-footer-upgraded .container > .row {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    body .reveal-on-scroll,
    body .reveal-on-scroll.is-visible,
    body .main-navigation a::after,
    body .jse-home-hero__button,
    body .jse-home-hero__pill,
    body .jse-partners-showcase .swiper-slide,
    body .jse-partners-showcase img {
        transition: none;
    }
}

body .jse-home-hero {
    border-color: rgba(255, 255, 255, 0.08);
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(255, 138, 43, 0.28), transparent 24%),
        radial-gradient(circle at 0 100%, rgba(6, 153, 220, 0.22), transparent 28%),
        linear-gradient(135deg, #07131f 0%, #0d2f49 55%, #047db8 100%);
    box-shadow: 0 34px 62px rgba(8, 23, 39, 0.24);
    color: #fff;
}

body .jse-home-hero::before {
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 26px;
}

body .jse-home-hero::after {
    content: "";
    position: absolute;
    inset: auto auto -120px 54%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 138, 43, 0.28), transparent 65%);
    pointer-events: none;
}

body .jse-home-hero h1,
body .jse-home-hero p,
body .jse-home-hero__card strong,
body .jse-home-hero__card p,
body .jse-home-hero__card span {
    color: #fff;
}

body .jse-home-hero__eyebrow {
    color: rgba(255, 255, 255, 0.82);
}

body .jse-home-hero p {
    color: rgba(255, 255, 255, 0.82);
}

body .jse-home-hero__button.is-primary,
body .jse-footer-callout__button.is-primary {
    background: linear-gradient(135deg, var(--jse-orange), rgba(var(--jse-orange-rgb), 0.96));
    color: #08131f;
    box-shadow: 0 18px 32px rgba(255, 138, 43, 0.22);
}

body .jse-home-hero__button.is-secondary,
body .jse-home-hero__pill,
body .jse-footer-callout__button.is-secondary {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

body .jse-home-hero__stats,
body .jse-section-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body .jse-home-hero__stats {
    margin-top: 24px;
}

body .jse-home-hero__stat,
body .jse-section-stat {
    border-radius: 22px;
}

body .jse-home-hero__stat {
    padding: 16px 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

body .jse-home-hero__stat span,
body .jse-section-stat span {
    display: block;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body .jse-home-hero__stat span {
    color: rgba(255, 255, 255, 0.7);
}

body .jse-home-hero__stat strong,
body .jse-section-stat strong {
    display: block;
    margin-top: 6px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1;
    letter-spacing: 0.03em;
}

body .jse-home-hero__card {
    position: relative;
    padding: 20px 20px 22px;
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 28px rgba(7, 19, 31, 0.2);
    overflow: hidden;
}

body .jse-home-hero__card::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(6, 153, 220, 0.85), rgba(255, 138, 43, 0.92));
}

body .jse-section-frame__label {
    color: var(--jse-blue-dark);
}

body .jse-section-badges,
body .jse-footer-callout__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body .jse-section-badges {
    margin-top: 18px;
}

body .jse-section-badge {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--jse-line-strong);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--jse-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body .jse-section-stats {
    margin-top: 18px;
}

body .jse-section-stat {
    padding: 16px 18px;
    border: 1px solid var(--jse-line);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 28px rgba(14, 24, 36, 0.08);
}

body .jse-section-stat span {
    color: var(--jse-blue-dark);
}

body .jse-section-stat strong {
    color: var(--jse-ink);
}

body .jse-partners-showcase {
    border-radius: 32px;
}

body .jse-tables-zone {
    border-color: rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(255, 138, 43, 0.2), transparent 24%),
        linear-gradient(135deg, #07131f 0%, #0d2f49 55%, #047db8 100%);
    box-shadow: 0 34px 62px rgba(8, 23, 39, 0.2);
    color: #fff;
}

body .jse-tables-zone .jse-section-frame__label,
body .jse-tables-zone .jse-section-frame h2 {
    color: #fff;
}

body .jse-tables-zone .jse-section-frame p {
    color: rgba(255, 255, 255, 0.8);
}

body .jse-tables-zone .jse-section-badge {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

body .jse-tables-zone .sp-widget-align-none,
body .jse-tables-zone .elementor-widget-container > .sp-widget-align-none,
body .jse-tables-zone .elementor-widget-container > .sp-template,
body .jse-tables-zone .elementor-widget-container > .wp-block-group {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.95);
}

body .sp-table-caption::before {
    color: var(--jse-blue-dark);
}

body .jse-footer-callout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 18px;
    margin-bottom: 22px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

body .jse-footer-callout h3 {
    margin: 0 0 10px;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 0.96;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body .jse-footer-callout p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    line-height: 1.7;
}

body .jse-footer-callout__actions {
    align-items: center;
}

body .jse-footer-callout__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

body .jse-footer-callout__button:hover {
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    body .jse-footer-callout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body .jse-home-hero {
        border-radius: 0;
    }

    body .jse-home-hero__stats,
    body .jse-section-stats {
        grid-template-columns: 1fr;
    }

    body .jse-footer-callout__actions {
        flex-direction: column;
    }

    body .jse-footer-callout__button {
        width: 100%;
    }
}

body .jse-home-hero__ticker {
    display: grid;
    gap: 12px;
    margin-top: 20px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

body .jse-home-hero__ticker-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.68);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body .jse-home-hero__ticker-label::before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--jse-orange), rgba(255, 255, 255, 0.9));
}

body .jse-home-hero__ticker-line,
body .jse-home-hero__ticker-line span {
    display: flex;
    flex-wrap: wrap;
}

body .jse-home-hero__ticker-line {
    gap: 10px;
}

body .jse-home-hero__ticker-line span {
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(8, 19, 31, 0.26);
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body .jse-home-hero__pill.is-news {
    border-color: transparent;
    background: linear-gradient(90deg, rgba(255, 138, 43, 0.92), rgba(6, 153, 220, 0.92));
    color: #07131f;
    box-shadow: 0 18px 32px rgba(6, 153, 220, 0.18);
}

body .jse-partners-showcase {
    display: grid;
    grid-template-columns: minmax(280px, 0.38fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

body .jse-partners-showcase > .jse-section-frame,
body .jse-partners-showcase > .jse-section-stats {
    grid-column: 1;
}

body .jse-partners-showcase > .elementor-container {
    grid-column: 2;
    grid-row: 1 / span 2;
}

body .jse-partners-showcase > .jse-section-stats {
    margin-top: 0;
}

body .jse-partners-showcase .swiper-slide {
    position: relative;
    min-height: 138px;
    padding: 16px !important;
    border-color: rgba(6, 153, 220, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 253, 0.98)),
        #fff;
}

body .jse-partners-showcase .swiper-slide::before {
    content: "";
    position: absolute;
    inset: auto 18px 0 18px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(6, 153, 220, 0.82), rgba(255, 138, 43, 0.9));
}

body .jse-partners-showcase img {
    max-height: 72px;
}

body .jse-partners-gallery {
    position: relative;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid var(--jse-line);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 253, 0.96));
    box-shadow: var(--jse-shadow);
    overflow: hidden;
}

body .jse-partners-gallery .jse-section-frame {
    margin-bottom: 24px;
}

body .jse-partners-gallery .modula,
body .jse-partners-gallery .modula-items {
    position: relative !important;
    height: auto !important;
}

body .jse-partners-gallery .modula-items {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px !important;
}

body .jse-partners-gallery .modula-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(14, 24, 36, 0.12);
}

body .jse-partners-gallery .modula-item.tile-h {
    aspect-ratio: 16 / 10;
}

body .jse-partners-gallery .modula-item.tile-v {
    aspect-ratio: 4 / 5;
    grid-row: span 2;
}

body .jse-partners-gallery .modula-item-content,
body .jse-partners-gallery .modula-item-content > a,
body .jse-partners-gallery .modula-item-content img {
    width: 100% !important;
    height: 100% !important;
}

body .jse-partners-gallery .modula-item-content img {
    display: block;
    object-fit: cover;
    transition: transform 0.24s ease, filter 0.24s ease;
}

body .jse-partners-gallery .modula-item:hover img {
    transform: scale(1.03);
    filter: saturate(1.06);
}

body .jse-partners-gallery .modula-icon-share,
body .jse-partners-gallery .modula-icon-facebook {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

body .jse-partners-gallery .modula-item:hover .modula-icon-share,
body .jse-partners-gallery .modula-item:hover .modula-icon-facebook {
    opacity: 1;
    transform: translateY(0);
}

body .jse-widget-note {
    margin: 12px 0 0;
    color: var(--jse-ink-soft);
    font-size: 0.94rem;
    line-height: 1.65;
}

body .jse-fixtures-widget .elementor-widget-container > .sp-template,
body .jse-fixtures-widget .elementor-widget-container > .sp-widget-align-none,
body .jse-fixtures-widget .elementor-widget-container > div {
    max-height: clamp(840px, 74vh, 1180px);
    overflow: auto;
    padding-right: 8px;
    scrollbar-width: thin;
}

body .jse-fixtures-widget .elementor-widget-container > .sp-template::-webkit-scrollbar,
body .jse-fixtures-widget .elementor-widget-container > .sp-widget-align-none::-webkit-scrollbar,
body .jse-fixtures-widget .elementor-widget-container > div::-webkit-scrollbar,
body #footer .jse-footer-block.is-proof aside::-webkit-scrollbar {
    width: 10px;
}

body .jse-fixtures-widget .elementor-widget-container > .sp-template::-webkit-scrollbar-thumb,
body .jse-fixtures-widget .elementor-widget-container > .sp-widget-align-none::-webkit-scrollbar-thumb,
body .jse-fixtures-widget .elementor-widget-container > div::-webkit-scrollbar-thumb,
body #footer .jse-footer-block.is-proof aside::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(180deg, var(--jse-blue), var(--jse-orange));
}

body .jse-fixtures-widget .sp-table-caption,
body .jse-standings-widget .sp-table-caption {
    position: sticky;
    top: 0;
    z-index: 4;
    padding-top: 4px;
    background: rgba(255, 255, 255, 0.96);
}

body .jse-tables-zone .sp-event-blocks th,
body .jse-tables-zone .sp-event-blocks td,
body .jse-tables-zone .sp-league-table th,
body .jse-tables-zone .sp-league-table td {
    padding: 11px 12px;
}

body .jse-tables-zone .sp-event-blocks thead th,
body .jse-tables-zone .sp-league-table thead th {
    position: sticky;
    top: 58px;
    z-index: 3;
}

body .jse-tables-zone .team-logo img,
body .jse-tables-zone .sp-data-table .team-logo img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

body #footer .jse-footer-block.is-proof aside {
    max-height: 380px;
    overflow: auto;
    padding-right: 8px !important;
}

body #footer .jse-footer-block.is-proof #n2-ss-2,
body #footer .jse-footer-block.is-proof #n2-ss-3,
body #footer .jse-footer-block.is-proof .n2-section-smartslider {
    box-shadow: none;
}

body #footer .jse-footer-block.is-partners .widget-title {
    margin-bottom: 4px;
}

@media (max-width: 1024px) {
    body .jse-partners-showcase {
        grid-template-columns: 1fr;
    }

    body .jse-partners-showcase > .elementor-container,
    body .jse-partners-showcase > .jse-section-frame,
    body .jse-partners-showcase > .jse-section-stats {
        grid-column: auto;
        grid-row: auto;
    }

    body .jse-partners-gallery .modula-items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body .jse-home-hero__ticker-line span {
        width: 100%;
        justify-content: center;
    }

    body .jse-partners-gallery {
        padding: 20px 16px;
        border-radius: 24px;
    }

    body .jse-partners-gallery .modula-items {
        grid-template-columns: 1fr;
    }

    body .jse-partners-gallery .modula-item,
    body .jse-partners-gallery .modula-item.tile-h,
    body .jse-partners-gallery .modula-item.tile-v {
        aspect-ratio: 16 / 10;
        grid-row: auto;
    }

}

body .jse-fixtures-widget .elementor-widget-container > .sp-template,
body .jse-fixtures-widget .elementor-widget-container > .sp-widget-align-none,
body .jse-fixtures-widget .elementor-widget-container > div,
body #footer .jse-footer-block.is-proof aside {
    max-height: none;
    overflow: visible;
    padding-right: 0 !important;
}

body .jse-tables-zone .sp-event-blocks thead th,
body .jse-tables-zone .sp-league-table thead th {
    top: 48px;
}

body .jse-hard-premium-override {
    --jse-news-featured-height: 30rem;
    --jse-news-featured-media: 18.25rem;
}

body .home-page-header .logo.text-md-start.text-center,
body .home-page-header .logo,
body .site-logo,
body .logo-inner,
body .main-header .logo {
    background: transparent !important;
    box-shadow: none !important;
}

body .home-page-header .logo.text-md-start.text-center {
    padding: 0;
    margin: 0;
}

body .home-page-header .custom-logo-link,
body .custom-logo-link,
body .site-logo .custom-logo-link {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    padding: 0;
}

body .home-page-header .custom-logo,
body .custom-logo {
    max-height: 60px !important;
    max-width: 195px !important;
    width: auto !important;
    object-fit: contain;
}

body .jse-home-hero,
body .jse-home-hero.jse-partners-showcase {
    margin-top: 10px !important;
    margin-bottom: 16px !important;
}

body .jse-home-hero + .elementor-top-section {
    margin-top: 12px;
}

body .entry-content > .elementor.elementor-2,
body #content-vw .elementor.elementor-2 {
    margin-top: 0 !important;
}

body .jse-home-hero__ticker {
    margin-top: 16px;
    padding: 14px 16px;
    border-color: rgba(255, 255, 255, 0.16);
}

body .jse-home-hero__button.is-primary,
body .jse-home-hero__button.is-secondary,
body .jse-home-hero__pill,
body .jse-footer-callout__button,
body .jse-news-card__actions .jse-news-card__primary,
body .jse-news-card__actions .jse-news-card__secondary {
    border-radius: 999px;
}

body .jse-home-hero__actions {
    gap: 11px;
}

body .jse-news-card__accent-note,
body .jse-news-archive-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.72);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.68rem;
    font-weight: 700;
}

body .jse-news-card__accent-note::before,
body .jse-news-archive-badge::before {
    content: "";
    width: 14px;
    height: 2px;
    background: linear-gradient(90deg, rgba(var(--jse-orange-rgb), 0.96), rgba(var(--jse-orange-rgb), 0.96));
    border-radius: 999px;
}

body .jse-news-card--premium,
body .jse-news-archive-card,
body .jse-news-card--compact,
body .jse-news-shell--archive {
    border-color: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    padding: 14px;
    margin-bottom: 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
        rgba(5, 16, 28, 0.68);
    box-shadow: 0 18px 34px rgba(14, 24, 36, 0.24);
    color: #eef4ff;
}

body .jse-news-card--premium .jse-news-card__title,
body .jse-news-card__title,
body .jse-news-archive-title {
    letter-spacing: 0.002em;
    margin: 0 0 .65rem;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1.05;
    text-transform: uppercase;
    color: #f6fbff;
}

body .jse-news-card--premium .jse-news-card__title a,
body .jse-news-archive-title a {
    color: #f6fbff;
    text-decoration: none;
    font-size: clamp(1.6rem, 2.4vw, 2.3rem);
}

body .jse-news-card--premium .jse-news-card__title::after,
body .jse-news-card--premium .jse-news-archive-title::after,
body .jse-news-archive-title::after,
body .elementor-top-section .elementor-widget-container h2::after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(var(--jse-orange-rgb), 0.95), rgba(var(--jse-orange-rgb), 0.95));
    box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.02);
}

body .jse-news-card--premium .jse-news-card__body,
body .jse-news-archive-card .jse-news-card__body {
    position: relative;
}

body .jse-news-card--premium .jse-news-card__body::before,
body .jse-news-archive-card .jse-news-card__body::before {
    content: "";
    position: absolute;
    inset: auto 1.1rem 0 1.1rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
}

body .jse-news-card.is-featured {
    min-height: 30rem !important;
}

body .jse-news-card.is-featured .jse-news-card__media {
    max-height: var(--jse-news-featured-media, 18.25rem) !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden;
}

body .jse-news-card.is-featured .jse-news-card__media img {
    max-height: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body .jse-news-card.is-featured .jse-news-card__excerpt {
    max-height: 5.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body .jse-news-card.is-standard,
body .jse-news-card.is-compact {
    min-height: 18.4rem !important;
}

body .jse-news-card--compact {
    min-height: 18.4rem !important;
}

body .jse-news-card__glow {
    display: none;
}

body .jse-news-shell {
    margin-top: 2.1rem !important;
}

body .jse-news-shell.is-mounted-in-elementor .jse-news-shell__inner {
    width: min(1180px, calc(100% - 1.5rem));
}

body .jse-news-shell__signal,
body .jse-news-shell__signals,
body .jse-news-shell__timeline,
body .jse-news-shell__panel {
    border-color: rgba(255, 255, 255, 0.16) !important;
}

body .jse-news-shell__panel-link.is-primary,
body .jse-news-card__primary {
    border-color: transparent !important;
}

body .jse-news-shell__grid {
    gap: 1.05rem;
}

body .jse-news-shell__masthead {
    margin-bottom: 1.35rem;
}

body .jse-news-shell__grid--secondary {
    margin-top: 1rem !important;
}

body .jse-news-shell__stack {
    grid-auto-rows: min-content;
}

body .jse-news-archive-page > .row,
body .jse-news-shell--archive > .jse-news-archive-card,
body .jse-news-shell--archive .inner-service {
    min-height: 18.4rem !important;
}

body .jse-news-shell--archive {
    margin-top: 1.5rem !important;
}

body .jse-news-card__row,
body .jse-news-archive-row {
    --jse-archive-gutter: 18px;
    display: grid;
    gap: var(--jse-archive-gutter);
    align-items: start;
    grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
}

body .jse-news-card__row .jse-news-card__media,
body .jse-news-card__row .box-image,
body .jse-news-archive-row .jse-news-card__media,
body .jse-news-archive-row .box-image,
body .jse-news-card__row .jse-news-card__media img,
body .jse-news-archive-row .box-image img {
    border-radius: 16px;
    min-height: 180px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

body .jse-news-card__row .jse-news-card__body,
body .jse-news-archive-row .new-text,
body .jse-news-card__row .new-text {
    width: auto;
}

body .jse-news-archive-title a {
    font-size: clamp(1.55rem, 2.35vw, 2.2rem);
}

body .jse-news-archive-badge {
    margin-top: 10px;
    margin-bottom: 12px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.74);
}

body .jse-news-card__meta,
body .jse-news-card--premium .jse-news-card__meta,
body .jse-news-archive-card .jse-news-card__meta {
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.6rem;
    align-items: center;
    color: rgba(234, 242, 255, 0.78);
    font-size: 0.83rem;
}

body .jse-news-archive-excerpt,
body .jse-news-card__excerpt {
    margin-top: 0.9rem;
    color: #c6d8ee;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

body .jse-news-card__accent-note,
body .jse-news-archive-badge {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: 0.96;
}

body .jse-news-card__actions .jse-news-card__primary,
body .jse-news-archive-card .more-btn__premium {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 43px;
    padding: 0 1rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #fff !important;
    background: linear-gradient(135deg, #0699dc, #0f739f);
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(5, 37, 63, 0.22);
}

body #footer > * ,
body #footer-2 > * {
    display: block !important;
}

body #footer,
body #footer-2 {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 138, 43, 0.26), transparent 34%),
        linear-gradient(150deg, #061a2d, #0b3150 46%, #073a67 100%) !important;
}

body #footer .container,
body #footer .widget,
body #footer .widget_block,
body #footer-2 .container {
    display: block !important;
}

body #footer .jse-footer-slider,
body #footer .n2-section-smartslider,
body #footer .jse-footer-block.is-proof aside,
body #footer .widget_block,
body #footer .widget {
    display: block !important;
}

body .jse-footer-block {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.04);
}

body .jse-footer-block.is-proof {
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
        rgba(6, 36, 57, 0.15);
}

body .elementor-element-58671cf .modula {
    position: relative;
    min-height: 180px;
}

body .elementor-element-58671cf .modula-items {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

body .elementor-element-58671cf .modula-item-content img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    min-height: 170px;
}

body .elementor-element-58671cf .modula-item {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    box-shadow: 0 18px 34px rgba(14, 24, 36, 0.12);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
}

@media (max-width: 1024px) {
    body .jse-news-card--premium .jse-news-card__media img {
        object-position: center;
    }

    body .jse-news-archive-row {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    body .home-page-header,
    body .site-header,
    body #masthead,
    body #header {
        border-radius: 0;
    }

    body .home-page-header #header {
        grid-template-columns: 1fr auto;
    }

    body .home-page-header .custom-logo-link img,
    body .home-page-header .custom-logo {
        max-width: 150px !important;
    }

    body .jse-news-shell__inner,
    body #footer,
    body #footer-2 {
        padding-inline: 0.8rem;
    }

    body .jse-news-shell__grid {
        gap: 1rem;
    }

    body .jse-news-card.is-featured {
        min-height: 30rem !important;
    }

    body .jse-news-shell__masthead {
        grid-template-columns: 1fr;
    }

    body .jse-news-card.is-featured .jse-news-card__media {
        max-height: 15.75rem !important;
    }

    body .jse-news-card--premium .jse-news-card__body::before {
        inset: auto .95rem 0 .95rem;
    }

    body .jse-news-archive-row {
        gap: 12px;
    }

    body .jse-news-archive-card {
        border-radius: 18px;
        padding: 12px;
    }

    body .jse-news-archive-title a {
        font-size: 1.7rem;
    }
}

body.jse-home-polish-runtime #maincontent.middle-align.pt-5,
body.jse-home-polish-runtime #maincontent.middle-align {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.jse-home-polish-runtime .home-page-header,
body.jse-home-polish-runtime .site-header,
body.jse-home-polish-runtime #masthead {
    top: 0 !important;
    background:
        linear-gradient(112deg, rgba(5, 27, 55, 0.95), rgba(9, 32, 58, 0.9)),
        radial-gradient(circle at left top, rgba(255, 138, 43, 0.22), transparent 38%),
        radial-gradient(circle at right center, rgba(6, 153, 220, 0.16), transparent 30%) !important;
    border-top-color: rgba(255, 255, 255, 0.86) !important;
    border-bottom-color: rgba(255, 138, 43, 0.9) !important;
}

body.jse-home-polish-runtime .home-page-header::after,
body.jse-home-polish-runtime .site-header::after,
body.jse-home-polish-runtime #masthead::after {
    height: 3px !important;
    background: linear-gradient(90deg, rgba(6, 153, 220, 0.94), rgba(255, 138, 43, 0.94)) !important;
}

body.jse-home-polish-runtime .home-page-header .logo.text-md-start.text-center,
body.jse-home-polish-runtime .home-page-header .logo-inner,
body.jse-home-polish-runtime .home-page-header .site-logo,
body.jse-home-polish-runtime .home-page-header .custom-logo-link,
body.jse-home-polish-runtime .site-logo {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

body.jse-home-polish-runtime .home-page-header .logo.text-md-start.text-center {
    padding: 0 !important;
    margin: 0 !important;
}

body.jse-home-polish-runtime #content-vw,
body.jse-home-polish-runtime .entry-content > .elementor {
    margin-top: 0 !important;
}

body.jse-home-polish-runtime .jse-home-hero,
body.jse-home-polish-runtime .jse-partners-showcase,
body.jse-home-polish-runtime .jse-tables-zone,
body.jse-home-polish-runtime .jse-news-shell,
body.jse-home-polish-runtime .jse-footer-callout {
    margin-top: 0 !important;
}

body.jse-home-polish-runtime .jse-home-hero + .elementor-top-section,
body.jse-home-polish-runtime .jse-home-hero + .elementor-section,
body.jse-home-polish-runtime .home-page-header + .elementor {
    margin-top: 0 !important;
}

body.jse-home-polish-runtime .jse-news-card.is-featured {
    min-height: 30rem !important;
}

body.jse-home-polish-runtime .jse-news-card.is-featured .jse-news-card__media {
    max-height: 15.6rem !important;
}

body.jse-home-polish-runtime .jse-news-card.is-featured .jse-news-card__media img {
    height: 100% !important;
    object-fit: cover !important;
}

body.jse-home-polish-runtime #footer,
body.jse-home-polish-runtime #footer-2,
body.jse-home-polish-runtime .jse-footer-upgraded {
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 138, 43, 0.28), transparent 34%),
        linear-gradient(150deg, rgba(5, 22, 44, 0.98) 0, rgba(7, 38, 70, 0.99) 56%, rgba(6, 53, 91, 1) 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.28) !important;
}

body.jse-home-polish-runtime .elementor-element-58671cf .modula,
body.jse-home-polish-runtime .elementor-element-58671cf .modula-item-content,
body.jse-home-polish-runtime .elementor-element-58671cf .modula-item {
    min-height: 170px !important;
}

body.jse-home-polish-runtime .elementor-element-58671cf .modula-item-content img {
    min-height: 170px !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

body.blog .jse-news-shell--archive,
body.archive .jse-news-shell--archive,
body.post-type-archive-post .jse-news-shell--archive {
    margin-top: 0 !important;
}

body.blog .jse-news-shell--archive,
body.archive .jse-news-shell--archive,
body.post-type-archive-post .jse-news-shell--archive {
    padding: 0 !important;
}

body.blog .jse-news-shell--archive .jse-news-shell__inner,
body.archive .jse-news-shell--archive .jse-news-shell__inner,
body.post-type-archive-post .jse-news-shell--archive .jse-news-shell__inner {
    width: min(1180px, calc(100% - 1.25rem)) !important;
}

body.blog .jse-news-shell--archive > .inner-service,
body.archive .jse-news-shell--archive > .inner-service,
body.post-type-archive-post .jse-news-shell--archive > .inner-service,
body.blog .jse-news-shell--archive .jse-news-archive-card,
body.archive .jse-news-shell--archive .jse-news-archive-card,
body.post-type-archive-post .jse-news-shell--archive .jse-news-archive-card {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(4, 30, 55, 0.82);
    padding: 14px;
    margin-bottom: 14px;
    box-shadow: 0 16px 32px rgba(11, 23, 40, 0.22);
}

body.blog .jse-news-shell--archive .jse-news-card__row,
body.archive .jse-news-shell--archive .jse-news-card__row,
body.post-type-archive-post .jse-news-shell--archive .jse-news-card__row,
body.blog .jse-news-shell--archive .jse-news-archive-row,
body.archive .jse-news-shell--archive .jse-news-archive-row,
body.post-type-archive-post .jse-news-shell--archive .jse-news-archive-row {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
    align-items: start;
}

body.blog .jse-news-shell--archive .jse-news-card__media,
body.archive .jse-news-shell--archive .jse-news-card__media,
body.post-type-archive-post .jse-news-shell--archive .jse-news-card__media,
body.blog .jse-news-shell--archive .box-image,
body.archive .jse-news-shell--archive .box-image,
body.post-type-archive-post .jse-news-shell--archive .box-image {
    width: 100%;
    min-height: 170px;
    max-height: 20rem;
    border-radius: 14px;
    overflow: hidden;
}

body.blog .jse-news-shell--archive .jse-news-card__media img,
body.archive .jse-news-shell--archive .jse-news-card__media img,
body.post-type-archive-post .jse-news-shell--archive .jse-news-card__media img,
body.blog .jse-news-shell--archive .box-image img,
body.archive .jse-news-shell--archive .box-image img,
body.post-type-archive-post .jse-news-shell--archive .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.blog .jse-news-shell--archive .jse-news-card__body,
body.archive .jse-news-shell--archive .jse-news-card__body,
body.post-type-archive-post .jse-news-shell--archive .jse-news-card__body,
body.blog .jse-news-shell--archive .new-text,
body.archive .jse-news-shell--archive .new-text,
body.post-type-archive-post .jse-news-shell--archive .new-text {
    display: block;
    width: auto;
}

body.blog .jse-news-shell--archive .jse-news-card__title,
body.archive .jse-news-shell--archive .jse-news-card__title,
body.post-type-archive-post .jse-news-shell--archive .jse-news-card__title,
body.blog .jse-news-shell--archive .jse-news-archive-title,
body.archive .jse-news-shell--archive .jse-news-archive-title,
body.post-type-archive-post .jse-news-shell--archive .jse-news-archive-title {
    margin: 0 0 0.58rem !important;
}

body.blog .jse-news-shell--archive .jse-news-card__title::after,
body.archive .jse-news-shell--archive .jse-news-card__title::after,
body.post-type-archive-post .jse-news-shell--archive .jse-news-card__title::after,
body.blog .jse-news-shell--archive .jse-news-archive-title::after,
body.archive .jse-news-shell--archive .jse-news-archive-title::after,
body.post-type-archive-post .jse-news-shell--archive .jse-news-archive-title::after {
    content: "";
    display: block;
    width: 40px;
    margin-top: 8px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(var(--jse-orange-rgb), 0.92), rgba(var(--jse-orange-rgb), 0.92));
}

body.blog .jse-news-shell--archive .jse-news-card__meta,
body.archive .jse-news-shell--archive .jse-news-card__meta,
body.post-type-archive-post .jse-news-shell--archive .jse-news-card__meta {
    margin-top: 8px;
    margin-bottom: 12px;
    color: rgba(233, 244, 255, 0.8);
    gap: 0.5rem 0.7rem;
    letter-spacing: 0.03em;
    font-size: 0.81rem;
}

body.blog .jse-news-shell--archive .jse-news-card__excerpt,
body.archive .jse-news-shell--archive .jse-news-card__excerpt,
body.post-type-archive-post .jse-news-shell--archive .jse-news-card__excerpt {
    margin-top: 0.8rem;
    color: #c7d5eb;
    line-height: 1.62;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

body.blog .jse-news-shell--archive .jse-news-card__accent-note,
body.archive .jse-news-shell--archive .jse-news-card__accent-note,
body.post-type-archive-post .jse-news-shell--archive .jse-news-card__accent-note,
body.blog .jse-news-shell--archive .jse-news-archive-badge,
body.archive .jse-news-shell--archive .jse-news-archive-badge,
body.post-type-archive-post .jse-news-shell--archive .jse-news-archive-badge {
    color: rgba(255, 255, 255, 0.82);
}

body.blog .jse-news-shell--archive .jse-news-card__accent-note::before,
body.archive .jse-news-shell--archive .jse-news-card__accent-note::before,
body.post-type-archive-post .jse-news-shell--archive .jse-news-card__accent-note::before,
body.blog .jse-news-shell--archive .jse-news-archive-badge::before,
body.archive .jse-news-shell--archive .jse-news-archive-badge::before,
body.post-type-archive-post .jse-news-shell--archive .jse-news-archive-badge::before {
    background: linear-gradient(90deg, rgba(var(--jse-orange-rgb), 0.9), rgba(var(--jse-orange-rgb), 0.9));
}

body.blog .jse-news-shell--archive .jse-news-card__primary,
body.archive .jse-news-shell--archive .jse-news-card__primary,
body.post-type-archive-post .jse-news-shell--archive .jse-news-card__primary,
body.blog .jse-news-shell--archive .more-btn__premium,
body.archive .jse-news-shell--archive .more-btn__premium,
body.post-type-archive-post .jse-news-shell--archive .more-btn__premium {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}

body.blog .jse-news-shell--archive .jse-news-card__primary:hover,
body.archive .jse-news-shell--archive .jse-news-card__primary:hover,
body.post-type-archive-post .jse-news-shell--archive .jse-news-card__primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(4, 29, 48, 0.26);
}

/* Fallback styling for /aktualnosci when JS transformations are not yet attached */
body.blog #our-services.services,
body.archive #our-services.services,
body.post-type-archive-post #our-services.services {
    max-width: min(1180px, calc(100% - 1.25rem)) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100%;
    border: 0 !important;
}

body.blog .jse-news-shell--archive > .inner-service,
body.archive .jse-news-shell--archive > .inner-service,
body.post-type-archive-post .jse-news-shell--archive > .inner-service,
body.blog #our-services .inner-service,
body.archive #our-services .inner-service,
body.post-type-archive-post #our-services .inner-service {
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(4, 30, 55, 0.82) !important;
    padding: 14px !important;
    margin-bottom: 14px !important;
    box-shadow: 0 16px 32px rgba(11, 23, 40, 0.22) !important;
    min-height: 18.4rem !important;
    overflow: hidden;
}

body.blog #our-services .inner-service:first-of-type,
body.archive #our-services .inner-service:first-of-type,
body.post-type-archive-post #our-services .inner-service:first-of-type {
    min-height: 30rem !important;
}

body.blog .jse-news-shell--archive .jse-news-card__row,
body.archive .jse-news-shell--archive .jse-news-card__row,
body.post-type-archive-post .jse-news-shell--archive .jse-news-card__row,
body.blog #our-services .post-main-box > .row,
body.archive #our-services .post-main-box > .row,
body.post-type-archive-post #our-services .post-main-box > .row {
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 300px) minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
}

body.blog #our-services .post-main-box .row > div,
body.archive #our-services .post-main-box .row > div,
body.post-type-archive-post #our-services .post-main-box .row > div,
body.blog #our-services .post-main-box .row > article,
body.archive #our-services .post-main-box .row > article,
body.post-type-archive-post #our-services .post-main-box .row > article {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

body.blog #our-services .box-image,
body.archive #our-services .box-image,
body.post-type-archive-post #our-services .box-image,
body.blog #our-services .jse-news-card__media,
body.archive #our-services .jse-news-card__media,
body.post-type-archive-post #our-services .jse-news-card__media {
    width: 100% !important;
    min-height: 170px !important;
    max-height: 20rem !important;
    border-radius: 14px !important;
    overflow: hidden !important;
}

body.blog #our-services .box-image img,
body.archive #our-services .box-image img,
body.post-type-archive-post #our-services .box-image img,
body.blog #our-services .jse-news-card__media img,
body.archive #our-services .jse-news-card__media img,
body.post-type-archive-post #our-services .jse-news-card__media img {
    width: 100% !important;
    height: 100% !important;
    min-height: 170px !important;
    object-fit: cover !important;
}

body.blog #our-services .new-text,
body.archive #our-services .new-text,
body.post-type-archive-post #our-services .new-text,
body.blog #our-services .jse-news-card__body,
body.archive #our-services .jse-news-card__body,
body.post-type-archive-post #our-services .jse-news-card__body {
    width: auto !important;
    position: relative;
    display: block !important;
    color: #d9e4f3;
}

body.blog #our-services .section-title,
body.archive #our-services .section-title,
body.post-type-archive-post #our-services .section-title {
    margin: 0 0 .58rem !important;
    letter-spacing: 0.002em !important;
    font-family: "Barlow Condensed", sans-serif !important;
    text-transform: uppercase !important;
    font-size: clamp(1.55rem, 2.35vw, 2.2rem) !important;
    line-height: 1.05 !important;
    color: #f6fbff !important;
}

body.blog #our-services .section-title::before,
body.archive #our-services .section-title::before,
body.post-type-archive-post #our-services .section-title::before {
    content: none;
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: 0.96;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 6px;
}

body.blog #our-services .section-title::after,
body.archive #our-services .section-title::after,
body.post-type-archive-post #our-services .section-title::after {
    content: "";
    display: block;
    width: 40px;
    margin-top: 8px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(var(--jse-orange-rgb), 0.92), rgba(var(--jse-orange-rgb), 0.92));
}

body.blog #our-services .section-title a,
body.archive #our-services .section-title a,
body.post-type-archive-post #our-services .section-title a {
    text-decoration: none;
    color: #f6fbff !important;
    font-size: clamp(1.55rem, 2.35vw, 2.2rem) !important;
}

body.blog #our-services .post-info,
body.archive #our-services .post-info,
body.post-type-archive-post #our-services .post-info {
    margin: .6rem 0 .4rem !important;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.7rem;
    align-items: center;
    color: rgba(233, 244, 255, 0.8);
    letter-spacing: 0.03em;
    font-size: 0.81rem;
}

body.blog #our-services p.mb-0,
body.archive #our-services p.mb-0,
body.post-type-archive-post p.mb-0 {
    margin-top: .8rem !important;
    color: #c7d5eb;
    line-height: 1.62;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

body.blog #our-services .more-btn a,
body.archive #our-services .more-btn a,
body.post-type-archive-post #our-services .more-btn a {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 43px !important;
    padding: 0 1rem !important;
    border-radius: 999px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #0699dc, #0f739f) !important;
    text-decoration: none !important;
    box-shadow: 0 12px 26px rgba(5, 37, 63, 0.22) !important;
}

body.blog #our-services .more-btn,
body.archive #our-services .more-btn,
body.post-type-archive-post #our-services .more-btn {
    margin-top: 1rem !important;
    margin-bottom: 0.25rem !important;
}

body.blog #our-services .post-main-box,
body.archive #our-services .post-main-box,
body.post-type-archive-post #our-services .post-main-box {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

body.blog #our-services .inner-service .row,
body.archive #our-services .inner-service .row,
body.post-type-archive-post #our-services .inner-service .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.blog .jse-news-archive-page > .row,
body.archive .jse-news-archive-page > .row,
body.post-type-archive-post .jse-news-archive-page > .row {
    display: grid !important;
    grid-template-columns: minmax(270px, 320px) minmax(0, 1fr) !important;
    gap: 2rem !important;
    align-items: start !important;
}

body.blog #content.middle-align > .row,
body.archive #content.middle-align > .row,
body.post-type-archive-post #content.middle-align > .row,
body.blog #content > .row,
body.archive #content > .row,
body.post-type-archive-post #content > .row {
    display: grid !important;
    grid-template-columns: minmax(270px, 320px) minmax(0, 1fr) !important;
    gap: 2rem !important;
    align-items: start !important;
}

body.blog .jse-news-archive-page > .row #sidebar,
body.blog .jse-news-archive-page > .row #our-services,
body.archive .jse-news-archive-page > .row #sidebar,
body.archive .jse-news-archive-page > .row #our-services,
body.post-type-archive-post .jse-news-archive-page > .row #sidebar,
body.post-type-archive-post .jse-news-archive-page > .row #our-services {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

body.blog #content.middle-align > .row > #sidebar,
body.blog #content.middle-align > .row > #our-services,
body.archive #content.middle-align > .row > #sidebar,
body.archive #content.middle-align > .row > #our-services,
body.post-type-archive-post #content.middle-align > .row > #sidebar,
body.post-type-archive-post #content.middle-align > .row > #our-services,
body.blog #content > .row > #sidebar,
body.blog #content > .row > #our-services,
body.archive #content > .row > #sidebar,
body.archive #content > .row > #our-services,
body.post-type-archive-post #content > .row > #sidebar,
body.post-type-archive-post #content > .row > #our-services {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

body.blog #content.middle-align > .row,
body.archive #content.middle-align > .row,
body.post-type-archive-post #content.middle-align > .row,
body.blog #content > .row,
body.archive #content > .row,
body.post-type-archive-post #content > .row,
body.blog main#content.middle-align > .row,
body.archive main#content.middle-align > .row,
body.post-type-archive-post main#content.middle-align > .row {
    display: grid !important;
    grid-template-columns: minmax(280px, 330px) minmax(0, 1fr) !important;
    gap: 2rem !important;
    align-items: start !important;
}

body.blog #content.middle-align > .row > #sidebar,
body.blog #content.middle-align > .row > #our-services,
body.archive #content.middle-align > .row > #sidebar,
body.archive #content.middle-align > .row > #our-services,
body.post-type-archive-post #content.middle-align > .row > #sidebar,
body.post-type-archive-post #content.middle-align > .row > #our-services,
body.blog #content > .row > #sidebar,
body.blog #content > .row > #our-services,
body.archive #content > .row > #sidebar,
body.archive #content > .row > #our-services,
body.post-type-archive-post #content > .row > #sidebar,
body.post-type-archive-post #content > .row > #our-services {
    min-width: 0 !important;
}

@media (max-width: 1024px) {
    body.blog .jse-news-archive-page > .row,
    body.archive .jse-news-archive-page > .row,
    body.post-type-archive-post .jse-news-archive-page > .row {
        display: block !important;
    }

    body.blog #content.middle-align > .row,
    body.archive #content.middle-align > .row,
    body.post-type-archive-post #content.middle-align > .row,
    body.blog #content > .row,
    body.archive #content > .row,
    body.post-type-archive-post #content > .row {
        display: block !important;
    }

    body.blog .jse-news-shell--archive .jse-news-card__row,
    body.archive .jse-news-shell--archive .jse-news-card__row,
    body.post-type-archive-post .jse-news-shell--archive .jse-news-card__row,
    body.blog .jse-news-shell--archive .jse-news-archive-row,
    body.archive .jse-news-shell--archive .jse-news-archive-row,
    body.post-type-archive-post .jse-news-shell--archive .jse-news-archive-row {
        grid-template-columns: minmax(0, 1fr);
    }

    body.blog .jse-news-shell--archive .jse-news-card__media,
    body.archive .jse-news-shell--archive .jse-news-card__media,
    body.post-type-archive-post .jse-news-shell--archive .jse-news-card__media,
    body.blog .jse-news-shell--archive .box-image,
    body.archive .jse-news-shell--archive .box-image,
    body.post-type-archive-post .jse-news-shell--archive .box-image {
        max-height: 16.5rem;
    }
}

@media (max-width: 767px) {
    body.blog .jse-news-shell--archive .jse-news-card__primary,
    body.archive .jse-news-shell--archive .jse-news-card__primary,
    body.post-type-archive-post .jse-news-shell--archive .jse-news-card__primary,
    body.blog .jse-news-shell--archive .more-btn__premium,
    body.archive .jse-news-shell--archive .more-btn__premium,
    body.post-type-archive-post .jse-news-shell--archive .more-btn__premium {
        width: 100%;
    }
}



/* === JSE hardening: aktualnosci + jednolity pomaranczowy akcent === */
:root {
  --jse-brand-orange: #ff6a00;
}

:root,
:root *,
html,
body {
  --wp--preset--luminous-vivid-orange: var(--jse-brand-orange) !important;
  --wp--preset--color--luminous-vivid-orange: var(--jse-brand-orange) !important;
  --wp--preset--vivid-orange: var(--jse-brand-orange) !important;
  --wp--preset--color--vivid-orange: var(--jse-brand-orange) !important;
}

.has-luminous-vivid-orange-background-color,
.has-color-luminous-vivid-orange,
.elementor-element .has-background[data-settings*="luminous-vivid-orange"],
.elementor-widget-button .elementor-button.elementor-size-md,
.wp-block-button__link.has-luminous-vivid-orange-background-color,
.wp-block-button__link.wp-element-button {
  background-color: var(--jse-brand-orange) !important;
  border-color: var(--jse-brand-orange) !important;
}

.has-luminous-vivid-orange-color,
.has-color-luminous-vivid-orange,
.elementor-widget-button .elementor-button.elementor-size-md:hover,
.has-text-color[class*="luminous-vivid-orange"] {
  color: var(--jse-brand-orange) !important;
}

/* Aktualności: układ menu po lewej + kafelki obok siebie */
body.blog .ast-container > #content,
body.archive .ast-container > #content,
body.post-type-archive-post .ast-container > #content,
body.search .ast-container > #content {
  max-width: 100% !important;
}

body.blog #content.middle-align,
body.archive #content.middle-align,
body.post-type-archive-post #content.middle-align,
body.search #content.middle-align {
  display: grid !important;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr) !important;
  gap: clamp(1rem, 2vw, 2rem) !important;
  align-items: start !important;
}

body.blog #content.middle-align > .row,
body.archive #content.middle-align > .row,
body.post-type-archive-post #content.middle-align > .row,
body.search #content.middle-align > .row,
body.blog #content.middle-align > .ast-row,
body.archive #content.middle-align > .ast-row,
body.post-type-archive-post #content.middle-align > .ast-row,
body.search #content.middle-align > .ast-row {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr) !important;
  gap: clamp(1rem, 2vw, 2rem) !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
}

body.blog #content.middle-align .row,
body.archive #content.middle-align .row,
body.post-type-archive-post #content.middle-align .row,
body.search #content.middle-align .row {
  width: 100% !important;
}

body.blog #content.middle-align #sidebar,
body.archive #content.middle-align #sidebar,
body.post-type-archive-post #content.middle-align #sidebar,
body.search #content.middle-align #sidebar,
body.blog #content.middle-align .widget-area,
body.archive #content.middle-align .widget-area,
body.post-type-archive-post #content.middle-align .widget-area,
body.search #content.middle-align .widget-area {
  grid-column: 1 !important;
  width: auto !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

body.blog #content.middle-align #our-services,
body.archive #content.middle-align #our-services,
body.post-type-archive-post #content.middle-align #our-services,
body.search #content.middle-align #our-services,
body.blog #content.middle-align main,
body.archive #content.middle-align main,
body.post-type-archive-post #content.middle-align main,
body.search #content.middle-align main {
  grid-column: 2 !important;
  width: auto !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

body.blog #content.middle-align #our-services .elementor-row,
body.archive #content.middle-align #our-services .elementor-row,
body.post-type-archive-post #content.middle-align #our-services .elementor-row,
body.search #content.middle-align #our-services .elementor-row {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
}

@media (max-width: 1024px) {
  body.blog #content.middle-align,
  body.archive #content.middle-align,
  body.post-type-archive-post #content.middle-align,
  body.search #content.middle-align,
  body.blog #content.middle-align > .row,
  body.archive #content.middle-align > .row,
  body.post-type-archive-post #content.middle-align > .row,
  body.search #content.middle-align > .row,
  body.blog #content.middle-align > .ast-row,
  body.archive #content.middle-align > .ast-row,
  body.post-type-archive-post #content.middle-align > .ast-row,
  body.search #content.middle-align > .ast-row {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  body.blog #content.middle-align #sidebar,
  body.archive #content.middle-align #sidebar,
  body.post-type-archive-post #content.middle-align #sidebar,
  body.search #content.middle-align #sidebar,
  body.blog #content.middle-align #our-services,
  body.archive #content.middle-align #our-services,
  body.post-type-archive-post #content.middle-align #our-services,
  body.search #content.middle-align #our-services,
  body.blog #content.middle-align main,
  body.archive #content.middle-align main,
  body.post-type-archive-post #content.middle-align main,
  body.search #content.middle-align main {
    grid-column: 1 !important;
  }
}

/* ===== Wersja premium newsroom style (na żądanie: jako z przykładu) ===== */
body .jse-news-shell--archive {
  --jse-news-archive-bg: linear-gradient(130deg, rgba(12, 10, 24, 0.96), rgba(20, 12, 36, 0.96));
  --jse-news-archive-card-bg: linear-gradient(145deg, rgba(21, 16, 40, 0.96), rgba(12, 10, 24, 0.98));
}

body .jse-news-shell--archive.jse-news-shell,
body.blog .jse-news-shell--archive,
body.archive .jse-news-shell--archive,
body.post-type-archive-post .jse-news-shell--archive {
  background: var(--jse-news-archive-bg) !important;
  border: 1px solid rgba(255, 98, 0, 0.48) !important;
  border-radius: 24px !important;
  padding: clamp(1.2rem, 1.8vw, 1.8rem) !important;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.38);
}

body .jse-news-shell__inner,
body .jse-news-shell__magazine {
  display: grid;
  gap: 1.05rem;
}

body .jse-news-shell__masthead {
  display: grid !important;
  gap: 0.85rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: stretch;
}

body .jse-news-shell__masthead {
  margin-bottom: 1rem;
}

body .jse-news-shell__heading {
  padding: 0.75rem 0.2rem;
}

body .jse-news-shell__kicker {
  color: #ff7a1d;
  font-weight: 800;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  text-transform: uppercase;
}

body .jse-news-shell__title {
  margin: 0.4rem 0;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

body .jse-news-shell__copy {
  margin: 0;
  color: rgba(240, 243, 250, 0.92);
  max-width: 57ch;
}

body .jse-news-shell__panel {
  border: 1px solid rgba(255, 122, 29, 0.34) !important;
  border-radius: 18px;
  padding: 1rem;
  display: grid;
  gap: 0.5rem;
  background: linear-gradient(155deg, rgba(29, 18, 48, 0.82), rgba(16, 11, 33, 0.76));
}

body .jse-news-shell__panel-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ff9a40;
  font-size: 0.76rem;
}

body .jse-news-shell__panel-title {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.2;
}

body .jse-news-shell__panel-copy {
  color: rgba(236, 236, 236, 0.85);
  margin: 0;
  line-height: 1.35;
}

body .jse-news-shell__panel-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

body .jse-news-shell__panel-link {
  border: 1px solid rgba(255, 122, 29, 0.5) !important;
  color: #ffd1aa !important;
  text-decoration: none !important;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  transition: transform 140ms ease, box-shadow 220ms ease, background-color 220ms ease;
  line-height: 1.2;
}

body .jse-news-shell__panel-link.is-secondary {
  color: #ffe6cd !important;
}

body .jse-news-shell__panel-link:hover,
body .jse-news-card__primary:hover,
body .jse-news-card__secondary:hover,
body .more-btn__premium:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(255, 122, 29, 0.2);
  background: rgba(255, 122, 29, 0.08);
}

body .jse-news-shell__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

body .jse-news-shell__signal {
  color: #b6b6c9;
  border-color: rgba(255, 122, 29, 0.44);
  border: 1px solid;
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
  font-size: 0.72rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

body .jse-news-shell__magazine {
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.66fr);
  align-items: start;
}

body .jse-news-shell__stage {
  border-radius: 20px;
  padding: 0.6rem;
}

body .jse-news-shell__lead {
  display: grid;
  gap: 0.85rem;
}

body .jse-news-shell__stack {
  display: grid;
  gap: 0.75rem;
}

body .jse-news-shell__timeline {
  border-left: 1px solid rgba(255, 122, 29, 0.46);
  padding: 0.7rem 0.9rem;
  margin-left: 0.35rem;
  border-radius: 0 0 14px 14px;
}

body .jse-news-shell__timeline-head h3 {
  margin: 0.2rem 0;
  font-size: 1.12rem;
}

body .jse-news-shell__timeline-head p {
  margin: 0;
  color: rgba(231, 239, 255, 0.85);
}

body .jse-news-shell__timeline-list {
  display: grid;
  gap: 0.48rem;
  margin-top: 0.8rem;
}

body .jse-news-timeline__item {
  display: grid;
  grid-template-columns: 1.95rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
  padding: 0.56rem 0.55rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 122, 29, 0.25);
  text-decoration: none;
  color: #e6e8f0;
  background: linear-gradient(160deg, rgba(27, 19, 50, 0.66), rgba(18, 14, 36, 0.84));
}

body .jse-news-timeline__item:hover {
  border-color: rgba(255, 122, 29, 0.56);
  background: linear-gradient(160deg, rgba(40, 28, 62, 0.82), rgba(22, 15, 45, 0.9));
}

body .jse-news-timeline__index {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ffc08e;
  border: 1px solid rgba(255, 122, 29, 0.65);
  background: rgba(255, 122, 29, 0.11);
}

body .jse-news-timeline__content {
  display: grid;
  gap: 0.25rem;
}

body .jse-news-timeline__date {
  color: #ffab5f;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body .jse-news-timeline__content strong {
  font-size: 0.92rem;
  line-height: 1.34;
}

body .jse-news-timeline__marker {
  color: #c6c6d0;
  font-size: 0.76rem;
}

body .jse-news-card__accent-note,
body .jse-news-archive-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #ffd9a8;
  border-color: rgba(255, 163, 64, 0.75);
  background: rgba(255, 109, 0, 0.1);
}

body .jse-news-card__accent-note::before,
body .jse-news-archive-badge::before {
  content: "\1F3C6";
}

body .jse-news-card__body {
  position: relative;
}

body .jse-news-card__body::before {
  content: "";
  position: absolute;
  left: -0.72rem;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #ff7a1d, transparent);
  border-radius: 2px;
  opacity: 0.85;
}

body .jse-news-card__kicker {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
  color: #b4b4c2;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.71rem;
  font-weight: 700;
}

body .jse-news-card__title {
  font-size: clamp(1.26rem, 2.08vw, 1.78rem);
  letter-spacing: -0.015em;
  margin: 0 0 0.45rem;
}

body .jse-news-card__title a {
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.2;
}

body .jse-news-card__title a:hover {
  color: #ffc79a !important;
}

body .jse-news-card__excerpt {
  color: rgba(233, 237, 244, 0.9);
  margin: 0;
  line-height: 1.45;
}

body .jse-news-card__meta {
  margin-bottom: 0.55rem;
  gap: 0.48rem;
}

body .jse-news-card__badge {
  background: linear-gradient(135deg, #ff6c00, #ff9830);
  color: #180c03;
  border: none;
  border-radius: 999px;
  padding: 0.15rem 0.58rem;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

body .jse-news-card__footer {
  gap: 0.42rem;
  margin-top: 0.6rem;
}

body .jse-news-card__team {
  color: #ffb87c;
}

body .jse-news-card__divider {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #ff7a1d;
}

body .jse-news-card__label {
  color: #d4d7e4;
}

body .jse-news-card__actions,
body .jse-news-archive-card .more-btn__premium {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 0.62rem;
}

body .jse-news-card__primary,
body .more-btn__premium {
  padding: 0.38rem 0.74rem !important;
  border-radius: 999px;
  border: 1px solid rgba(255, 122, 29, 0.55) !important;
  background: rgba(255, 111, 0, 0.1);
  color: #ffe0bb !important;
  font-size: 0.82rem !important;
  font-weight: 700;
  text-decoration: none !important;
}

body .jse-news-card__secondary {
  color: rgba(228, 233, 246, 0.94);
}

@media (max-width: 1100px) {
  body .jse-news-shell__masthead,
  body .jse-news-shell__magazine {
    grid-template-columns: 1fr;
  }

  body .jse-news-shell__magazine {
    gap: 0.7rem;
  }
}

@media (max-width: 600px) {
  body .jse-news-shell__masthead,
  body .jse-news-shell__panel-actions,
  body .jse-news-card__actions,
  body .jse-news-card__meta {
    gap: 0.4rem;
  }

  body .jse-news-card__title {
    font-size: 1.05rem;
  }
}

body.jse-home-polish-runtime,
body.jse-hard-premium {
  --jse-blue: #ff8a2b !important;
  --jse-blue-dark: #161e35 !important;
  --jse-ink: #f3f7ff !important;
  --jse-ink-soft: rgba(243, 247, 255, 0.82) !important;
  --jse-paper: #070d1f !important;
  --jse-line: rgba(255, 138, 43, 0.34) !important;
  --jse-line-strong: rgba(255, 138, 43, 0.5) !important;
  --jse-shadow: 0 30px 72px rgba(0, 0, 0, 0.34) !important;
  --jse-header-max: 1320px !important;
}

body.jse-home-polish-runtime .logo.text-md-start.text-center,
body.jse-home-polish-runtime .logo,
body.jse-home-polish-runtime .site-logo,
body.jse-home-polish-runtime .custom-logo-link,
body.jse-home-polish-runtime .site-branding {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
}

body.jse-home-polish-runtime .home-page-header,
body.jse-home-polish-runtime .site-header,
body.jse-home-polish-runtime #masthead {
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
  margin-bottom: 0 !important;
  padding: 4px 0 10px !important;
  background:
    linear-gradient(120deg, rgba(11, 16, 30, 0.96), rgba(14, 24, 42, 0.96)),
    radial-gradient(circle at right center, rgba(255, 138, 43, 0.4), transparent 34%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-bottom: 1px solid rgba(255, 138, 43, 0.75) !important;
}

body.jse-home-polish-runtime .home-page-header::after,
body.jse-home-polish-runtime .site-header::after,
body.jse-home-polish-runtime #masthead::after {
  background: linear-gradient(90deg, rgba(255, 138, 43, 0.95), rgba(10, 33, 63, 0.8)) !important;
  height: 2px !important;
}

body.jse-home-polish-runtime #header,
body.jse-home-polish-runtime .jse-header-wrap,
body.jse-home-polish-runtime .ast-builder-grid-row {
  width: min(100%, calc(var(--jse-header-max) - 1.4rem)) !important;
  margin: 0 auto !important;
  padding: 0 10px !important;
}

body.jse-home-polish-runtime #maincontent,
body.jse-home-polish-runtime #content,
body.jse-home-polish-runtime .site-content,
body.jse-home-polish-runtime .site-main,
body.jse-home-polish-runtime .post-main-box,
body.jse-home-polish-runtime .type-page {
  width: min(100%, var(--jse-header-max)) !important;
  max-width: var(--jse-header-max) !important;
  margin: 0 auto !important;
  padding-top: 0 !important;
  padding-bottom: 4px !important;
  color: var(--jse-ink) !important;
}

body.jse-home-polish-runtime .row,
body.jse-home-polish-runtime .ast-row,
body.jse-home-polish-runtime .container > .row,
body.jse-home-polish-runtime .site-content > .row,
body.jse-home-polish-runtime .ast-container {
  margin-top: 0 !important;
  margin-bottom: 0.85rem !important;
  max-width: 100% !important;
}

body.jse-home-polish-runtime .jse-news-shell__feature,
body.jse-home-polish-runtime .jse-news-card.is-featured,
body.jse-home-polish-runtime .jse-news-zone .jse-news-card:first-child {
  max-height: 31rem !important;
  min-height: 30rem !important;
}

body.jse-home-polish-runtime .jse-news-shell,
body.jse-home-polish-runtime .jse-news-zone,
body.jse-home-polish-runtime .jse-news-feed {
  display: grid !important;
  gap: 0.75rem !important;
  grid-template-columns: 1fr !important;
}

body.jse-home-polish-runtime .jse-news-card,
body.jse-home-polish-runtime .jeg_post,
body.jse-home-polish-runtime .elementor-post,
body.jse-home-polish-runtime .wp-block-latest-posts__list-item,
body.jse-home-polish-runtime .feed-item,
body.jse-home-polish-runtime .news-content article,
body.jse-home-polish-runtime article.entry {
  border: 1px solid var(--jse-line) !important;
  background: linear-gradient(170deg, rgba(18, 24, 43, 0.92), rgba(14, 20, 40, 0.94)) !important;
  border-radius: 18px !important;
  box-shadow: var(--jse-shadow) !important;
  margin: 0 0 0.72rem !important;
  padding: 0.95rem 1rem 0.96rem !important;
}

body.jse-home-polish-runtime .jse-news-card__accent-note,
body.jse-home-polish-runtime .jse-news-archive-badge {
  margin-bottom: 0.35rem !important;
  border: 1px solid rgba(255, 163, 64, 0.74) !important;
  border-radius: 999px !important;
  background: rgba(255, 109, 0, 0.16) !important;
  padding: 0.16rem 0.56rem !important;
  color: #ffe4c0 !important;
  letter-spacing: 0.12em !important;
  font-size: 0.67rem !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-news-card__accent-note::before,
body.jse-home-polish-runtime .jse-news-archive-badge::before {
  content: none !important;
  font-size: 0.7rem !important;
  margin-right: 0.38rem !important;
  letter-spacing: 0.02em !important;
}

body.jse-home-polish-runtime .jse-news-card__title,
body.jse-home-polish-runtime .elementor-post__title,
body.jse-home-polish-runtime .jeg_post_title a {
  border-top: 3px solid var(--jse-line-strong) !important;
  padding-top: 0.5rem !important;
  margin-top: 0.2rem !important;
  margin-bottom: 0.45rem !important;
  font-family: "Barlow Condensed", sans-serif !important;
  line-height: 1.08 !important;
  letter-spacing: 0.02em !important;
  color: #fff !important;
}

body.jse-home-polish-runtime .jse-news-card__excerpt,
body.jse-home-polish-runtime .jse-news-card__summary,
body.jse-home-polish-runtime .jse-news-card__body p,
body.jse-home-polish-runtime .jse-news-card .elementor-post__excerpt {
  color: rgba(236, 239, 250, 0.9) !important;
  line-height: 1.46 !important;
  font-size: 0.95rem !important;
}

body.jse-home-polish-runtime .jse-partners-showcase,
body.jse-home-polish-runtime .jse-partners-gallery,
body.jse-home-polish-runtime .jse-tables-zone,
body.jse-home-polish-runtime .jse-footer-upgraded {
  border-color: rgba(255, 122, 29, 0.42) !important;
  box-shadow: var(--jse-shadow) !important;
  background:
    linear-gradient(170deg, rgba(11, 19, 37, 0.96), rgba(18, 23, 42, 0.92)) !important;
}

body.jse-home-polish-runtime .jse-news-shell__headline,
body.jse-home-polish-runtime .jse-news-shell__lead,
body.jse-home-polish-runtime .jse-news-card__meta,
body.jse-home-polish-runtime .jse-news-shell__timeline-item,
body.jse-home-polish-runtime .jse-news-card__team {
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #d2d9ea !important;
}

body.jse-home-polish-runtime .jse-section-frame__title,
body.jse-home-polish-runtime .jse-section-frame h2,
body.jse-home-polish-runtime .jse-news-zone h2,
body.jse-home-polish-runtime h1,
body.jse-home-polish-runtime h2,
body.jse-home-polish-runtime h3 {
  color: #fff !important;
  text-wrap: balance !important;
}

body.jse-home-polish-runtime .sp-table-wrapper,
body.jse-home-polish-runtime .sp-table,
body.jse-home-polish-runtime .sp-data-table,
body.jse-home-polish-runtime table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  width: 100% !important;
}

body.jse-home-polish-runtime .sp-table-caption::after,
body.jse-home-polish-runtime .jse-section-frame::before {
  width: 58px !important;
  height: 2px !important;
  background: linear-gradient(90deg, var(--jse-blue), #ff6a00) !important;
}

body.jse-home-polish-runtime .jse-footer-upgraded,
body.jse-home-polish-runtime #footer {
  background:
    linear-gradient(140deg, rgba(255, 138, 43, 0.16), rgba(255, 138, 43, 0.06)),
    linear-gradient(160deg, rgba(9, 15, 31, 0.96), rgba(15, 23, 47, 0.96)) !important;
  border-top: 1px solid rgba(255, 138, 43, 0.56) !important;
  color: #ebefff !important;
}

body.jse-home-polish-runtime .jse-footer-callout__button,
body.jse-home-polish-runtime #footer a {
  color: #ffdcba !important;
}

body.jse-home-polish-runtime .elementor-section.elementor-top-section + .elementor-section,
body.jse-home-polish-runtime .jse-section-anchor + .elementor-section {
  margin-top: 0 !important;
}

body.jse-home-polish-runtime .elementor-element-58671cf,
body.jse-home-polish-runtime .elementor-element-58671cf .elementor-widget-container,
body.jse-home-polish-runtime .elementor-element-58671cf figure,
body.jse-home-polish-runtime .elementor-element-58671cf img {
  background: transparent !important;
  background-color: transparent !important;
}

@media (max-width: 1024px) {
  body.jse-home-polish-runtime .row,
  body.jse-home-polish-runtime .ast-row {
    gap: 1rem !important;
    display: block !important;
  }

  body.jse-home-polish-runtime .home-page-header #header,
  body.jse-home-polish-runtime .site-header #header,
  body.jse-home-polish-runtime .ast-builder-layout-element {
    width: 100% !important;
    padding: 0 12px !important;
  }

  body.jse-home-polish-runtime #maincontent,
  body.jse-home-polish-runtime #content,
  body.jse-home-polish-runtime .site-content,
  body.jse-home-polish-runtime .site-main,
  body.jse-home-polish-runtime .post-main-box,
  body.jse-home-polish-runtime .type-page {
    max-width: 100% !important;
    padding-inline: 0.9rem !important;
  }

  body.jse-home-polish-runtime .jse-news-card,
  body.jse-home-polish-runtime .jse-news-card.is-featured,
  body.jse-home-polish-runtime .jse-news-zone .jse-news-card:first-child {
    min-height: 24rem !important;
    max-height: none !important;
    padding: 0.82rem !important;
  }
}

@media (max-width: 768px) {
  body.jse-home-polish-runtime .home-page-header,
  body.jse-home-polish-runtime .site-header,
  body.jse-home-polish-runtime #masthead {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.jse-home-polish-runtime #header,
  body.jse-home-polish-runtime .ast-builder-grid-row {
    padding-inline: 0.85rem !important;
  }

  body.jse-home-polish-runtime .jse-news-card__title,
  body.jse-home-polish-runtime .elementor-post__title,
  body.jse-home-polish-runtime h1,
  body.jse-home-polish-runtime h2,
  body.jse-home-polish-runtime h3 {
    letter-spacing: 0.03em !important;
  }

  body.jse-home-polish-runtime .jse-news-shell,
  body.jse-home-polish-runtime .jse-news-zone,
  body.jse-home-polish-runtime .jse-news-feed {
    gap: 0.55rem !important;
  }
}

/* JSE_FORCE_GLOBAL_V5: final global palette, header and inner-page reset */
html {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 106, 0, 0.13), transparent 25%),
    linear-gradient(180deg, #08111f 0%, #0b1426 48%, #070d18 100%) !important;
}

html body.jse-home-polish-runtime {
  --jse-accent: #ff6a00 !important;
  --jse-accent-soft: #ff9d3d !important;
  --jse-sky: #0aa7d8 !important;
  --jse-night: #08111f !important;
  --jse-panel: #101a2f !important;
  --jse-panel-2: #16233d !important;
  --jse-text: #f6f8ff !important;
  --jse-muted: #b9c3d7 !important;
  --jse-border: rgba(255, 106, 0, 0.38) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 106, 0, 0.16), transparent 22%),
    radial-gradient(circle at 92% 10%, rgba(10, 167, 216, 0.12), transparent 24%),
    linear-gradient(180deg, #08111f 0%, #0b1426 46%, #070d18 100%) !important;
  color: var(--jse-text) !important;
  font-family: "Manrope", system-ui, sans-serif !important;
}

body.jse-home-polish-runtime *,
body.jse-home-polish-runtime .elementor-widget-container,
body.jse-home-polish-runtime .entry-content,
body.jse-home-polish-runtime .post-main-box {
  box-sizing: border-box !important;
}

body.jse-home-polish-runtime p,
body.jse-home-polish-runtime li,
body.jse-home-polish-runtime td,
body.jse-home-polish-runtime th,
body.jse-home-polish-runtime .elementor-widget-text-editor,
body.jse-home-polish-runtime .entry-content {
  font-family: "Manrope", system-ui, sans-serif !important;
  color: var(--jse-muted) !important;
}

body.jse-home-polish-runtime h1,
body.jse-home-polish-runtime h2,
body.jse-home-polish-runtime h3,
body.jse-home-polish-runtime h4,
body.jse-home-polish-runtime .elementor-heading-title {
  font-family: "Barlow Condensed", sans-serif !important;
  color: var(--jse-text) !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .home-page-header,
body.jse-home-polish-runtime .site-header,
body.jse-home-polish-runtime #masthead {
  min-height: 0 !important;
  height: auto !important;
  padding: 6px 0 !important;
  background:
    linear-gradient(118deg, rgba(7, 13, 24, 0.97), rgba(15, 25, 44, 0.97)),
    radial-gradient(circle at 8% 50%, rgba(255, 106, 0, 0.24), transparent 28%) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28) !important;
}

body.jse-home-polish-runtime #header {
  min-height: 70px !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: min(100% - 24px, 1280px) !important;
  max-width: 1280px !important;
  padding: 6px 14px !important;
  border: 1px solid rgba(255, 106, 0, 0.32) !important;
  border-radius: 10px !important;
  background:
    linear-gradient(135deg, rgba(12, 20, 36, 0.94), rgba(15, 26, 48, 0.9)) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28) !important;
  overflow: visible !important;
}

body.jse-home-polish-runtime .logo.text-md-start.text-center,
body.jse-home-polish-runtime .home-page-header .logo,
body.jse-home-polish-runtime #header .logo {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 2 !important;
  flex: 0 0 170px !important;
  width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.jse-home-polish-runtime .custom-logo-link,
body.jse-home-polish-runtime .site-logo,
body.jse-home-polish-runtime .site-branding {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  max-width: 170px !important;
  min-height: 0 !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.jse-home-polish-runtime .custom-logo-link img,
body.jse-home-polish-runtime .custom-logo,
body.jse-home-polish-runtime header img.custom-logo,
body.jse-home-polish-runtime #header .logo img {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: block !important;
  width: auto !important;
  max-width: 158px !important;
  max-height: 54px !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.26)) !important;
  transform: none !important;
}

body.jse-home-polish-runtime #site-navigation,
body.jse-home-polish-runtime .main-navigation {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.jse-home-polish-runtime #menu-jse,
body.jse-home-polish-runtime .main-navigation ul,
body.jse-home-polish-runtime .main-navigation .main-menu > ul {
  height: auto !important;
  min-height: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 5px 9px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.jse-home-polish-runtime .main-navigation li,
body.jse-home-polish-runtime #menu-jse li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

body.jse-home-polish-runtime .main-navigation a,
body.jse-home-polish-runtime #menu-jse a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 6px 0 !important;
  color: var(--jse-text) !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  text-shadow: none !important;
}

body.jse-home-polish-runtime .main-navigation a:hover,
body.jse-home-polish-runtime #menu-jse a:hover,
body.jse-home-polish-runtime .main-navigation .current-menu-item > a {
  color: var(--jse-accent-soft) !important;
}

body.jse-home-polish-runtime #maincontent,
body.jse-home-polish-runtime #content,
body.jse-home-polish-runtime .site-content,
body.jse-home-polish-runtime .site-main,
body.jse-home-polish-runtime .entry-content,
body.jse-home-polish-runtime .post-main-box {
  margin-top: 0 !important;
  padding-top: 14px !important;
}

body.jse-home-polish-runtime .elementor-section.elementor-top-section,
body.jse-home-polish-runtime .elementor > .elementor-section,
body.jse-home-polish-runtime .elementor-element.elementor-top-section,
body.jse-home-polish-runtime article,
body.jse-home-polish-runtime .post-main-box {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-color: var(--jse-border) !important;
}

body.jse-home-polish-runtime .elementor-section.elementor-top-section:not(.jse-home-hero):not(.jse-partners-showcase):not(.jse-news-zone),
body.jse-home-polish-runtime .post-main-box,
body.jse-home-polish-runtime article.type-page,
body.jse-home-polish-runtime article.post {
  background:
    linear-gradient(160deg, rgba(14, 24, 43, 0.88), rgba(10, 17, 32, 0.84)) !important;
  border: 1px solid rgba(255, 106, 0, 0.22) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24) !important;
}

body.jse-home-polish-runtime .elementor-column,
body.jse-home-polish-runtime .elementor-widget-wrap,
body.jse-home-polish-runtime .elementor-widget-container {
  max-width: 100% !important;
}

body.jse-home-polish-runtime .jse-partners-showcase {
  grid-template-columns: minmax(220px, 0.26fr) minmax(0, 1fr) !important;
  gap: 18px !important;
  padding: 18px !important;
}

body.jse-home-polish-runtime .jse-partners-showcase .swiper-slide,
body.jse-home-polish-runtime .rt-team-container .swiper-slide {
  min-height: 118px !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(246, 248, 255, 0.98), rgba(229, 235, 245, 0.95)) !important;
}

body.jse-home-polish-runtime .jse-partners-showcase img,
body.jse-home-polish-runtime .rt-team-container img {
  max-height: 62px !important;
  object-fit: contain !important;
}

body.jse-home-polish-runtime.blog #content.middle-align,
body.jse-home-polish-runtime.archive #content.middle-align,
body.jse-home-polish-runtime .jse-news-page #content.middle-align {
  display: grid !important;
  grid-template-columns: minmax(230px, 285px) minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
}

body.jse-home-polish-runtime.blog #sidebar,
body.jse-home-polish-runtime.archive #sidebar,
body.jse-home-polish-runtime.blog .widget-area,
body.jse-home-polish-runtime.archive .widget-area {
  grid-column: 1 !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

body.jse-home-polish-runtime.blog #our-services,
body.jse-home-polish-runtime.archive #our-services,
body.jse-home-polish-runtime.blog .content-area,
body.jse-home-polish-runtime.archive .content-area {
  grid-column: 2 !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

@media (max-width: 1100px) {
  body.jse-home-polish-runtime #header {
    gap: 12px !important;
  }

  body.jse-home-polish-runtime .logo.text-md-start.text-center,
  body.jse-home-polish-runtime #header .logo {
    flex-basis: 145px !important;
    width: 145px !important;
    max-width: 145px !important;
  }

  body.jse-home-polish-runtime .custom-logo-link img,
  body.jse-home-polish-runtime .custom-logo {
    max-width: 140px !important;
    max-height: 50px !important;
  }

  body.jse-home-polish-runtime .main-navigation a,
  body.jse-home-polish-runtime #menu-jse a {
    font-size: 0.82rem !important;
  }
}

@media (max-width: 900px) {
  body.jse-home-polish-runtime #header {
    min-height: 62px !important;
  }

  body.jse-home-polish-runtime #menu-jse,
  body.jse-home-polish-runtime .main-navigation ul {
    justify-content: center !important;
  }

  body.jse-home-polish-runtime.blog #content.middle-align,
  body.jse-home-polish-runtime.archive #content.middle-align {
    grid-template-columns: 1fr !important;
  }

  body.jse-home-polish-runtime.blog #sidebar,
  body.jse-home-polish-runtime.archive #sidebar,
  body.jse-home-polish-runtime.blog #our-services,
  body.jse-home-polish-runtime.archive #our-services {
    grid-column: 1 !important;
  }

  body.jse-home-polish-runtime .jse-partners-showcase {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.jse-home-polish-runtime #header {
    width: calc(100% - 16px) !important;
    min-height: 58px !important;
    gap: 8px !important;
    padding: 6px 9px !important;
  }

  body.jse-home-polish-runtime .logo.text-md-start.text-center,
  body.jse-home-polish-runtime #header .logo {
    flex: 0 0 112px !important;
    width: 112px !important;
    max-width: 112px !important;
  }

  body.jse-home-polish-runtime .custom-logo-link img,
  body.jse-home-polish-runtime .custom-logo {
    max-width: 108px !important;
    max-height: 42px !important;
  }

  body.jse-home-polish-runtime #site-navigation,
  body.jse-home-polish-runtime .main-navigation {
    justify-content: flex-end !important;
  }

  body.jse-home-polish-runtime .main-navigation a,
  body.jse-home-polish-runtime #menu-jse a {
    font-size: 0.78rem !important;
    min-height: 24px !important;
    padding: 4px 0 !important;
  }

  body.jse-home-polish-runtime #maincontent,
  body.jse-home-polish-runtime #content,
  body.jse-home-polish-runtime .site-content,
  body.jse-home-polish-runtime .entry-content {
    padding-top: 8px !important;
  }
}

/* JSE_FORCE_GLOBAL_V6: remove native theme title gap on all inner pages */
body.jse-home-polish-runtime .vw-page-title,
body.jse-home-polish-runtime #content-vw > .vw-page-title,
body.jse-home-polish-runtime #maincontent .vw-page-title {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.jse-home-polish-runtime #content-vw,
body.jse-home-polish-runtime #content-vw > .elementor,
body.jse-home-polish-runtime #maincontent > .container,
body.jse-home-polish-runtime #maincontent > .container > #content-vw {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.jse-home-polish-runtime #content-vw > .elementor > .elementor-section:first-child,
body.jse-home-polish-runtime #content-vw > .elementor > .elementor-top-section:first-child,
body.jse-home-polish-runtime .entry-content > .elementor > .elementor-section:first-child,
body.jse-home-polish-runtime .entry-content > .elementor > .elementor-top-section:first-child {
  margin-top: 0 !important;
  padding-top: 16px !important;
}

/* JSE_FORCE_GLOBAL_V7: compact mobile header row */
@media (max-width: 640px) {
  body.jse-home-polish-runtime #header .main-header,
  body.jse-home-polish-runtime #header .container-fluid,
  body.jse-home-polish-runtime #header .row {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.jse-home-polish-runtime #header .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }

  body.jse-home-polish-runtime #header .col-lg-3.col-md-4,
  body.jse-home-polish-runtime #header .col-lg-7.col-md-6,
  body.jse-home-polish-runtime #header .col-lg-2.col-md-2 {
    margin: 0 !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.jse-home-polish-runtime #header .col-lg-3.col-md-4 {
    flex: 0 0 124px !important;
    width: 124px !important;
    max-width: 124px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.jse-home-polish-runtime #header .col-lg-7.col-md-6 {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.jse-home-polish-runtime #header .col-lg-2.col-md-2 {
    display: none !important;
  }

  body.jse-home-polish-runtime .toggle-nav,
  body.jse-home-polish-runtime .toggle-nav.mobile-menu {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  body.jse-home-polish-runtime .responsivetoggle {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
  }

  body.jse-home-polish-runtime #mySidenav.nav.sidenav {
    height: auto !important;
    max-height: calc(100vh - 72px) !important;
    overflow: auto !important;
  }
}

/* JSE_FORCE_GLOBAL_V8: clean menu, unclipped logo, newsroom mosaic */
body.jse-home-polish-runtime #header {
  overflow: visible !important;
}

body.jse-home-polish-runtime .logo.text-md-start.text-center,
body.jse-home-polish-runtime #header .logo {
  flex: 0 0 238px !important;
  width: 238px !important;
  max-width: 238px !important;
  overflow: visible !important;
}

body.jse-home-polish-runtime .custom-logo-link,
body.jse-home-polish-runtime .site-logo,
body.jse-home-polish-runtime .logo-inner {
  width: 100% !important;
  max-width: 238px !important;
  overflow: visible !important;
}

body.jse-home-polish-runtime .custom-logo-link img,
body.jse-home-polish-runtime .custom-logo,
body.jse-home-polish-runtime header img.custom-logo,
body.jse-home-polish-runtime #header .logo img {
  width: auto !important;
  max-width: 210px !important;
  max-height: 70px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
  overflow: visible !important;
}

body.jse-home-polish-runtime #menu-jse li:has(.qtranxs_flag),
body.jse-home-polish-runtime #menu-jse li:has(img[src*="flags"]),
body.jse-home-polish-runtime #menu-jse li:has(a[href*="lang="]),
body.jse-home-polish-runtime .qtranxs_language_chooser,
body.jse-home-polish-runtime .qtranxs-lang-menu,
body.jse-home-polish-runtime .language-chooser,
body.jse-home-polish-runtime .trp-language-switcher,
body.jse-home-polish-runtime .wpml-ls,
body.jse-home-polish-runtime .gtranslate_wrapper {
  display: none !important;
}

body.jse-home-polish-runtime .main-navigation .sub-menu,
body.jse-home-polish-runtime #menu-jse .sub-menu {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.jse-home-polish-runtime .jse-section-frame.is-gallery,
body.jse-home-polish-runtime .jse-news-shell__timeline,
body.jse-home-polish-runtime .jse-news-shell__masthead,
body.jse-home-polish-runtime .jse-news-shell__panel,
body.jse-home-polish-runtime .jse-news-shell__signals,
body.jse-home-polish-runtime .jse-news-card__accent-note,
body.jse-home-polish-runtime .jse-news-archive-badge,
body.jse-home-polish-runtime .jse-inline-note {
  display: none !important;
}

body.home.jse-home-polish-runtime .jse-news-shell,
body.page-id-8153.jse-home-polish-runtime .jse-news-shell {
  display: none !important;
}

body.jse-home-polish-runtime .jse-news-card__accent-note::before,
body.jse-home-polish-runtime .jse-news-archive-badge::before {
  content: none !important;
}

body.jse-home-polish-runtime .jse-mosaic {
  width: min(100% - 32px, 1280px) !important;
  margin: 0 auto 18px !important;
  padding: 22px !important;
  border: 1px solid rgba(255, 106, 0, 0.36) !important;
  border-radius: 12px !important;
  background:
    linear-gradient(140deg, rgba(8, 16, 30, 0.98), rgba(16, 26, 45, 0.96)),
    radial-gradient(circle at 15% 20%, rgba(255, 106, 0, 0.18), transparent 30%) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34) !important;
}

body.jse-home-polish-runtime .jse-mosaic__head {
  max-width: 820px !important;
  margin: 0 0 18px !important;
}

body.jse-home-polish-runtime .jse-mosaic__head span,
body.jse-home-polish-runtime .jse-mosaic__meta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ff9d3d !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 0.84rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-mosaic__head h1 {
  margin: 8px 0 8px !important;
  font-size: clamp(2.1rem, 4vw, 4rem) !important;
  line-height: 0.98 !important;
}

body.jse-home-polish-runtime .jse-mosaic__head p {
  max-width: 760px !important;
  margin: 0 !important;
  color: rgba(232, 239, 255, 0.82) !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}

body.jse-home-polish-runtime .jse-mosaic__grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  grid-auto-flow: dense !important;
  gap: 10px !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile {
  position: relative !important;
  min-height: 190px !important;
  display: flex !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 106, 0, 0.24) !important;
  border-radius: 8px !important;
  color: #fff !important;
  text-decoration: none !important;
  background: #0d1628 !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile.is-featured {
  grid-column: span 3 !important;
  grid-row: span 2 !important;
  min-height: 390px !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile--post:not(.is-featured) {
  grid-column: span 2 !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile--asset {
  grid-column: span 1 !important;
  min-height: 190px !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile--asset.is-wide {
  grid-column: span 2 !important;
}

body.jse-home-polish-runtime .jse-mosaic__media {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
}

body.jse-home-polish-runtime .jse-mosaic__media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(8, 16, 30, 0.12), rgba(8, 16, 30, 0.88)) !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile--asset .jse-mosaic__media::after {
  display: none !important;
}

body.jse-home-polish-runtime .jse-mosaic__media img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile--asset img {
  object-fit: contain !important;
  padding: 18px !important;
}

body.jse-home-polish-runtime .jse-mosaic__content {
  position: relative !important;
  z-index: 2 !important;
  align-self: flex-end !important;
  width: 100% !important;
  padding: 16px !important;
  display: grid !important;
  gap: 8px !important;
}

body.jse-home-polish-runtime .jse-mosaic__content strong {
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1.35rem !important;
  line-height: 1.03 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile.is-featured .jse-mosaic__content strong {
  font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
}

body.jse-home-polish-runtime .jse-mosaic__content span:not(.jse-mosaic__meta) {
  color: rgba(242, 246, 255, 0.84) !important;
  line-height: 1.42 !important;
}

body.jse-home-polish-runtime .jse-news-grid {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.jse-home-polish-runtime .jse-news-grid__items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.jse-home-polish-runtime .jse-news-grid__items > .jse-news-card {
  min-height: 0 !important;
  margin: 0 !important;
}

body.jse-home-polish-runtime .jse-news-grid__items > .jse-news-card.is-featured {
  grid-column: span 1 !important;
}

body.jse-home-polish-runtime.blog main#content > .row > #our-services,
body.jse-home-polish-runtime.archive main#content > .row > #our-services,
body.jse-home-polish-runtime.post-type-archive-post main#content > .row > #our-services {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: start !important;
}

body.jse-home-polish-runtime.blog main#content > .row > #sidebar,
body.jse-home-polish-runtime.archive main#content > .row > #sidebar,
body.jse-home-polish-runtime.post-type-archive-post main#content > .row > #sidebar {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

@media (max-width: 1120px) {
  body.jse-home-polish-runtime .logo.text-md-start.text-center,
  body.jse-home-polish-runtime #header .logo {
    flex-basis: 190px !important;
    width: 190px !important;
    max-width: 190px !important;
  }

  body.jse-home-polish-runtime .custom-logo-link img,
  body.jse-home-polish-runtime .custom-logo {
    max-width: 170px !important;
  }

  body.jse-home-polish-runtime .jse-mosaic__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.jse-home-polish-runtime .jse-mosaic__tile.is-featured {
    grid-column: span 2 !important;
  }
}

@media (max-width: 760px) {
  body.jse-home-polish-runtime .logo.text-md-start.text-center,
  body.jse-home-polish-runtime #header .logo {
    flex: 0 0 148px !important;
    width: 148px !important;
    max-width: 148px !important;
  }

  body.jse-home-polish-runtime .custom-logo-link img,
  body.jse-home-polish-runtime .custom-logo {
    max-width: 142px !important;
    max-height: 58px !important;
  }

  body.jse-home-polish-runtime .jse-mosaic {
    width: calc(100% - 18px) !important;
    padding: 14px !important;
  }

  body.jse-home-polish-runtime .jse-mosaic__grid,
  body.jse-home-polish-runtime .jse-news-grid__items {
    grid-template-columns: 1fr !important;
  }

  body.jse-home-polish-runtime .jse-mosaic__tile,
  body.jse-home-polish-runtime .jse-mosaic__tile.is-featured,
  body.jse-home-polish-runtime .jse-mosaic__tile--post:not(.is-featured),
  body.jse-home-polish-runtime .jse-mosaic__tile--asset,
  body.jse-home-polish-runtime .jse-mosaic__tile--asset.is-wide {
    grid-column: span 1 !important;
    grid-row: auto !important;
    min-height: 260px !important;
  }
}




/* JSE_FORCE_GLOBAL_V9: finalny reset menu, aktualnosci, single post, mobile */
body.jse-home-polish-runtime {
  --jse-accent: #ff6a00 !important;
  --jse-accent-soft: #ff9d3d !important;
  --jse-blue-match: #08a7e8 !important;
  --jse-bg: #07101f !important;
  --jse-panel: rgba(10, 18, 34, 0.94) !important;
  --jse-panel-2: rgba(16, 28, 50, 0.92) !important;
  --jse-border: rgba(255, 106, 0, 0.30) !important;
  --jse-text: #f4f8ff !important;
  --jse-muted: rgba(226, 235, 248, 0.78) !important;
  background: radial-gradient(circle at 15% 0, rgba(255, 106, 0, 0.18), transparent 30%), linear-gradient(145deg, #07101f, #091629 58%, #060b16) !important;
  color: var(--jse-text) !important;
}

body.jse-home-polish-runtime #header,
body.jse-home-polish-runtime .home-page-header #header {
  width: min(1320px, calc(100% - 24px)) !important;
  min-height: 74px !important;
  padding: 8px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 106, 0, 0.38) !important;
  border-radius: 14px !important;
  background: linear-gradient(115deg, rgba(7, 16, 31, 0.96), rgba(12, 24, 44, 0.96) 55%, rgba(255, 106, 0, 0.13)) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34) !important;
}

body.jse-home-polish-runtime #header .main-header,
body.jse-home-polish-runtime #header .container-fluid,
body.jse-home-polish-runtime #header .row {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 14px !important;
  overflow: visible !important;
}

body.jse-home-polish-runtime #header .logo.text-md-start.text-center,
body.jse-home-polish-runtime #header .logo,
body.jse-home-polish-runtime #header .col-lg-3.col-md-4 {
  flex: 0 0 250px !important;
  width: 250px !important;
  max-width: 250px !important;
  min-width: 220px !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.jse-home-polish-runtime #header .custom-logo-link,
body.jse-home-polish-runtime #header .site-logo,
body.jse-home-polish-runtime #header .logo-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 250px !important;
  max-width: 250px !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.jse-home-polish-runtime #header img.custom-logo,
body.jse-home-polish-runtime #header .custom-logo-link img,
body.jse-home-polish-runtime #header .logo img {
  display: block !important;
  width: auto !important;
  max-width: 220px !important;
  max-height: 76px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
  overflow: visible !important;
  transform: none !important;
}

body.jse-home-polish-runtime #header .col-lg-7.col-md-6,
body.jse-home-polish-runtime #site-navigation,
body.jse-home-polish-runtime .main-navigation {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  overflow: visible !important;
}

body.jse-home-polish-runtime #menu-jse,
body.jse-home-polish-runtime .main-navigation ul {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px 13px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.jse-home-polish-runtime #menu-jse a,
body.jse-home-polish-runtime .main-navigation a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 7px 0 !important;
  color: var(--jse-text) !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(0.82rem, 0.95vw, 1rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.015em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  text-shadow: none !important;
}

body.jse-home-polish-runtime #menu-jse .jse-watch-live-menu a,
body.jse-home-polish-runtime .main-navigation .jse-watch-live-menu a {
  min-height: 36px !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(255, 106, 0, 0.55) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff6a00, #ff9d3d) !important;
  color: #06101f !important;
  box-shadow: 0 12px 28px rgba(255, 106, 0, 0.24) !important;
}

body.jse-home-polish-runtime .jse-section-frame.is-data,
body.jse-home-polish-runtime .jse-tables-zone .jse-section-frame,
body.jse-home-polish-runtime .jse-tables-zone .jse-section-badges,
body.jse-home-polish-runtime .jse-tables-zone .jse-section-stats,
body.jse-home-polish-runtime .jse-tables-zone .jse-widget-note,
body.jse-home-polish-runtime .jse-mosaic__head,
body.jse-home-polish-runtime .jse-news-shell__timeline,
body.jse-home-polish-runtime .jse-news-shell__masthead,
body.jse-home-polish-runtime .jse-news-shell__panel,
body.jse-home-polish-runtime .jse-news-shell__signals,
body.jse-home-polish-runtime .jse-news-card__accent-note,
body.jse-home-polish-runtime .jse-news-archive-badge {
  display: none !important;
}

body.jse-home-polish-runtime .jse-tables-zone {
  padding: clamp(14px, 2vw, 22px) !important;
  border-radius: 14px !important;
  background: linear-gradient(155deg, rgba(10, 18, 34, 0.95), rgba(16, 28, 50, 0.92)) !important;
  border-color: var(--jse-border) !important;
}

body.jse-home-polish-runtime .jse-mosaic {
  padding: clamp(12px, 2vw, 20px) !important;
  margin-top: 0 !important;
}

body.jse-home-polish-runtime .jse-mosaic__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile {
  min-width: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(150deg, #0c1729, #101e36) !important;
  border: 1px solid rgba(255, 106, 0, 0.28) !important;
}

body.jse-home-polish-runtime .jse-mosaic__media::after {
  background: linear-gradient(180deg, rgba(4, 9, 18, 0.05), rgba(4, 9, 18, 0.58) 48%, rgba(4, 9, 18, 0.94)) !important;
}

body.jse-home-polish-runtime .jse-mosaic__content {
  padding: 16px !important;
  gap: 7px !important;
  background: linear-gradient(180deg, transparent, rgba(4, 9, 18, 0.12)) !important;
}

body.jse-home-polish-runtime .jse-mosaic__content strong,
body.jse-home-polish-runtime .jse-news-card__title,
body.jse-home-polish-runtime .jse-news-card h2,
body.jse-home-polish-runtime .jse-news-card h3 {
  color: #ffffff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  line-height: 1.04 !important;
  letter-spacing: 0.005em !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile--youtube {
  grid-column: span 2 !important;
  min-height: 190px !important;
  background: radial-gradient(circle at 90% 0, rgba(255, 255, 255, 0.20), transparent 34%), linear-gradient(135deg, #ff6a00, #b82812 58%, #07101f) !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile--youtube .jse-mosaic__media::after {
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.24), transparent 28%), linear-gradient(135deg, rgba(255, 106, 0, 0.86), rgba(7, 16, 31, 0.78)) !important;
}

body.jse-home-polish-runtime.blog #sidebar,
body.jse-home-polish-runtime.archive #sidebar,
body.jse-home-polish-runtime.single-post #sidebar,
body.jse-home-polish-runtime.blog .widget-area,
body.jse-home-polish-runtime.archive .widget-area,
body.jse-home-polish-runtime.single-post .widget-area {
  display: none !important;
}

body.jse-home-polish-runtime.blog main#content,
body.jse-home-polish-runtime.archive main#content,
body.jse-home-polish-runtime.single-post main#content,
body.jse-home-polish-runtime.blog #content.middle-align,
body.jse-home-polish-runtime.archive #content.middle-align,
body.jse-home-polish-runtime.single-post #content.middle-align {
  display: block !important;
  width: min(100% - 24px, 1320px) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding-top: 12px !important;
}

body.jse-home-polish-runtime.blog main#content > .row,
body.jse-home-polish-runtime.archive main#content > .row,
body.jse-home-polish-runtime.single-post main#content > .row,
body.jse-home-polish-runtime.blog #content.middle-align > .row,
body.jse-home-polish-runtime.archive #content.middle-align > .row,
body.jse-home-polish-runtime.single-post #content.middle-align > .row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}

body.jse-home-polish-runtime.blog #our-services,
body.jse-home-polish-runtime.archive #our-services,
body.jse-home-polish-runtime.blog .content-area,
body.jse-home-polish-runtime.archive .content-area,
body.jse-home-polish-runtime.single-post article.post,
body.jse-home-polish-runtime.single-post .post-main-box {
  grid-column: 1 !important;
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  float: none !important;
}

body.jse-home-polish-runtime .jse-news-grid__items {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

body.jse-home-polish-runtime .jse-news-grid__items > .jse-news-card,
body.jse-home-polish-runtime article.jse-news-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 106, 0, 0.28) !important;
  border-radius: 16px !important;
  background: linear-gradient(160deg, rgba(9, 18, 34, 0.98), rgba(14, 27, 49, 0.94)) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26) !important;
}

body.jse-home-polish-runtime .jse-news-card__row {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

body.jse-home-polish-runtime .jse-news-card__media {
  width: 100% !important;
  height: 230px !important;
  min-height: 230px !important;
  max-height: 230px !important;
  overflow: hidden !important;
  border-radius: 14px 14px 0 0 !important;
}

body.jse-home-polish-runtime .jse-news-grid__items > .jse-news-card.is-featured .jse-news-card__media {
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
}

body.jse-home-polish-runtime .jse-news-card__media img,
body.jse-home-polish-runtime article.post img,
body.jse-home-polish-runtime .post-main-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

body.jse-home-polish-runtime .jse-news-card__body {
  flex: 1 1 auto !important;
  width: 100% !important;
  padding: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-width: 0 !important;
}

body.jse-home-polish-runtime .jse-news-card__title,
body.jse-home-polish-runtime .jse-news-card__title a {
  font-size: clamp(1.28rem, 1.9vw, 1.82rem) !important;
  color: #fff !important;
  text-decoration: none !important;
}

body.jse-home-polish-runtime .jse-news-card__excerpt,
body.jse-home-polish-runtime .jse-news-card p {
  color: var(--jse-muted) !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
  overflow-wrap: anywhere !important;
}

body.jse-home-polish-runtime .jse-news-card__excerpt {
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

body.jse-home-polish-runtime.single-post article.post,
body.jse-home-polish-runtime.single-post .post-main-box {
  padding: clamp(18px, 3vw, 34px) !important;
  border: 1px solid rgba(255, 106, 0, 0.28) !important;
  border-radius: 18px !important;
  background: linear-gradient(155deg, rgba(9, 18, 34, 0.98), rgba(14, 27, 49, 0.94)) !important;
  color: var(--jse-text) !important;
}

body.jse-home-polish-runtime.single-post h1,
body.jse-home-polish-runtime.single-post .entry-title {
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(2.2rem, 5vw, 4.6rem) !important;
  line-height: 0.98 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime.single-post .entry-content,
body.jse-home-polish-runtime.single-post .post-content,
body.jse-home-polish-runtime.single-post p {
  color: var(--jse-muted) !important;
  font-size: clamp(1rem, 1.4vw, 1.12rem) !important;
  line-height: 1.7 !important;
}

@media (max-width: 1180px) {
  body.jse-home-polish-runtime #header .logo.text-md-start.text-center,
  body.jse-home-polish-runtime #header .logo,
  body.jse-home-polish-runtime #header .col-lg-3.col-md-4 {
    flex-basis: 190px !important;
    width: 190px !important;
    min-width: 170px !important;
    max-width: 190px !important;
  }

  body.jse-home-polish-runtime #header img.custom-logo,
  body.jse-home-polish-runtime #header .custom-logo-link img,
  body.jse-home-polish-runtime #header .logo img {
    max-width: 176px !important;
    max-height: 64px !important;
  }

  body.jse-home-polish-runtime #menu-jse,
  body.jse-home-polish-runtime .main-navigation ul {
    gap: 6px 9px !important;
  }
}

@media (max-width: 900px) {
  body.jse-home-polish-runtime #header,
  body.jse-home-polish-runtime .home-page-header #header {
    width: calc(100% - 16px) !important;
    min-height: 64px !important;
    padding: 7px 10px !important;
  }

  body.jse-home-polish-runtime #header .row {
    justify-content: space-between !important;
  }

  body.jse-home-polish-runtime #header .logo.text-md-start.text-center,
  body.jse-home-polish-runtime #header .logo,
  body.jse-home-polish-runtime #header .col-lg-3.col-md-4 {
    flex: 0 0 150px !important;
    width: 150px !important;
    min-width: 140px !important;
    max-width: 150px !important;
  }

  body.jse-home-polish-runtime #header .custom-logo-link,
  body.jse-home-polish-runtime #header .site-logo,
  body.jse-home-polish-runtime #header .logo-inner {
    width: 150px !important;
    max-width: 150px !important;
  }

  body.jse-home-polish-runtime #header img.custom-logo,
  body.jse-home-polish-runtime #header .custom-logo-link img,
  body.jse-home-polish-runtime #header .logo img {
    max-width: 144px !important;
    max-height: 54px !important;
  }

  body.jse-home-polish-runtime .jse-mosaic__grid,
  body.jse-home-polish-runtime .jse-news-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.jse-home-polish-runtime .jse-mosaic__tile,
  body.jse-home-polish-runtime .jse-mosaic__tile.is-featured,
  body.jse-home-polish-runtime .jse-mosaic__tile--post:not(.is-featured),
  body.jse-home-polish-runtime .jse-mosaic__tile--asset,
  body.jse-home-polish-runtime .jse-mosaic__tile--asset.is-wide,
  body.jse-home-polish-runtime .jse-mosaic__tile--youtube {
    grid-column: span 1 !important;
    min-height: 260px !important;
  }
}

@media (max-width: 640px) {
  body.jse-home-polish-runtime #header,
  body.jse-home-polish-runtime .home-page-header #header {
    border-radius: 12px !important;
    gap: 8px !important;
  }

  body.jse-home-polish-runtime #header .logo.text-md-start.text-center,
  body.jse-home-polish-runtime #header .logo,
  body.jse-home-polish-runtime #header .col-lg-3.col-md-4 {
    flex: 0 0 126px !important;
    width: 126px !important;
    min-width: 118px !important;
    max-width: 126px !important;
  }

  body.jse-home-polish-runtime #header .custom-logo-link,
  body.jse-home-polish-runtime #header .site-logo,
  body.jse-home-polish-runtime #header .logo-inner {
    width: 126px !important;
    max-width: 126px !important;
  }

  body.jse-home-polish-runtime #header img.custom-logo,
  body.jse-home-polish-runtime #header .custom-logo-link img,
  body.jse-home-polish-runtime #header .logo img {
    max-width: 120px !important;
    max-height: 48px !important;
  }

  body.jse-home-polish-runtime .toggle-nav,
  body.jse-home-polish-runtime .responsivetoggle,
  body.jse-home-polish-runtime .main-navigation .menu-toggle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  body.jse-home-polish-runtime .jse-mosaic,
  body.jse-home-polish-runtime.blog main#content,
  body.jse-home-polish-runtime.archive main#content,
  body.jse-home-polish-runtime.single-post main#content,
  body.jse-home-polish-runtime.blog #content.middle-align,
  body.jse-home-polish-runtime.archive #content.middle-align,
  body.jse-home-polish-runtime.single-post #content.middle-align {
    width: calc(100% - 14px) !important;
  }

  body.jse-home-polish-runtime .jse-mosaic__grid,
  body.jse-home-polish-runtime .jse-news-grid__items {
    grid-template-columns: 1fr !important;
  }

  body.jse-home-polish-runtime .jse-news-card__media,
  body.jse-home-polish-runtime .jse-news-grid__items > .jse-news-card.is-featured .jse-news-card__media {
    height: 210px !important;
    min-height: 210px !important;
    max-height: 210px !important;
  }
}
/* JSE_FORCE_GLOBAL_V10: menu, partnerzy, mozaika, aktualnosci, live */
body.jse-home-polish-runtime #menu-jse i.fa-times,
body.jse-home-polish-runtime #menu-jse .fas.fa-times,
body.jse-home-polish-runtime .main-navigation i.fa-times,
body.jse-home-polish-runtime .main-navigation .fas.fa-times,
body.jse-home-polish-runtime .qtranxs-lang-menu,
body.jse-home-polish-runtime .qtranxs_language_chooser,
body.jse-home-polish-runtime .language-chooser,
body.jse-home-polish-runtime .wpml-ls,
body.jse-home-polish-runtime .trp-language-switcher,
body.jse-home-polish-runtime .gtranslate_wrapper {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.jse-home-polish-runtime .rt-team-container .swiper-wrapper,
body.jse-home-polish-runtime .rt-team-container .rt-row,
body.jse-home-polish-runtime .rt-team-container .rt-grid-row {
  align-items: stretch !important;
  gap: 14px !important;
}

body.jse-home-polish-runtime .rt-team-container .swiper-slide,
body.jse-home-polish-runtime .rt-team-container .rt-grid-item,
body.jse-home-polish-runtime .rt-team-container [class*="rt-col"],
body.jse-home-polish-runtime .jse-partner-tile-fixed {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 124px !important;
  height: 124px !important;
  padding: 18px !important;
  margin: 0 8px !important;
  border: 1px solid rgba(255, 106, 0, 0.28) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 242, 250, 0.95)) !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22) !important;
  overflow: hidden !important;
}

body.jse-home-polish-runtime .rt-team-container .swiper-slide > *,
body.jse-home-polish-runtime .rt-team-container .rt-grid-item > *,
body.jse-home-polish-runtime .jse-partner-tile-fixed > * {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.jse-home-polish-runtime .rt-team-container img {
  display: block !important;
  width: auto !important;
  max-width: 84% !important;
  max-height: 74px !important;
  height: auto !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
  opacity: 1 !important;
}

body.jse-home-polish-runtime .jse-mosaic {
  width: min(100% - 28px, 1180px) !important;
  padding: 16px !important;
  border-radius: 18px !important;
}

body.jse-home-polish-runtime .jse-mosaic__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile,
body.jse-home-polish-runtime .jse-mosaic__tile--post:not(.is-featured),
body.jse-home-polish-runtime .jse-mosaic__tile--asset,
body.jse-home-polish-runtime .jse-mosaic__tile--asset.is-wide,
body.jse-home-polish-runtime .jse-mosaic__tile--youtube {
  min-height: 178px !important;
  max-height: 260px !important;
  grid-column: span 1 !important;
  grid-row: auto !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile.is-featured {
  grid-column: span 2 !important;
  grid-row: span 2 !important;
  min-height: 368px !important;
  max-height: 368px !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile--youtube {
  grid-column: span 2 !important;
  min-height: 178px !important;
  max-height: 178px !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile--asset img,
body.jse-home-polish-runtime .jse-mosaic__tile--library img {
  object-fit: cover !important;
  padding: 0 !important;
}

body.jse-home-polish-runtime .jse-mosaic__content strong {
  font-size: clamp(1.08rem, 1.7vw, 1.7rem) !important;
  line-height: 1.02 !important;
}

body.jse-home-polish-runtime .jse-mosaic__tile.is-featured .jse-mosaic__content strong {
  font-size: clamp(1.65rem, 2.8vw, 2.7rem) !important;
}

body.jse-home-polish-runtime.blog main#content,
body.jse-home-polish-runtime.archive main#content,
body.jse-home-polish-runtime.blog #content.middle-align,
body.jse-home-polish-runtime.archive #content.middle-align {
  width: min(100% - 28px, 1240px) !important;
  max-width: 1240px !important;
  padding-top: 18px !important;
}

body.jse-home-polish-runtime .jse-news-grid {
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 106, 0, 0.28) !important;
  border-radius: 18px !important;
  background: linear-gradient(145deg, rgba(7, 16, 31, 0.96), rgba(13, 25, 46, 0.94)) !important;
}

body.jse-home-polish-runtime .jse-news-grid__items {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.jse-home-polish-runtime .jse-news-card__body,
body.jse-home-polish-runtime .jse-news-card__title,
body.jse-home-polish-runtime .jse-news-card__title a,
body.jse-home-polish-runtime .jse-news-card__excerpt {
  min-width: 0 !important;
  max-width: 100% !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  writing-mode: horizontal-tb !important;
  transform: none !important;
}

body.jse-home-polish-runtime .jse-news-card__title,
body.jse-home-polish-runtime .jse-news-card__title a {
  display: block !important;
  font-size: clamp(1.2rem, 1.55vw, 1.62rem) !important;
  line-height: 1.08 !important;
}

body.jse-home-polish-runtime .jse-news-card__media {
  height: 205px !important;
  min-height: 205px !important;
  max-height: 205px !important;
}

.jse-live-page-shell {
  width: min(100% - 28px, 1240px);
  margin: 24px auto 44px;
  color: #f4f8ff;
}

.jse-live-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(255, 106, 0, 0.32);
  border-radius: 22px;
  background: radial-gradient(circle at 85% 10%, rgba(255, 106, 0, 0.24), transparent 28%), linear-gradient(145deg, rgba(7, 16, 31, 0.97), rgba(13, 25, 46, 0.95));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.jse-live-kicker {
  display: inline-flex;
  color: #ff9d3d;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jse-live-hero h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.7rem, 6vw, 5.7rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.jse-live-hero p {
  max-width: 720px;
  color: rgba(226, 235, 248, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.65;
}

.jse-live-actions,
.jse-live-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.jse-live-button,
.jse-live-stat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.jse-live-button.is-primary {
  background: linear-gradient(135deg, #ff6a00, #ff9d3d);
  color: #06101f;
}

.jse-live-button.is-secondary,
.jse-live-stat {
  border: 1px solid rgba(255, 106, 0, 0.30);
  color: #f4f8ff;
  background: rgba(255, 255, 255, 0.06);
}

.jse-live-player {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 106, 0, 0.30);
  background: #050b16;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
}

.jse-live-player iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.jse-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.jse-live-card {
  padding: 18px;
  border: 1px solid rgba(255, 106, 0, 0.24);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(9, 18, 34, 0.96), rgba(16, 28, 50, 0.92));
  text-decoration: none;
}

.jse-live-card strong {
  display: block;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.55rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.jse-live-card span {
  display: block;
  margin-top: 8px;
  color: rgba(226, 235, 248, 0.78);
  line-height: 1.55;
}

@media (max-width: 980px) {
  body.jse-home-polish-runtime .jse-mosaic__grid,
  body.jse-home-polish-runtime .jse-news-grid__items,
  .jse-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.jse-home-polish-runtime .jse-mosaic__tile.is-featured,
  body.jse-home-polish-runtime .jse-mosaic__tile--youtube {
    grid-column: span 2 !important;
  }

  .jse-live-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.jse-home-polish-runtime .jse-mosaic__grid,
  body.jse-home-polish-runtime .jse-news-grid__items,
  .jse-live-grid {
    grid-template-columns: 1fr !important;
  }

  body.jse-home-polish-runtime .jse-mosaic__tile,
  body.jse-home-polish-runtime .jse-mosaic__tile.is-featured,
  body.jse-home-polish-runtime .jse-mosaic__tile--youtube {
    grid-column: span 1 !important;
    min-height: 235px !important;
    max-height: none !important;
  }

  body.jse-home-polish-runtime .jse-mosaic__tile.is-featured {
    min-height: 285px !important;
  }

  body.jse-home-polish-runtime .jse-news-grid {
    padding: 12px !important;
  }

  body.jse-home-polish-runtime .jse-news-card__media {
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
  }
}
/* JSE_FORCE_GLOBAL_V11: Modula Gallery 7d9be66 rebuilt as usable mosaic */
body.jse-home-polish-runtime .elementor-element-7d9be66,
body.jse-home-polish-runtime .jse-modula-fixed-section {
  width: min(100% - 28px, 1240px) !important;
  max-width: 1240px !important;
  margin: 22px auto !important;
  padding: clamp(14px, 2vw, 22px) !important;
  border: 1px solid rgba(255, 106, 0, 0.30) !important;
  border-radius: 20px !important;
  background: radial-gradient(circle at 15% 0, rgba(255, 106, 0, 0.14), transparent 28%), linear-gradient(145deg, rgba(7, 16, 31, 0.96), rgba(13, 25, 46, 0.94)) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34) !important;
  overflow: hidden !important;
}

body.jse-home-polish-runtime .elementor-element-7d9be66 > .elementor-container,
body.jse-home-polish-runtime .elementor-element-7d9be66 .elementor-column,
body.jse-home-polish-runtime .elementor-element-7d9be66 .elementor-widget-wrap,
body.jse-home-polish-runtime .elementor-element-7d9be66 .elementor-widget-container,
body.jse-home-polish-runtime .elementor-element-7d9be66 .modula,
body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-gallery {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-items,
body.jse-home-polish-runtime .jse-modula-fixed-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  grid-auto-flow: dense !important;
  gap: 12px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item,
body.jse-home-polish-runtime .jse-modula-fixed-tile {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  height: 220px !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 106, 0, 0.24) !important;
  border-radius: 16px !important;
  background: #081326 !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28) !important;
  overflow: hidden !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item:nth-child(1) {
  grid-column: span 3 !important;
  grid-row: span 2 !important;
  height: 452px !important;
}

body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item:nth-child(2),
body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item:nth-child(5),
body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item:nth-child(9) {
  grid-column: span 2 !important;
}

body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item:nth-child(n+16) {
  display: none !important;
}

body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item-content {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item img,
body.jse-home-polish-runtime .elementor-element-7d9be66 img.pic {
  position: absolute !important;
  inset: 0 !important;
  left: 0 !important;
  top: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(5, 12, 24, 0.02), rgba(5, 12, 24, 0.34)) !important;
  pointer-events: none !important;
}

body.jse-home-polish-runtime .elementor-element-7d9be66 .jtg-social-expandable,
body.jse-home-polish-runtime .elementor-element-7d9be66 .jtg-social-expandable-icons,
body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-icon-share,
body.jse-home-polish-runtime .elementor-element-7d9be66 .rt-loading-overlay,
body.jse-home-polish-runtime .elementor-element-7d9be66 .rt-loading {
  display: none !important;
}

@media (max-width: 980px) {
  body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-items,
  body.jse-home-polish-runtime .jse-modula-fixed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item,
  body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item:nth-child(1),
  body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item:nth-child(2),
  body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item:nth-child(5),
  body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item:nth-child(9) {
    grid-column: span 1 !important;
    grid-row: auto !important;
    height: 240px !important;
  }
}

@media (max-width: 640px) {
  body.jse-home-polish-runtime .elementor-element-7d9be66,
  body.jse-home-polish-runtime .jse-modula-fixed-section {
    width: calc(100% - 14px) !important;
    padding: 10px !important;
  }

  body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-items,
  body.jse-home-polish-runtime .jse-modula-fixed-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item,
  body.jse-home-polish-runtime .elementor-element-7d9be66 .modula-item:nth-child(1) {
    height: 230px !important;
  }
}
/* JSE_FORCE_GLOBAL_V13: server-rendered mosaic and news archive */
body.jse-home-polish-runtime .jse-server-mosaic,
body.jse-home-polish-runtime .jse-server-news-page {
  width: min(100% - 28px, 1240px) !important;
  margin: 20px auto 28px !important;
  color: #f4f8ff !important;
}

body.jse-home-polish-runtime .jse-server-mosaic {
  padding: clamp(14px, 2vw, 22px) !important;
  border: 1px solid rgba(255, 106, 0, 0.34) !important;
  border-radius: 22px !important;
  background: radial-gradient(circle at 15% 0, rgba(255, 106, 0, 0.18), transparent 28%), linear-gradient(145deg, rgba(7, 16, 31, 0.98), rgba(13, 25, 46, 0.96)) !important;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.38) !important;
}

body.jse-home-polish-runtime .jse-server-mosaic__intro {
  max-width: 780px !important;
  margin: 0 0 16px !important;
}

body.jse-home-polish-runtime .jse-server-mosaic__intro span,
body.jse-home-polish-runtime .jse-server-news-hero span,
body.jse-home-polish-runtime .jse-server-tile__meta,
body.jse-home-polish-runtime .jse-server-news-card__body > span {
  color: #ff9d3d !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-server-mosaic__intro h2,
body.jse-home-polish-runtime .jse-server-news-hero h1 {
  margin: 8px 0 !important;
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(2.3rem, 5vw, 4.8rem) !important;
  line-height: 0.94 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-server-mosaic__intro p,
body.jse-home-polish-runtime .jse-server-news-hero p {
  color: rgba(226, 235, 248, 0.82) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

body.jse-home-polish-runtime .jse-server-mosaic__grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.jse-home-polish-runtime .jse-server-tile {
  position: relative !important;
  min-height: 190px !important;
  grid-column: span 2 !important;
  display: flex !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 106, 0, 0.28) !important;
  border-radius: 16px !important;
  background: #081326 !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26) !important;
}

body.jse-home-polish-runtime .jse-server-tile.is-featured {
  grid-column: span 3 !important;
  grid-row: span 2 !important;
  min-height: 392px !important;
}

body.jse-home-polish-runtime .jse-server-tile--image {
  grid-column: span 1 !important;
}

body.jse-home-polish-runtime .jse-server-tile--image.is-wide,
body.jse-home-polish-runtime .jse-server-tile--live {
  grid-column: span 2 !important;
}

body.jse-home-polish-runtime .jse-server-tile--live {
  background: radial-gradient(circle at 90% 0, rgba(255,255,255,.16), transparent 32%), linear-gradient(135deg, #ff6a00, #b82812 58%, #07101f) !important;
}

body.jse-home-polish-runtime .jse-server-tile__media {
  position: absolute !important;
  inset: 0 !important;
}

body.jse-home-polish-runtime .jse-server-tile__media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(5, 12, 24, 0.04), rgba(5, 12, 24, 0.88)) !important;
}

body.jse-home-polish-runtime .jse-server-tile__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

body.jse-home-polish-runtime .jse-server-tile__body {
  position: relative !important;
  z-index: 2 !important;
  align-self: flex-end !important;
  width: 100% !important;
  padding: 16px !important;
  display: grid !important;
  gap: 8px !important;
}

body.jse-home-polish-runtime .jse-server-tile__body strong {
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(1.25rem, 2vw, 2rem) !important;
  line-height: 1.02 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-server-tile.is-featured .jse-server-tile__body strong {
  font-size: clamp(1.9rem, 3.3vw, 3.1rem) !important;
}

body.jse-home-polish-runtime .jse-server-tile__body span:not(.jse-server-tile__meta) {
  color: rgba(226, 235, 248, 0.84) !important;
  line-height: 1.42 !important;
}

body.jse-home-polish-runtime .jse-server-news-page {
  padding-top: 18px !important;
}

body.jse-home-polish-runtime .jse-server-news-hero {
  padding: clamp(18px, 3vw, 30px) !important;
  margin-bottom: 16px !important;
  border: 1px solid rgba(255, 106, 0, 0.30) !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(7, 16, 31, 0.96), rgba(13, 25, 46, 0.94)) !important;
}

body.jse-home-polish-runtime .jse-server-news-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.jse-home-polish-runtime .jse-server-news-card {
  overflow: hidden !important;
  border: 1px solid rgba(255, 106, 0, 0.28) !important;
  border-radius: 18px !important;
  background: linear-gradient(160deg, rgba(9, 18, 34, 0.98), rgba(14, 27, 49, 0.94)) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28) !important;
}

body.jse-home-polish-runtime .jse-server-news-card__media {
  display: block !important;
  width: 100% !important;
  height: 210px !important;
  overflow: hidden !important;
}

body.jse-home-polish-runtime .jse-server-news-card.is-featured .jse-server-news-card__media {
  height: 250px !important;
}

body.jse-home-polish-runtime .jse-server-news-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

body.jse-home-polish-runtime .jse-server-news-card__body {
  padding: 16px !important;
  display: grid !important;
  gap: 10px !important;
}

body.jse-home-polish-runtime .jse-server-news-card h2 {
  margin: 0 !important;
}

body.jse-home-polish-runtime .jse-server-news-card h2 a {
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(1.25rem, 1.7vw, 1.85rem) !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important;
}

body.jse-home-polish-runtime .jse-server-news-card p {
  color: rgba(226, 235, 248, 0.82) !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

body.jse-home-polish-runtime .jse-server-news-card__cta {
  justify-self: start !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff6a00, #ff9d3d) !important;
  color: #06101f !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

@media (max-width: 980px) {
  body.jse-home-polish-runtime .jse-server-mosaic__grid,
  body.jse-home-polish-runtime .jse-server-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.jse-home-polish-runtime .jse-server-tile,
  body.jse-home-polish-runtime .jse-server-tile.is-featured,
  body.jse-home-polish-runtime .jse-server-tile--image,
  body.jse-home-polish-runtime .jse-server-tile--image.is-wide,
  body.jse-home-polish-runtime .jse-server-tile--live {
    grid-column: span 1 !important;
    grid-row: auto !important;
    min-height: 260px !important;
  }
}

@media (max-width: 640px) {
  body.jse-home-polish-runtime .jse-server-mosaic,
  body.jse-home-polish-runtime .jse-server-news-page {
    width: calc(100% - 14px) !important;
  }

  body.jse-home-polish-runtime .jse-server-mosaic__grid,
  body.jse-home-polish-runtime .jse-server-news-grid {
    grid-template-columns: 1fr !important;
  }

  body.jse-home-polish-runtime .jse-server-news-card__media,
  body.jse-home-polish-runtime .jse-server-news-card.is-featured .jse-server-news-card__media {
    height: 205px !important;
  }
}
/* JSE_FORCE_GLOBAL_V14: requested menu/news/footer/carousel/loader changes */
body.jse-home-polish-runtime #footer.copyright-wrapper,
body.jse-home-polish-runtime aside#footer.copyright-wrapper,
body.jse-home-polish-runtime footer#footer.copyright-wrapper {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.jse-home-polish-runtime .jse-server-news-page {
  padding-top: 10px !important;
}

body.jse-home-polish-runtime .jse-server-news-hero {
  display: none !important;
}

body.jse-home-polish-runtime .jse-server-news-grid {
  margin-top: 8px !important;
}

body.jse-home-polish-runtime .jse-server-news-more {
  display: flex !important;
  justify-content: center !important;
  margin: 28px auto 42px !important;
}

body.jse-home-polish-runtime .jse-server-news-more a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff6a00, #ffb35c) !important;
  color: #06101f !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 18px 44px rgba(255, 106, 0, 0.25) !important;
}

body.jse-home-polish-runtime .jse-server-mosaic__intro {
  display: none !important;
}

body.jse-home-polish-runtime .jse-server-mosaic {
  margin-top: 10px !important;
}

.jse-partner-news-carousel {
  width: min(100% - 28px, 1240px);
  margin: 14px auto 20px;
  padding: 16px;
  border: 1px solid rgba(255, 106, 0, 0.30);
  border-radius: 20px;
  background: radial-gradient(circle at 10% 0, rgba(255, 106, 0, 0.16), transparent 30%), linear-gradient(145deg, rgba(7, 16, 31, 0.96), rgba(13, 25, 46, 0.94));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.jse-partner-news-carousel__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.jse-partner-news-carousel__head span {
  color: #ff9d3d;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.jse-partner-news-carousel__head strong {
  display: block;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: .96;
  text-transform: uppercase;
}

.jse-partner-news-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 1fr);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
}

.jse-partner-news-card {
  position: relative;
  min-height: 210px;
  border: 1px solid rgba(255, 106, 0, 0.26);
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #081326;
  scroll-snap-align: start;
}

.jse-partner-news-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jse-partner-news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 12, 24, 0.10), rgba(5, 12, 24, 0.88));
}

.jse-partner-news-card__body {
  position: relative;
  z-index: 2;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 7px;
  padding: 14px;
}

.jse-partner-news-card__body span {
  color: #ffb35c;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.jse-partner-news-card__body strong {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.35rem;
  line-height: 1.02;
  text-transform: uppercase;
}

body.jse-transitioning #jse-page-transition {
  opacity: 1;
  pointer-events: auto;
}

#jse-page-transition {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
  background: radial-gradient(circle at 50% 45%, rgba(255, 106, 0, 0.28), transparent 26%), linear-gradient(145deg, #07101f, #0d1930 58%, #050914);
}

#jse-page-transition .jse-page-transition__mark {
  width: min(220px, 46vw);
  aspect-ratio: 2.15 / 1;
  background: url("https://justsportevent.com/wp/wp-content/uploads/2022/06/JSE-GLOWNE-LOGO.png") center / contain no-repeat;
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.38));
  animation: jse-loader-pulse 1s ease-in-out infinite;
}

#jse-page-transition .jse-page-transition__line {
  width: min(280px, 58vw);
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.13);
}

#jse-page-transition .jse-page-transition__line::before {
  content: "";
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff6a00, #ffb35c);
  animation: jse-loader-line 1s ease-in-out infinite;
}

@keyframes jse-loader-pulse {
  0%, 100% { transform: scale(1); opacity: .86; }
  50% { transform: scale(1.04); opacity: 1; }
}

@keyframes jse-loader-line {
  0% { transform: translateX(-105%); }
  100% { transform: translateX(245%); }
}

body.jse-home-polish-runtime .preloader,
body.jse-home-polish-runtime #preloader,
body.jse-home-polish-runtime .loader,
body.jse-home-polish-runtime .page-loader,
body.jse-home-polish-runtime .loading,
body.jse-home-polish-runtime .vw-loading,
body.jse-home-polish-runtime .vw-preloader {
  background: #07101f !important;
}
/* JSE_FORCE_LIVE_MUKS_STYLE_V15 */
body.jse-live-page {
  background: #07101f !important;
}

body.jse-live-page .muks-youtube-hub {
  width: min(100% - 32px, 1220px) !important;
  margin: 24px auto 54px !important;
  color: #f8fbff !important;
}

body.jse-live-page .muks-youtube-hero {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr) !important;
  gap: 24px !important;
  align-items: stretch !important;
  padding: clamp(22px, 4vw, 42px) !important;
  border: 1px solid rgba(255, 106, 0, .34) !important;
  border-radius: 28px !important;
  background: radial-gradient(circle at 0 0, rgba(255, 106, 0, .22), transparent 34%), linear-gradient(135deg, rgba(5, 14, 30, .98), rgba(14, 30, 54, .94) 58%, rgba(21, 17, 31, .98)) !important;
  box-shadow: 0 28px 78px rgba(0, 0, 0, .34) !important;
  overflow: hidden !important;
}

body.jse-live-page .muks-youtube-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0 !important;
}

body.jse-live-page .muks-youtube-hero .eyebrow {
  position: relative !important;
  margin: 0 0 12px !important;
  padding-left: 48px !important;
  color: #ff9d3d !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

body.jse-live-page .muks-youtube-hero .eyebrow::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  width: 34px !important;
  height: 2px !important;
  background: linear-gradient(90deg, #ff6a00, #29b6f6) !important;
}

body.jse-live-page .muks-youtube-hero h1 {
  margin: 0 0 16px !important;
  color: #ffffff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(2.6rem, 6vw, 5.7rem) !important;
  line-height: .86 !important;
  font-weight: 900 !important;
  letter-spacing: -.035em !important;
  text-transform: uppercase !important;
}

body.jse-live-page .muks-youtube-hero p:not(.eyebrow) {
  max-width: 620px !important;
  color: rgba(235, 244, 255, .82) !important;
  font-size: clamp(1rem, 1.6vw, 1.2rem) !important;
  line-height: 1.55 !important;
}

body.jse-live-page .muks-youtube-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 20px !important;
}

body.jse-live-page .muks-youtube-actions .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

body.jse-live-page .muks-youtube-actions .button-primary {
  background: linear-gradient(135deg, #ff6a00, #ffb35c) !important;
  color: #06101f !important;
  box-shadow: 0 16px 34px rgba(255, 106, 0, .26) !important;
}

body.jse-live-page .muks-youtube-actions .button-secondary {
  border: 1px solid rgba(255, 255, 255, .22) !important;
  background: rgba(255, 255, 255, .06) !important;
  color: #fff !important;
}

body.jse-live-page .muks-youtube-feature {
  min-height: 340px !important;
  border: 1px solid rgba(41, 182, 246, .28) !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: #020814 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 20px 46px rgba(0,0,0,.32) !important;
}

body.jse-live-page .muks-youtube-feature iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 340px !important;
  border: 0 !important;
  display: block !important;
}

body.jse-live-page .muks-video-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 22px !important;
}

body.jse-live-page .muks-video-card {
  position: relative !important;
  padding: 14px !important;
  border: 1px solid rgba(41, 182, 246, .24) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, rgba(12, 29, 52, .96), rgba(5, 13, 27, .98)) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.26) !important;
  overflow: hidden !important;
}

body.jse-live-page .muks-video-thumb {
  position: relative !important;
  display: block !important;
  height: 205px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #081326 !important;
}

body.jse-live-page .muks-video-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transform: scale(1.02) !important;
}

body.jse-live-page .muks-video-thumb::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(5, 12, 24, .08), rgba(5, 12, 24, .72)) !important;
}

body.jse-live-page .muks-video-thumb span {
  position: absolute !important;
  left: 12px !important;
  bottom: 12px !important;
  z-index: 2 !important;
  padding: 7px 11px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff6a00, #ffb35c) !important;
  color: #06101f !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body.jse-live-page .muks-video-card small {
  display: block !important;
  margin-top: 13px !important;
  color: #ff9d3d !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body.jse-live-page .muks-video-card h2 {
  margin: 6px 0 2px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(1.45rem, 2.2vw, 2rem) !important;
  line-height: .96 !important;
  text-transform: uppercase !important;
}

body.jse-live-page .muks-video-card h2 a {
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 980px) {
  body.jse-live-page .muks-youtube-hero {
    grid-template-columns: 1fr !important;
  }

  body.jse-live-page .muks-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.jse-live-page .muks-youtube-hub {
    width: calc(100% - 18px) !important;
    margin-top: 12px !important;
  }

  body.jse-live-page .muks-youtube-hero {
    padding: 18px !important;
    border-radius: 22px !important;
  }

  body.jse-live-page .muks-youtube-feature,
  body.jse-live-page .muks-youtube-feature iframe {
    min-height: 230px !important;
  }

  body.jse-live-page .muks-video-grid {
    grid-template-columns: 1fr !important;
  }

  body.jse-live-page .muks-video-thumb {
    height: 190px !important;
  }
}

/* JSE_FORCE_STABILITY_TABLES_SINGLE_V16 */
body.jse-home-polish-runtime #jse-page-transition,
body.jse-home-polish-runtime.jse-transitioning #jse-page-transition,
#jse-page-transition {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.jse-home-polish-runtime .jse-server-tile--team-logo {
  min-height: 220px !important;
  background: linear-gradient(160deg, rgba(255,255,255,.96), rgba(226,238,252,.92)) !important;
  color: #07101f !important;
}

body.jse-home-polish-runtime .jse-server-tile--team-logo .jse-server-tile__media {
  height: 132px !important;
  padding: 20px !important;
  background: radial-gradient(circle, rgba(255,106,0,.10), transparent 62%) !important;
}

body.jse-home-polish-runtime .jse-server-tile--team-logo img {
  object-fit: contain !important;
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.16)) !important;
}

body.jse-home-polish-runtime .sp-widget-align-none,
body.jse-home-polish-runtime .sp-template,
body.jse-home-polish-runtime .sp-table-wrapper {
  width: 100% !important;
  max-width: 1240px !important;
  margin: 22px auto !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

body.jse-home-polish-runtime .sp-table-caption {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  margin: 0 0 14px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff6a00, #ffb35c) !important;
  color: #07101f !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  box-shadow: 0 14px 34px rgba(255,106,0,.24) !important;
}

body.jse-home-polish-runtime table.sp-event-blocks,
body.jse-home-polish-runtime table.sp-data-table,
body.jse-home-polish-runtime table.sp-league-table {
  display: block !important;
  width: 100% !important;
  border: 0 !important;
  border-collapse: separate !important;
  background: transparent !important;
}

body.jse-home-polish-runtime table.sp-event-blocks thead,
body.jse-home-polish-runtime table.sp-event-blocks tfoot {
  display: none !important;
}

body.jse-home-polish-runtime table.sp-event-blocks tbody {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.jse-home-polish-runtime table.sp-event-blocks tr.sp-row {
  display: block !important;
  min-width: 0 !important;
  border: 1px solid rgba(41,182,246,.24) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: radial-gradient(circle at 0 0, rgba(255,106,0,.14), transparent 34%), linear-gradient(160deg, rgba(10,24,45,.98), rgba(4,12,27,.98)) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.26) !important;
}

body.jse-home-polish-runtime table.sp-event-blocks tr.sp-row td {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 78px 1fr 78px !important;
  grid-template-areas: "logoA score logoB" "date date date" "league league league" "title title title" "venue venue venue" !important;
  gap: 8px 12px !important;
  align-items: center !important;
  min-height: 212px !important;
  padding: 18px !important;
  border: 0 !important;
  color: #f8fbff !important;
  text-align: center !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .team-logo {
  display: grid !important;
  place-items: center !important;
  width: 68px !important;
  height: 68px !important;
  margin: 0 auto !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: inset 0 0 0 1px rgba(7,16,31,.08), 0 12px 24px rgba(0,0,0,.18) !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .team-logo.logo-odd { grid-area: logoA !important; }
body.jse-home-polish-runtime table.sp-event-blocks .team-logo.logo-even { grid-area: logoB !important; }

body.jse-home-polish-runtime table.sp-event-blocks .team-logo img {
  width: 54px !important;
  height: 54px !important;
  object-fit: contain !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-results {
  grid-area: score !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(2.2rem, 4vw, 3.4rem) !important;
  line-height: .9 !important;
  font-weight: 900 !important;
  letter-spacing: -.04em !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-date {
  grid-area: date !important;
  color: #ffb35c !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-league {
  grid-area: league !important;
  color: rgba(235,244,255,.74) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-title {
  grid-area: title !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1.35rem !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-venue {
  grid-area: venue !important;
  color: rgba(235,244,255,.66) !important;
  font-size: .92rem !important;
}

body.jse-home-polish-runtime table.sp-league-table {
  overflow: hidden !important;
  border: 1px solid rgba(41,182,246,.22) !important;
  border-radius: 22px !important;
  background: linear-gradient(160deg, rgba(10,24,45,.98), rgba(4,12,27,.98)) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.24) !important;
}

body.jse-home-polish-runtime table.sp-league-table th,
body.jse-home-polish-runtime table.sp-league-table td {
  padding: 14px 16px !important;
  border-color: rgba(255,255,255,.08) !important;
  color: #f8fbff !important;
}

body.jse-home-polish-runtime table.sp-league-table th {
  background: rgba(255,106,0,.14) !important;
  color: #ffb35c !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body.jse-single-news-page {
  width: min(100% - 28px, 1120px) !important;
  margin: 22px auto 54px !important;
  color: #f8fbff !important;
}

body.jse-home-polish-runtime .jse-single-news-article {
  padding: clamp(20px, 4vw, 42px) !important;
  border: 1px solid rgba(255,106,0,.30) !important;
  border-radius: 28px !important;
  background: radial-gradient(circle at 0 0, rgba(255,106,0,.18), transparent 34%), linear-gradient(145deg, rgba(7,16,31,.98), rgba(13,25,48,.96)) !important;
  box-shadow: 0 26px 72px rgba(0,0,0,.32) !important;
}

body.jse-home-polish-runtime .jse-single-news-back,
body.jse-home-polish-runtime .jse-single-news-date {
  display: inline-flex !important;
  margin: 0 8px 14px 0 !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(255,106,0,.14) !important;
  color: #ffb35c !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

body.jse-home-polish-runtime .jse-single-news-hero h1 {
  margin: 0 0 22px !important;
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(2.4rem, 6vw, 5.2rem) !important;
  line-height: .9 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-single-news-image {
  margin: 0 0 24px !important;
  border-radius: 22px !important;
  overflow: hidden !important;
}

body.jse-home-polish-runtime .jse-single-news-image img {
  width: 100% !important;
  max-height: 620px !important;
  object-fit: cover !important;
  display: block !important;
}

body.jse-home-polish-runtime .jse-single-news-content {
  max-width: 860px !important;
  color: rgba(245,248,255,.9) !important;
  font-size: 1.08rem !important;
  line-height: 1.75 !important;
}

body.jse-home-polish-runtime .jse-single-news-content a {
  color: #ffb35c !important;
}

@media (max-width: 980px) {
  body.jse-home-polish-runtime table.sp-event-blocks tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.jse-home-polish-runtime table.sp-event-blocks tbody {
    grid-template-columns: 1fr !important;
  }

  body.jse-home-polish-runtime table.sp-event-blocks tr.sp-row td {
    grid-template-columns: 64px 1fr 64px !important;
    padding: 14px !important;
  }

  body.jse-home-polish-runtime table.sp-event-blocks .team-logo {
    width: 58px !important;
    height: 58px !important;
  }

  body.jse-home-polish-runtime table.sp-event-blocks .team-logo img {
    width: 46px !important;
    height: 46px !important;
  }
}

/* JSE_DOCUMENTS_PAGE_V17 */
body.jse-home-polish-runtime .jse-documents-page {
  width: min(100% - 28px, 1180px) !important;
  margin: 18px auto 58px !important;
  color: #f8fbff !important;
}

body.jse-home-polish-runtime .jse-documents-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px) !important;
  gap: 22px !important;
  align-items: stretch !important;
  padding: clamp(22px, 4vw, 44px) !important;
  border: 1px solid rgba(255, 106, 0, .32) !important;
  border-radius: 30px !important;
  background: radial-gradient(circle at 0 0, rgba(255,106,0,.22), transparent 34%), radial-gradient(circle at 100% 0, rgba(41,182,246,.16), transparent 30%), linear-gradient(145deg, rgba(7,16,31,.98), rgba(13,25,48,.96)) !important;
  box-shadow: 0 28px 76px rgba(0,0,0,.34) !important;
  overflow: hidden !important;
}

body.jse-home-polish-runtime .jse-documents-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 14px !important;
  color: #ff9d3d !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-documents-kicker::before {
  content: "" !important;
  width: 38px !important;
  height: 2px !important;
  background: linear-gradient(90deg, #ff6a00, #29b6f6) !important;
}

body.jse-home-polish-runtime .jse-documents-hero h1 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(3.2rem, 8vw, 7rem) !important;
  line-height: .84 !important;
  font-weight: 900 !important;
  letter-spacing: -.04em !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-documents-hero p {
  max-width: 720px !important;
  margin: 0 !important;
  color: rgba(235,244,255,.82) !important;
  font-size: clamp(1rem, 1.6vw, 1.2rem) !important;
  line-height: 1.58 !important;
}

body.jse-home-polish-runtime .jse-documents-panel {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  min-height: 220px !important;
  padding: 22px !important;
  border: 1px solid rgba(41,182,246,.25) !important;
  border-radius: 24px !important;
  background: linear-gradient(160deg, rgba(255,106,0,.16), rgba(7,16,31,.88)) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04) !important;
}

body.jse-home-polish-runtime .jse-documents-panel strong {
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 2rem !important;
  line-height: .95 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-documents-panel span {
  margin-top: 10px !important;
  color: rgba(235,244,255,.76) !important;
}

body.jse-home-polish-runtime .jse-documents-content {
  margin-top: 24px !important;
  padding: clamp(18px, 3vw, 28px) !important;
  border: 1px solid rgba(41,182,246,.20) !important;
  border-radius: 28px !important;
  background: linear-gradient(180deg, rgba(10,24,45,.94), rgba(5,13,27,.98)) !important;
  box-shadow: 0 22px 58px rgba(0,0,0,.28) !important;
}

body.jse-home-polish-runtime .jse-documents-content .elementor-section,
body.jse-home-polish-runtime .jse-documents-content .elementor-top-section,
body.jse-home-polish-runtime .jse-documents-content .elementor-widget-wrap,
body.jse-home-polish-runtime .jse-documents-content .elementor-widget-container {
  background: transparent !important;
  border-color: rgba(255,255,255,.08) !important;
}

body.jse-home-polish-runtime .jse-documents-content h1,
body.jse-home-polish-runtime .jse-documents-content h2,
body.jse-home-polish-runtime .jse-documents-content h3,
body.jse-home-polish-runtime .jse-documents-content h4,
body.jse-home-polish-runtime .jse-documents-content .elementor-heading-title {
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-documents-content p,
body.jse-home-polish-runtime .jse-documents-content li,
body.jse-home-polish-runtime .jse-documents-content span,
body.jse-home-polish-runtime .jse-documents-content div {
  color: rgba(245,248,255,.86) !important;
}

body.jse-home-polish-runtime .jse-documents-content a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 46px !important;
  margin: 5px 6px 5px 0 !important;
  padding: 0 18px !important;
  border: 1px solid rgba(255,106,0,.34) !important;
  border-radius: 999px !important;
  background: rgba(255,106,0,.12) !important;
  color: #ffb35c !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-documents-content a[href$=".pdf"]::before,
body.jse-home-polish-runtime .jse-documents-content a[href*=".pdf?"]::before {
  content: "PDF" !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 24px !important;
  border-radius: 7px !important;
  background: linear-gradient(135deg, #ff6a00, #ffb35c) !important;
  color: #07101f !important;
  font-size: .82rem !important;
  font-weight: 900 !important;
}

body.jse-home-polish-runtime .jse-documents-content table {
  width: 100% !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.03) !important;
}

body.jse-home-polish-runtime .jse-documents-content th,
body.jse-home-polish-runtime .jse-documents-content td {
  padding: 14px 16px !important;
  border-color: rgba(255,255,255,.08) !important;
  color: rgba(245,248,255,.88) !important;
}

body.jse-home-polish-runtime .jse-documents-content th {
  background: rgba(255,106,0,.15) !important;
  color: #ffb35c !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-documents-empty {
  padding: 24px !important;
  border: 1px dashed rgba(255,106,0,.38) !important;
  border-radius: 22px !important;
  background: rgba(255,106,0,.08) !important;
}

@media (max-width: 820px) {
  body.jse-home-polish-runtime .jse-documents-hero {
    grid-template-columns: 1fr !important;
  }

  body.jse-home-polish-runtime .jse-documents-panel {
    min-height: 150px !important;
  }
}

@media (max-width: 560px) {
  body.jse-home-polish-runtime .jse-documents-page {
    width: calc(100% - 16px) !important;
    margin-top: 10px !important;
  }

  body.jse-home-polish-runtime .jse-documents-hero,
  body.jse-home-polish-runtime .jse-documents-content {
    border-radius: 20px !important;
  }

  body.jse-home-polish-runtime .jse-documents-content a {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

/* JSE_DOCUMENTS_TABLES_CAROUSEL_FIX_V18 */
body.jse-home-polish-runtime .jse-documents-downloads {
  margin-top: 24px !important;
  padding: clamp(18px, 3vw, 28px) !important;
  border: 1px solid rgba(255,106,0,.26) !important;
  border-radius: 28px !important;
  background: radial-gradient(circle at 0 0, rgba(255,106,0,.14), transparent 34%), linear-gradient(180deg, rgba(10,24,45,.96), rgba(5,13,27,.99)) !important;
  box-shadow: 0 22px 58px rgba(0,0,0,.28) !important;
}

body.jse-home-polish-runtime .jse-documents-downloads__head span {
  color: #ff9d3d !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-documents-downloads__head h2 {
  margin: 4px 0 18px !important;
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(2rem, 4vw, 3.8rem) !important;
  line-height: .9 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-documents-downloads__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.jse-home-polish-runtime .jse-document-card {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) !important;
  grid-template-areas: "ext title" "ext meta" !important;
  align-items: center !important;
  gap: 4px 14px !important;
  min-height: 112px !important;
  padding: 16px !important;
  border: 1px solid rgba(41,182,246,.24) !important;
  border-radius: 18px !important;
  background: linear-gradient(160deg, rgba(12,29,52,.96), rgba(5,13,27,.98)) !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.22) !important;
}

body.jse-home-polish-runtime .jse-document-card__ext {
  grid-area: ext !important;
  display: grid !important;
  place-items: center !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #ff6a00, #ffb35c) !important;
  color: #07101f !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 900 !important;
}

body.jse-home-polish-runtime .jse-document-card strong {
  grid-area: title !important;
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1.35rem !important;
  line-height: .98 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-document-card small {
  grid-area: meta !important;
  color: #ffb35c !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

body.jse-home-polish-runtime .jse-partner-news-carousel {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

body.jse-home-polish-runtime .jse-partner-news-carousel__track {
  grid-auto-columns: minmax(255px, 32%) !important;
  scrollbar-width: thin !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-results {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 72px !important;
  padding: 0 18px !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, #ff6a00, #ffb35c) !important;
  color: #06101f !important;
  text-shadow: none !important;
  box-shadow: 0 16px 34px rgba(255,106,0,.28) !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-league,
body.jse-home-polish-runtime table.sp-event-blocks .sp-event-venue {
  display: inline-flex !important;
  justify-self: center !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 100% !important;
  min-height: 30px !important;
  padding: 5px 11px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.10) !important;
  color: #ffffff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.45) !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-venue {
  background: rgba(41,182,246,.15) !important;
  color: #d9f3ff !important;
}

body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks),
body.jse-home-polish-runtime table.sp-league-table {
  color: #f8fbff !important;
}

body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) tbody tr,
body.jse-home-polish-runtime table.sp-league-table tbody tr {
  background: rgba(255,255,255,.045) !important;
}

body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) tbody tr:nth-child(even),
body.jse-home-polish-runtime table.sp-league-table tbody tr:nth-child(even) {
  background: rgba(41,182,246,.075) !important;
}

body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) td,
body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) td a,
body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) td span,
body.jse-home-polish-runtime table.sp-league-table td,
body.jse-home-polish-runtime table.sp-league-table td a,
body.jse-home-polish-runtime table.sp-league-table td span {
  color: #ffffff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.42) !important;
}

body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) th,
body.jse-home-polish-runtime table.sp-league-table th {
  color: #07101f !important;
  background: linear-gradient(135deg, #ff6a00, #ffb35c) !important;
  text-shadow: none !important;
}

@media (max-width: 900px) {
  body.jse-home-polish-runtime .jse-documents-downloads__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px) {
  body.jse-home-polish-runtime .jse-documents-downloads__grid {
    grid-template-columns: 1fr !important;
  }

  body.jse-home-polish-runtime .jse-partner-news-carousel__track {
    grid-auto-columns: 86% !important;
  }
}

/* JSE_UPLOAD_LOGO_MOSAIC_V19 */
body.jse-home-polish-runtime .jse-upload-logo-tile-v19 {
  min-height: 216px !important;
}

body.jse-home-polish-runtime .jse-upload-logo-tile-v19 .jse-server-tile__media {
  background: radial-gradient(circle at 50% 38%, rgba(255,106,0,.16), transparent 60%), linear-gradient(180deg, rgba(255,255,255,.98), rgba(230,239,250,.94)) !important;
}

body.jse-home-polish-runtime .jse-upload-logo-tile-v19 .jse-server-tile__media img {
  padding: 16px !important;
  object-fit: contain !important;
  mix-blend-mode: normal !important;
}

body.jse-home-polish-runtime .jse-upload-logo-tile-v19 .jse-server-tile__body strong {
  color: #07101f !important;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem) !important;
}

/* JSE_MATCH_TABLE_CLEAN_V20 */
body.jse-home-polish-runtime table.sp-event-blocks .sp-event-results {
  gap: 9px !important;
  letter-spacing: -.02em !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-results .sp-result {
  display: inline-block !important;
  min-width: .82em !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-results {
  font-size: clamp(2rem, 3.3vw, 3rem) !important;
  font-weight: 900 !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-results::first-letter {
  letter-spacing: 0 !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-venue,
body.jse-home-polish-runtime table.sp-event-blocks .sp-event-venue[itemprop="location"] {
  text-align: center !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-venue:has(div:empty),
body.jse-home-polish-runtime table.sp-event-blocks .sp-event-venue:has([itemprop="address"]:empty) {
  display: none !important;
}

body.jse-home-polish-runtime table.sp-event-blocks .sp-event-venue div {
  color: inherit !important;
}

body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks),
body.jse-home-polish-runtime table.sp-league-table {
  width: min(100%, 1120px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,106,0,.28) !important;
  border-radius: 22px !important;
  background: #eef6fb !important;
  box-shadow: 0 24px 58px rgba(0,0,0,.30) !important;
}

body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) thead th,
body.jse-home-polish-runtime table.sp-league-table thead th {
  background: linear-gradient(135deg, #ff6a00, #ff9d3d) !important;
  color: #06101f !important;
  text-shadow: none !important;
  border-color: rgba(6,16,31,.12) !important;
}

body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) tbody tr,
body.jse-home-polish-runtime table.sp-league-table tbody tr {
  background: #f7fbfe !important;
}

body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) tbody tr:nth-child(even),
body.jse-home-polish-runtime table.sp-league-table tbody tr:nth-child(even) {
  background: #e7f2f8 !important;
}

body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) td,
body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) td a,
body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) td span,
body.jse-home-polish-runtime table.sp-league-table td,
body.jse-home-polish-runtime table.sp-league-table td a,
body.jse-home-polish-runtime table.sp-league-table td span {
  color: #122033 !important;
  text-shadow: none !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
}

body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) .team-logo,
body.jse-home-polish-runtime table.sp-league-table .team-logo,
body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) img,
body.jse-home-polish-runtime table.sp-league-table img {
  filter: none !important;
  text-shadow: none !important;
}

body.jse-home-polish-runtime .sp-template-league-table,
body.jse-home-polish-runtime .sp-template-event-blocks,
body.jse-home-polish-runtime .sp-template-event-list,
body.jse-home-polish-runtime .sp-template-event-calendar {
  display: block !important;
  width: min(100% - 24px, 1180px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.jse-home-polish-runtime .sp-table-wrapper {
  display: block !important;
  width: min(100% - 24px, 1180px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* JSE_MOSAIC_RANDOM_ANIMATION_V21 */
body.jse-home-polish-runtime .jse-mosaic-randomized-v21 {
  align-items: stretch !important;
}

body.jse-home-polish-runtime .jse-mosaic-tile-animated-v21 {
  opacity: 0;
  transform: translateY(18px) scale(.985);
  animation: jse-mosaic-rise-v21 .62s cubic-bezier(.2,.78,.2,1) forwards;
  animation-delay: var(--jse-tile-delay, 0ms);
}

@keyframes jse-mosaic-rise-v21 {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

body.jse-home-polish-runtime .jse-mosaic-layout-a .jse-server-tile:nth-child(1),
body.jse-home-polish-runtime .jse-mosaic-layout-c .jse-server-tile:nth-child(4) {
  grid-column: span 2 !important;
  min-height: 360px !important;
}

body.jse-home-polish-runtime .jse-mosaic-layout-b .jse-server-tile:nth-child(2),
body.jse-home-polish-runtime .jse-mosaic-layout-d .jse-server-tile:nth-child(5) {
  grid-row: span 2 !important;
  min-height: 520px !important;
}

body.jse-home-polish-runtime .jse-mosaic-layout-b .jse-server-tile:nth-child(6),
body.jse-home-polish-runtime .jse-mosaic-layout-c .jse-server-tile:nth-child(8),
body.jse-home-polish-runtime .jse-mosaic-layout-d .jse-server-tile:nth-child(3) {
  grid-column: span 2 !important;
}

body.jse-home-polish-runtime .jse-mosaic-randomized-v21 .jse-server-tile:hover {
  transform: translateY(-5px) scale(1.012) !important;
  box-shadow: 0 26px 66px rgba(0,0,0,.34) !important;
}

body.jse-home-polish-runtime .jse-mosaic-randomized-v21 .jse-server-tile img {
  transition: transform .7s cubic-bezier(.2,.78,.2,1), filter .7s ease !important;
}

body.jse-home-polish-runtime .jse-mosaic-randomized-v21 .jse-server-tile:hover img {
  transform: scale(1.055) !important;
  filter: saturate(1.08) contrast(1.04) !important;
}

body.jse-home-polish-runtime .jse-partner-news-carousel__track {
  grid-auto-columns: minmax(245px, 27%) !important;
}

@media (max-width: 980px) {
  body.jse-home-polish-runtime .jse-mosaic-layout-a .jse-server-tile:nth-child(1),
  body.jse-home-polish-runtime .jse-mosaic-layout-b .jse-server-tile:nth-child(2),
  body.jse-home-polish-runtime .jse-mosaic-layout-b .jse-server-tile:nth-child(6),
  body.jse-home-polish-runtime .jse-mosaic-layout-c .jse-server-tile:nth-child(4),
  body.jse-home-polish-runtime .jse-mosaic-layout-c .jse-server-tile:nth-child(8),
  body.jse-home-polish-runtime .jse-mosaic-layout-d .jse-server-tile:nth-child(3),
  body.jse-home-polish-runtime .jse-mosaic-layout-d .jse-server-tile:nth-child(5) {
    grid-column: span 1 !important;
    grid-row: auto !important;
    min-height: 260px !important;
  }
}

/* JSE_TABLE_TRUE_CENTER_V22 */
body.jse-home-polish-runtime .sp-template-league-table,
body.jse-home-polish-runtime .sp-template-event-list,
body.jse-home-polish-runtime .sp-template-event-calendar {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  box-sizing: border-box !important;
}

body.jse-home-polish-runtime .sp-template-league-table .sp-table-wrapper,
body.jse-home-polish-runtime .sp-template-event-list .sp-table-wrapper,
body.jse-home-polish-runtime .sp-template-event-calendar .sp-table-wrapper {
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-x: auto !important;
  border-radius: 22px !important;
}

body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks),
body.jse-home-polish-runtime table.sp-league-table {
  display: table !important;
  width: auto !important;
  min-width: 680px !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  table-layout: auto !important;
  white-space: nowrap !important;
}

body.jse-home-polish-runtime table.sp-league-table th,
body.jse-home-polish-runtime table.sp-league-table td,
body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) th,
body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) td {
  width: auto !important;
}

body.jse-home-polish-runtime table.sp-league-table th:nth-child(2),
body.jse-home-polish-runtime table.sp-league-table td:nth-child(2),
body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) th:nth-child(2),
body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks) td:nth-child(2) {
  min-width: 230px !important;
  max-width: 320px !important;
  white-space: normal !important;
}

@media (max-width: 760px) {
  body.jse-home-polish-runtime .sp-template-league-table,
  body.jse-home-polish-runtime .sp-template-event-list,
  body.jse-home-polish-runtime .sp-template-event-calendar {
    justify-content: flex-start !important;
  }

  body.jse-home-polish-runtime table.sp-data-table:not(.sp-event-blocks),
  body.jse-home-polish-runtime table.sp-league-table {
    min-width: 680px !important;
  }
}

/* JSE_INLINE_EMOJI_FIX_V23 */
body.jse-home-polish-runtime .jse-single-news-content img.emoji,
body.jse-home-polish-runtime .jse-single-news-content img.wp-smiley,
body.jse-home-polish-runtime .jse-single-news-content p img.emoji,
body.jse-home-polish-runtime .jse-single-news-content li img.emoji,
body.jse-home-polish-runtime .jse-single-news-content span img.emoji,
body.jse-home-polish-runtime .entry-content img.emoji,
body.jse-home-polish-runtime .entry-content img.wp-smiley,
body.jse-home-polish-runtime article.post .entry-content img.emoji,
body.jse-home-polish-runtime article.post .entry-content img.wp-smiley {
  display: inline-block !important;
  width: 1.05em !important;
  height: 1.05em !important;
  max-width: 1.05em !important;
  max-height: 1.05em !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 .08em !important;
  padding: 0 !important;
  vertical-align: -0.12em !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.jse-home-polish-runtime .jse-single-news-content p,
body.jse-home-polish-runtime .jse-single-news-content li,
body.jse-home-polish-runtime article.post .entry-content p,
body.jse-home-polish-runtime article.post .entry-content li {
  overflow-wrap: anywhere !important;
}

/* JSE_LEAGUE_TABLE_CENTER_SECTOR_V24 */
body.jse-home-polish-runtime .sp-template-league-table,
body.jse-home-polish-runtime .sp-template-league-table .sp-table-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.jse-home-polish-runtime .sp-template-league-table .sp-table-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  background: transparent !important;
}

body.jse-home-polish-runtime .sp-template-league-table table.sp-league-table,
body.jse-home-polish-runtime .sp-template-league-table table.sp-data-table:not(.sp-event-blocks) {
  display: table !important;
  width: clamp(780px, 74vw, 980px) !important;
  min-width: 780px !important;
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  table-layout: fixed !important;
  white-space: normal !important;
}

body.jse-home-polish-runtime .sp-template-league-table table.sp-league-table th,
body.jse-home-polish-runtime .sp-template-league-table table.sp-league-table td,
body.jse-home-polish-runtime .sp-template-league-table table.sp-data-table:not(.sp-event-blocks) th,
body.jse-home-polish-runtime .sp-template-league-table table.sp-data-table:not(.sp-event-blocks) td {
  padding: 13px 12px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

body.jse-home-polish-runtime .sp-template-league-table table.sp-league-table th:nth-child(1),
body.jse-home-polish-runtime .sp-template-league-table table.sp-league-table td:nth-child(1),
body.jse-home-polish-runtime .sp-template-league-table table.sp-data-table:not(.sp-event-blocks) th:nth-child(1),
body.jse-home-polish-runtime .sp-template-league-table table.sp-data-table:not(.sp-event-blocks) td:nth-child(1) {
  width: 58px !important;
}

body.jse-home-polish-runtime .sp-template-league-table table.sp-league-table th:nth-child(2),
body.jse-home-polish-runtime .sp-template-league-table table.sp-league-table td:nth-child(2),
body.jse-home-polish-runtime .sp-template-league-table table.sp-data-table:not(.sp-event-blocks) th:nth-child(2),
body.jse-home-polish-runtime .sp-template-league-table table.sp-data-table:not(.sp-event-blocks) td:nth-child(2) {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
  text-align: left !important;
  white-space: normal !important;
}

body.jse-home-polish-runtime .sp-template-league-table table.sp-league-table th:not(:nth-child(1)):not(:nth-child(2)),
body.jse-home-polish-runtime .sp-template-league-table table.sp-league-table td:not(:nth-child(1)):not(:nth-child(2)),
body.jse-home-polish-runtime .sp-template-league-table table.sp-data-table:not(.sp-event-blocks) th:not(:nth-child(1)):not(:nth-child(2)),
body.jse-home-polish-runtime .sp-template-league-table table.sp-data-table:not(.sp-event-blocks) td:not(:nth-child(1)):not(:nth-child(2)) {
  width: 68px !important;
}

body.jse-home-polish-runtime .sp-template-league-table table.sp-league-table img,
body.jse-home-polish-runtime .sp-template-league-table table.sp-data-table:not(.sp-event-blocks) img {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
  margin-right: 10px !important;
  vertical-align: middle !important;
}

@media (max-width: 860px) {
  body.jse-home-polish-runtime .sp-template-league-table .sp-table-wrapper {
    justify-content: flex-start !important;
  }

  body.jse-home-polish-runtime .sp-template-league-table table.sp-league-table,
  body.jse-home-polish-runtime .sp-template-league-table table.sp-data-table:not(.sp-event-blocks) {
    width: 780px !important;
    min-width: 780px !important;
  }
}
