.elementor-kit-6222{--e-global-color-primary:#475439;--e-global-color-secondary:#909D83;--e-global-color-text:#475439;--e-global-color-accent:#A5B199;--e-global-typography-primary-font-family:"Hauora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F6F4F1;}.elementor-kit-6222 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){--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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */@media print {
  /* Ukryj zbędne elementy */
  header, footer, nav, .elementor-location-footer, .elementor-location-header,
  .site-footer, .site-header, .no-print, form, button,
  a[href*="mailto"], a[href*="tel"], a[href*="pobierz-przepis"],
  a[href*="#drukuj"], .print-button, .elementor-button-link {
    display: none !important;
  }

  /* Usuń automatyczne dopisywanie linków */
  a::after {
    content: "" !important;
  }

  /* Popraw marginesy i wygląd tekstu */
  html, body {
    margin: 0;
    padding: 0;
    font-family: "Arial", sans-serif;
    font-size: 12pt;
    color: #000;
    background: #fff;
  }

  @page {
    size: A4;
    margin: 1.5cm;
  }

  /* Uporządkowane łamanie stron */
  .elementor-section, .elementor-widget, .print-block {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .break-page {
    page-break-before: always;
    break-before: page;
  }

  /* Zmniejsz odstępy, by zmieścić wszystko na jednej stronie */
  .elementor-section {
    padding: 0 !important;
    margin: 0 !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /* Dodatkowo wymuś minimalną wysokość treści, by nie generowała się pusta strona */
  body:after {
    content: "";
    display: block;
    height: 1px;
    page-break-after: avoid;
  }
}/* End custom CSS */