@media (max-width: 767px) {
.lg-outer .lg-object {
 
    width: 100%;
}   
}

.post_blog{
text-align:justify;
margin-bottom: 50px;
}

.post_blog p{
text-align:justify;
}

.read_more{
float:right;}

.abs-categories-intro {
   justify-content: flex-start;
}
.abs-categories-intro > a {
   flex: 0 1 225px;
   min-height: 225px;
}

.findermode .finder-panel .finder-body, .findermode .finder-panel .finder-body .abs-search-core-filters  {

    flex-direction: column;
}



/* moje */

.page {
  display: none; /* Ukryj wszystkie sekcje */
}

.page.active {
  display: block; /* Pokaż tylko aktywną sekcję */
}

.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination button {
  padding: 10px 20px;
  margin: 0 5px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  cursor: pointer;
  transition: background-color 0.3s;
}

.pagination button:hover {
  background-color: #ddd;
}



.abs-offer-gallery .abs-purchase-details {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;

 
}


.kl-popup .kl-popup-inner {
  max-width: 600px !important; /* Zwiększ szerokość – możesz dać więcej */
  width: 90% !important;       /* Żeby było responsywne */
}


.abs-info-label {
    background-color: #00a3e0 !important;
    color: #ffffff;
    border: 1px solid #c3e6cb !important;
    font-weight: 600;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 12px;
}