.elementor-1068 .elementor-element.elementor-element-22a88fd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--flex-wrap:wrap;--padding-top:3em;--padding-bottom:7em;--padding-left:0em;--padding-right:0em;}.elementor-1068 .elementor-element.elementor-element-8a6e363 .elementor-heading-title{font-size:36px;}@media(max-width:767px){.elementor-1068 .elementor-element.elementor-element-22a88fd{--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:1em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}}/* Start custom CSS for container, class: .elementor-element-22a88fd *//* Bazowe rozmiary czcionek dla nagłówków h2-h6 w .post-content */
.post-content h2 {
  font-size: 1.5rem;    /* 24px */
  line-height: 1.3;
  margin-bottom: 1rem;
  font-weight: 600;
}

.post-content h3 {
  font-size: 1.25rem;   /* 20px */
  line-height: 1.35;
  margin-bottom: 0.875rem;
  font-weight: 600;
}

.post-content h4 {
  font-size: 1.125rem;  /* 18px */
  line-height: 1.4;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.post-content h5 {
  font-size: 1rem;      /* 16px */
  line-height: 1.45;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.post-content h6 {
  font-size: 0.875rem;  /* 14px */
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

/* Tablet - średnie ekrany (768px i więcej) */
@media (min-width: 768px) {
  .post-content h2 {
    font-size: 1.75rem;  /* 28px */
    line-height: 1.25;
  }
  
  .post-content h3 {
    font-size: 1.5rem;   /* 24px */
    line-height: 1.3;
  }
  
  .post-content h4 {
    font-size: 1.25rem;  /* 20px */
    line-height: 1.35;
  }
  
  .post-content h5 {
    font-size: 1.125rem; /* 18px */
    line-height: 1.4;
  }
  
  .post-content h6 {
    font-size: 1rem;     /* 16px */
    line-height: 1.45;
  }
}

/* Desktop - duże ekrany (1024px i więcej) */
@media (min-width: 1024px) {
  .post-content h2 {
    font-size: 2rem;     /* 32px */
    line-height: 1.2;
  }
  
  .post-content h3 {
    font-size: 1.75rem;  /* 28px */
    line-height: 1.25;
  }
  
  .post-content h4 {
    font-size: 1.5rem;   /* 24px */
    line-height: 1.3;
  }
  
  .post-content h5 {
    font-size: 1.25rem;  /* 20px */
    line-height: 1.35;
  }
  
  .post-content h6 {
    font-size: 1.125rem; /* 18px */
    line-height: 1.4;
  }
}

/* Bardzo duże ekrany (1440px i więcej) */
@media (min-width: 1440px) {
  .post-content h2 {
    font-size: 2.25rem;  /* 36px */
    line-height: 1.15;
  }
  
  .post-content h3 {
    font-size: 2rem;     /* 32px */
    line-height: 1.2;
  }
  
  .post-content h4 {
    font-size: 1.75rem;  /* 28px */
    line-height: 1.25;
  }
  
  .post-content h5 {
    font-size: 1.5rem;   /* 24px */
    line-height: 1.3;
  }
  
  .post-content h6 {
    font-size: 1.25rem;  /* 20px */
    line-height: 1.35;
  }
}

/* Opcjonalne: Dodatkowe style dla lepszej czytelności */
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #1a202c;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-top: 2rem;
  scroll-margin-top: 2rem; /* Dla lepszej nawigacji po kotwicach */
}

.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
  margin-top: 0;
}

.post-content ol {
    list-style-type: circle !important;
    display: block;
    padding-left: 20px;
}

.post-content ol li {
    list-style-type: auto;
}

.post-content ol li strong {
    font-weight: 600;
}/* End custom CSS */