.elementor-kit-6{--e-global-color-primary:#F5F5F5;--e-global-color-secondary:#2C8629;--e-global-color-accent:#2C8629;--e-global-color-text:#252527;--e-global-color-0a7da5a:#F5F5F5;--e-global-color-e017b75:#D8D3CC;--e-global-color-9b236a9:#395F45;--e-global-color-e5c032c:#F0F0F0;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );color:var( --e-global-color-text );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Rozciąga pole textarea na pełną wysokość kolumny */
.wpforms-field.equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wpforms-field.equal-height textarea {
  flex: 1;
  height: 100% !important;
  min-height: 4000px; /* dostosuj wysokość minimalną */
  resize: vertical; /* pozwala użytkownikowi zmieniać rozmiar w pionie */
}/* End custom CSS */