.elementor-7463 .elementor-element.elementor-element-64b1ced{--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;--justify-content:center;--margin-top:40px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7463 .elementor-element.elementor-element-c8e0428{text-align:center;}.elementor-7463 .elementor-element.elementor-element-c8e0428 .elementor-heading-title{font-family:"Oooh Baby", Sans-serif;font-size:60px;font-weight:200;color:var( --e-global-color-secondary );}.elementor-7463 .elementor-element.elementor-element-5f0c5f0{--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;--justify-content:center;--margin-top:40px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-7463 .elementor-element.elementor-element-64b1ced{--margin-top:0px;--margin-bottom:0px;--margin-left:-15px;--margin-right:0px;}.elementor-7463 .elementor-element.elementor-element-c8e0428{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-7463 .elementor-element.elementor-element-5f0c5f0{--margin-top:0px;--margin-bottom:0px;--margin-left:-15px;--margin-right:0px;}}@media(min-width:768px){.elementor-7463 .elementor-element.elementor-element-64b1ced{--content-width:1600px;}.elementor-7463 .elementor-element.elementor-element-5f0c5f0{--content-width:1600px;}}/* Start custom CSS for shortcode, class: .elementor-element-46eda74 *//* --- WPUPG: naprawa paginacji nachodzącej na zdjęcia --- */

/* Odsunięcie numerów stron od grida */
#wpupg-grid-1234 + .wpupg-pagination {
  margin-top: 40px !important;   /* zwiększ odstęp – możesz zmienić np. na 60px */
  position: relative;
  z-index: 10;
  text-align: center;            /* wyśrodkuj numery stron */
}

/* Styl pojedynczych numerów stron */
.wpupg-pagination-term {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  border-radius: 4px;
  background: #222;              /* ciemne tło – dopasuj kolor */
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* Aktywna strona */
.wpupg-pagination-term.active {
  background: #ff7f50;           /* kolor aktywnej strony (np. pomarańczowy) */
}

/* Hover */
.wpupg-pagination-term:hover {
  background: #444;
}
/* Większe odstępy między zdjęciami na telefonie */
/* Większe marginesy między kafelkami na telefonie */
@media (max-width: 768px) {
  div[id^="wpupg-grid-"] .wpupg-item {
    margin-bottom: 10px !important;  /* zwiększ na np. 15px, 20px – wedle gustu */
  }
}/* End custom CSS */