.elementor-156 .elementor-element.elementor-element-7405657{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-156 .elementor-element.elementor-element-546f26e{--spacer-size:30px;}.elementor-156 .elementor-element.elementor-element-630c0df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );color:var( --e-global-color-primary );}.elementor-156 .elementor-element.elementor-element-5dfe77e .elementor-heading-title{font-size:28px;font-weight:600;text-transform:none;font-style:normal;text-decoration:none;line-height:1.2em;letter-spacing:0px;word-spacing:0em;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-156 .elementor-element.elementor-element-5dfe77e .elementor-heading-title{font-size:45px;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-156 .elementor-element.elementor-element-5dfe77e .elementor-heading-title{font-size:28px;line-height:1.1em;}}/* Start custom CSS for shortcode, class: .elementor-element-bb8a090 *//* Mulish dla TablePress w Elementorze */
:where(.elementor) .tablepress,
:where(.elementor) .tablepress td,
:where(.elementor) .tablepress th {
  font-family: 'Mulish', var(--e-global-typography-text-font-family, sans-serif) !important;
  font-size: var(--e-global-typography-text-font-size, 16px);
  line-height: var(--e-global-typography-text-line-height, 1.6);
  color: var(--e-global-color-text, #222);
}

/* Nagłówki tabeli trochę mocniejsze */
:where(.elementor) .tablepress thead th {
  font-weight: 700;
}

/* (Opcjonalnie) dopasowanie odstępów i obramowań */
:where(.elementor) .tablepress td,
:where(.elementor) .tablepress th {
  padding: 12px 16px;
  border-color: var(--e-global-color-text, #e5e7eb);
}

/* Jeśli używasz sortowania/filtra (DataTables), narzuć font też na wrapper */
:where(.elementor) .dataTables_wrapper {
  font-family: 'Mulish', var(--e-global-typography-text-font-family, sans-serif) !important;
}

/* Zmiana tła i koloru tekstu nagłówków tabeli TablePress */
.tablepress thead th {
  background-color: #029f92 !important;  /* kolor tła */
  color: #ffffff !important;             /* kolor tekstu */
}


/* === Wyśrodkowanie zawartości tabeli === */
.tablepress td,
.tablepress th {
  vertical-align: middle !important;    /* wyśrodkowanie w pionie */
  text-align: center !important;        /* wyśrodkowanie w poziomie */
  padding: 12px 16px;                    /* wygodne odstępy */
}

/* === Responsywność – przewijanie w poziomie na wąskich ekranach === */
.tablepress-responsive-wrapper {
  overflow-x: auto;          /* umożliwia przewijanie w poziomie */
  -webkit-overflow-scrolling: touch; /* płynne przewijanie na mobile */
}

.tablepress {
  width: 100%;               /* tabela zajmuje całą szerokość wrappera */
  border-collapse: collapse; /* schludne łączenie krawędzi */
  min-width: 600px;          /* możesz zmienić, jeśli tabela ma być węższa */
}

/* (Opcjonalnie) aby linie tabeli były schludniejsze */
.tablepress td, .tablepress th {
  border: 1px solid #ddd;
}/* End custom CSS */