.elementor-1829 .elementor-element.elementor-element-043b31d{--display:flex;}.elementor-1829 .elementor-element.elementor-element-b63429b.elementor-element{--align-self:stretch;}/* Start custom CSS for html, class: .elementor-element-b63429b */.elementor-message.elementor-message-success {
    background: #00b24e;
    color: #fff;
    padding: 8px;
    display: inline-flex;
}

.filters {
    font-family: "Red Hat Display", sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    margin: 20px 0;
    background: #4a515b;
    padding: 20px;
    align-items: center;
        flex-wrap: wrap;
}
.filters label,
.filters span{
    color: #fff;
    font-weight: 300;
}

.filters select{
    padding: 2px 10px;
    border:1px solid #c0601b;
    font-family: "Red Hat Display", sans-serif;
}
div#brak-lokali {
    text-align: center;
    padding: 47px;
    font-family: "Red Hat Display", sans-serif;
    color: #aaaaaa;
}
button.table-button,
button#tableViewButton,
button#gridViewButton{
    padding: 8px 10px;
    border-radius: 0;
    background: #c0601b;
    color: #fff;
    font-family: "Red Hat Display", sans-serif;
    border: none;
    font-size: 0.9em;
    margin-left: auto;
}
button#show-more-button {
    margin-top: 49px;
    padding: 10px 20px;
}
button#reset-filtry:hover,
button#show-more-button:hover,
button#tableViewButton:hover,
button#gridViewButton:hover{
    cursor: pointer;
}
.table-container {
        max-height: 500px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.5s ease;
    }
    
.table-container:after {
    content: "";
    position: absolute;
    top: 82%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(255, 255, 255, 0%), white);
       z-index: -1;
}
.table-container.show-shadow:after {
    content: "";
    position: absolute;
    top: 82%; /* Można dostosować do własnych potrzeb */
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(255, 255, 255, 0%), white);
    transition: opacity 0.3s ease;
    z-index: -1;
}
    .show-more-container {
        display: none;
        text-align: center;
        margin-top: 10px;
    }

    .responsive-table {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .table-row {
        display: none;
    }

    .table-header, .table-row {
        display: flex;
    }

    .col {
        flex: 1;
    }

.responsive-table li {
  padding: 15px 5px;
  display: flex;
  justify-content: space-between;
    align-items: center;
    transition: .3s ease-in-out;
    color: #292727;
}

.responsive-table .table-header {
    background-color: #4a515b;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff;
    font-family: "Red Hat Display", sans-serif
}
.responsive-table .table-row {
    font-size: 15px;
    border-bottom: 1px solid #ececec;
    font-family: "Red Hat Display", sans-serif

}
.disabled {
    opacity: 0.5;
}
li.table-row:hover {
    background: #ab85551f;
    border-bottom: 1px solid #4a515b;
    cursor: pointer;
}

li.table-row.disabled:hover {
    background: none;
    
}
.responsive-table .col {
    text-align: center;
}

html {
    scroll-behavior: smooth;
      scroll-padding-top: 8rem;
}
.col-10 a:hover img,
.col-11 a img{
    filter: brightness(0) invert(1);
}
.table-grid .col-11 a {
    background: #c0601b !important;
    text-align: right!important;
    display: block!important;
}
.col-10 a{
    background: #c0601b;
    color: #fff;
    border: 1px solid #c0601b;
    display: flex;
    align-content: stretch;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    font-size: 13px;
    padding: 4px;
    white-space: nowrap;
    transition: .35s all;
 
}
.col-11 a{
    background: #4a515b;
    color: #fff;
    border: 1px solid #4a515b;
    display: flex;
    align-content: stretch;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    font-size: 13px;
    padding: 4px;
    white-space: nowrap;
    transition: .35s all;
}
@media all and (min-width: 768px) {
    .table-container {
    width: 100%;
}
.responsive-table li:target{
    background: #c79960 !important;
    color: #fff;
}

.col-10 a img,
.col-11 a img{
    width: 20%;
}



.table-grid .col-11 a {
    background: none;
    border: none;
    display: flex;
    align-content: stretch;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    font-size: 13px;
    padding: 4px;
    white-space: nowrap;
    transition: .35s all;
}

.col-14 a:hover {
    background: #4a515b;
    color: #fff;
}
.sold {
    opacity: .3;
}
}
@media all and (max-width: 767px) {
    
.filters {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 10px;
}

.filters span{
    font-size:1.7em;
    border-bottom: 1px solid #c0601b;
}
.filters select{
    width: 100% !important;
    padding:6px;
}
button#reset-filtry{
    margin: 10px 0 0 0 !important;
    width: 100%;
}
button#show-more-button {
    width: 100%;
    padding: 15px;
}
.table-container {
    max-height: 800px;
}
.responsive-table .table-header {
    padding:0;
  }
 .responsive-table .table-header .col{
     align-items: flex-start !important;
 }
  ul.responsive-table {
    margin: 0!important;
    overflow: overlay;
}

  .responsive-table li {
    flex-direction: row;
  }
  .responsive-table .col {
    flex-basis: 100%;
  }
  .responsive-table .col {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    padding: 10px 15px;
  }
  sup {
    display: contents;
}
  /*.responsive-table .col:before {
    color: #22443C;
    padding-right: 10px;
    content: attr(data-label);
    flex-basis: 50%;
    text-align: left;
  }*/
  .responsive-table .col-1 small {
}
.col {
    margin-bottom: 0 !important;
}

.col-12 {
    background: #4a515b !important;
    padding: 5px 10px !important;
    color:#fff;
}

.responsive-table-flex .col-11 a, .responsive-table-flex .col-12 a{
    text-align: right;
    display: block;
}
.col-11 a,
.col-12 a{
    color: #fff;
    padding-right: 10px;
    flex-basis: 50%;
    text-align: left;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;

}
.col-11:before, .col-12:before{
    color:#fff !important;
}
.col-11 a img,
.col-12 a img{
    width: 35%;
    float:right;
}

}

.table-grid {
    width: 100%;
    margin: 0 auto;
}

/* Ustawienie wyglądu listy jako kafelki */
.responsive-table-flex {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family:"Red Hat Display", sans-serif;
}

.responsive-table-flex .table-row {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    margin: 10px;
    width: calc(100% / 3 - 20px); /* 3 kolumny */
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}

.responsive-table-flex .table-header {
    font-weight: bold;
    background-color: #f7f7f7;
}

ul.responsive-table-flex .table-row {
    border-radius: 0;
    border: 2px solid #4a515b;
}
ul.responsive-table-flex .col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    font-size: 17px !important;
    border-bottom: 1px solid #e2e2e2;
    margin: 8px 0;
}
ul.responsive-table-flex .col small {
    font-size:17px;
}
ul.responsive-table-flex .col-10 a, ul.responsive-table-flex .col-11 a {
    width: 200px !important;
}
.col {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .table-grid .table-row {
        width: calc(100% / 2 - 20px); 
    }
}

@media (max-width: 480px) {
    .table-grid .table-row {
        width: 100%;
    }
}/* End custom CSS */