.wpcf7-list-item{
  margin-left:0;
}
.wpcf7-list-item label {
    color: #8d9091;
    font-weight: 400!important;
        font-size: .88em;
    line-height: 1.3;
}
.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
.wpcf7-list-item label a{
     color: #8d9091;
}
input[type="checkbox"] {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top:4px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ce0202;
    background: #ce0202;
    color: #fff;
    padding: 10px;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    line-height: 21px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top:10px;
}


.udogodnienia-item:nth-of-type(4) .image-8 {
    object-fit: cover;
    height: 22.4em;
}
.is-full .udogodnienia-item-media  img {
    object-fit: cover;
    width: 100%;
    height: 30.63em;
}
.google-map{
    height: 100%;
    min-height: 460px;    
}
/* Ukryj popup domyślnie, aby uniknąć "mrugania" przy ładowaniu strony */
.is-mini-popup-content {
    /* Style do centrowania - pozostają bez zmian */
    display: flex;
    justify-content: center;
    align-items: center;

    /* Style pozycjonowania - pozostają bez zmian */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;

    /* NOWA metoda ukrywania */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Klasa, którą będziemy dodawać przez jQuery, aby pokazać popup */
.is-mini-popup-content.is-visible {
    visibility: visible;
    opacity: 1;
}
 

/* Pozostałe style bez zmian */
.mini-pop-content {
    position: relative;
    background: white;
    padding: 20px;
    max-width: 500px;
}

.is-mini-info-with-popup {
    cursor: pointer;
    position: absolute;
}
/* Domyślnie ukrywa treść zgody i tekst "Zwiń" */
.form-zgody .text-block,
.zgody-more .toggle-text-less {
    display: none;
}

/* Dodaje wygląd "klikalny" dla przycisku WIĘCEJ + */
.zgody-more {
    cursor: pointer;
}
textarea.w-input, textarea.w-select {
    height: 4em;
}

 /* the slides */
  .slick-slide {
      margin: 0 12px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -12px;
  }
  .se_header_link .se_header_icon {
    transition: transform 0.3s ease;
}

.se_header_link.sort-desc .se_header_icon {
    transform: rotate(180deg);
}
.fya_form_close_link{
    background:transparent;
}
.filter-option {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.filter-option:hover {
    opacity: 0.8;
}

/* Styl dla aktywnego filtra - taki sam jak w projekcie Webflow */
.filter-option.active .fya_radio_btn {
    border-color: #8f621a;
    background-color: #8f621a;
 
}
.status_rect.zarezerwowane{
    background:#8f621a;
}
.status_rect.sprzedane{
    background:#ff000c;
}
.is-visible{
    display:flex;
}
.se_row.is-unavailable {
    opacity: 0.5;
    pointer-events: none; /* Opcjonalnie: wyłącza klikanie w cały wiersz */
}
.is-popup-thank-you {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000; /* Wyższy z-index, aby był nad wszystkim */

    /* Domyślnie ukryty */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.is-popup-thank-you.is-visible {
    visibility: visible;
    opacity: 1;
}
.wpcf7-submit{
    display: none;
}
.wpcf7-spinner{
  position: absolute;
    right: 2em;
}
.popup-trigger .code-embed{
    height: 17px;
}
.image-13{
    object-fit: cover;
}

.w-nav-link.w--current {
     color: #8f621a;
}
.w-nav-link.w--current:before{
    width:100%;
}
.fc-menu-item .sc-text {
    margin-bottom: 0;
}
.is-social-media-link{
    margin-bottom:1.5em;
}

@media (max-width:991px){
    .is-m-info{
        padding:0.5em;
    }
    .text_13px {
        margin-bottom: 0;
    }
}

@media (max-width:600px){
    .fya_select {
        padding-top: .2em;
        padding-bottom: .2em;
        font-size: 1em;
    }
    .close_icon {
    margin-top: -3px;
}
.btn-search svg{
    margin-top:4px;
}
.section-mieszkania{
    overflow: hidden;
}

}
.fya_input {
    padding: .125em .5em .125em .2em;
}
.dropdown-toggle{
    justify-content: center;
}
.slick-slide img {
    display: block;
    aspect-ratio: 16 / 9;
}
.sm-price{
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.5;
}
.price-flex{
    display:flex;
    align-items: center;
    gap:7px;
}
.pobierzrzut svg{
    transform:rotate(90deg);
}