.elementor-19 .elementor-element.elementor-element-ee26199{--display:flex;--margin-top:0em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;}.elementor-19 .elementor-element.elementor-element-ee26199.e-con{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-19 .elementor-element.elementor-element-63eba4c{text-align:center;}.elementor-19 .elementor-element.elementor-element-63eba4c .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:800;}.elementor-19 .elementor-element.elementor-element-9ce223b{--display:flex;}.elementor-19 .elementor-element.elementor-element-a8f2dad{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:24px 0px 0px 0px;text-align:center;}.elementor-19 .elementor-element.elementor-element-a8f2dad .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:800;}.elementor-19 .elementor-element.elementor-element-d2a3af6{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-19 .elementor-element.elementor-element-ee26199{--width:55%;}}/* Start custom CSS for shortcode, class: .elementor-element-59c0fcf *//* --- 1. GŁÓWNY UKŁAD I ZAOKRĄGLENIA --- */
.tablepress {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid #000000 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    width: 100% !important;
    background-color: #ffffff !important;
    table-layout: fixed !important;
}

/* --- 2. WYGLĄD KOMÓREK --- */
.tablepress th,
.tablepress td {
    padding: 10px !important;
    color: #000000 !important;
    vertical-align: middle !important;
    border-right: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    word-wrap: break-word !important;
}

/* --- 3. RÓWNE SZEROKOŚCI KOLUMN --- */
.tablepress th:first-child,
.tablepress td:first-child {
    width: 25% !important; /* Pierwsza kolumna szersza */
}
.tablepress th:not(:first-child),
.tablepress td:not(:first-child) {
    width: 12.5% !important; /* Równe szerokości pozostałych 6 kolumn */
}

/* --- 4. WYŚRODKOWANIE --- */
.tablepress tbody td:not(:first-child),
.tablepress thead th:not(:first-child) {
    text-align: center !important;
}
.tablepress tbody td:first-child {
    text-align: left !important;
}

/* --- 5. NAPRAWA LINII (BRAKUJĄCE KRAWĘDZIE) --- */
/* Usuwa niepotrzebne podwójne linie przy brzegach */
.tablepress th:last-child,
.tablepress td:last-child {
    border-right: none !important;
}
.tablepress tr:last-child td {
    border-bottom: none !important;
}

/* Wymuszenie linii wewnątrz połączonych komórek */
.tablepress tr td {
    border-right: 1px solid #000000 !important;
}
.tablepress tr td:last-child {
    border-right: none !important;
}/* End custom CSS */