.elementor-kit-8{--e-global-color-primary:#004D40;--e-global-color-secondary:#003C32;--e-global-color-text:#E6E6E6;--e-global-color-accent:#10A38A;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Heebo";--e-global-typography-accent-font-weight:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//* Treść i formularz na środku */
.post-password-required .entry-content {
  min-height: 60vh;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;  /* wyśrodkowanie pion */
  align-items: center !important;      /* wyśrodkowanie poziom */
  text-align: center !important;       /* tekst na środku */
  margin: 0 auto !important;
  
}




/* Formularz – środek */
.post-password-form {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 360px !important;   /* ograniczenie szerokości */
  margin: 0 auto !important;
  gap: 12px;
  max-width: 100% !important;
  margin-top: 50px !important;
  
}
 
/* Label na całą szerokość */
form.post-password-form label {
  display: block;            /* blokowy element */
  width: 100% !important;    /* pełna szerokość */
  max-width: 100% !important;
  text-align: center;        /* tekst na środku */
  margin-bottom: 10px;       /* odstęp pod label */
}
 
 

/* Pole hasła */
.post-password-form input[type="password"] {
  width: 100% !important;
  padding: 12px 14px !important;
  text-align: center !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
 width: 100% !important;
    
}

/* Przycisk */
.post-password-form input[type="submit"],
.post-password-form button {
  width: 100% !important;
  padding: 12px 14px !important;
  cursor: pointer;
  text-align: center !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
}/* End custom CSS */