/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1756213907
Updated: 2025-08-26 13:11:47

*/


	 thead th {
    border: none;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
  }
	.head-data{
		font-weight: 600;
		font-size: 18px;
	}
  td, .head-data {
    font-family: Blinker, sans-serif;
    padding: 20px;
    border-top: none;
    border-bottom: none;
/*     border-right: 1px solid #dde0e3; */
    position: relative;
    background-color: white;
	  border-width:0;
  }

  tbody tr, .main-head .main-head-row{
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    border-radius: 18px;
    border: 1px solid #EBEBEB;

  }
	
	
	
		.showmore {
		display:block;
		margin:auto;
		border-radius:100px;
		background-color:transparent;
			color:#1F2C18;
		padding: 12px 36px;
		border:1px solid #1F2C18;
		font-size:16px;
		font-weight:500;
		box-shadow:none;
				font-family:Alata, sans-serif;

	}

	.showmore:hover, .showmore:focus {
		color:white;
border:1px solid #1F2C18;
		background-color:#1F2C18;
	}
	
	
	.btns-desktop{
    display: flex;
    align-content: space-between;
    justify-content: flex-end;
    gap: 10px;
		margin-top:10px;
	}
	.pdf-cart{
		margin-bottom:10px;
	}
	.tabs-container{
		min-height:80vh;
	}
  .no-res {
    font-weight: 600;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px !important;
  }

  .no-results-message {
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .pill-mob {
    display: flex;
    flex-direction: column;
  }

  .mobile-version {
    display: none;
  }

  .first-pp {
    border-radius: 18px 0 0 18px;
  }

  .price-range-wrapper {
    font-family: inherit;
    width: 100%;
    max-width: 400px;
  }

  /* Histogram - już masz, ale zostawiam do kompletu */
  #priceHistogram {
    width: 100%;
    margin-top: 10px;
  }

  /* Kontenery */
  .range-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
  }

  .price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #666;
  }

  .price-value {
    font-size: 16px;
    margin-top: 6px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 24px;
  }

  .pill-option.activechoice {
    border: 1px solid #BD8C72;
    border-radius: 8px;
  }

  .slider-track input[type="range"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 100%;
    height: 2px !important;
    background: white !important;
    position: absolute;
    pointer-events: none;
  }

  .slider-track input[type="range"]:last-child {
    background: white !important;
    pointer-events: auto;
  }

  .slider-track input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    height: 16px !important;
    width: 16px !important;
    border-radius: 50% !important;
    background: white !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
    border: none !important;
    cursor: pointer !important;
    z-index: 3 !important;
  }

  .slider-track input[type="range"]::-moz-range-thumb {
    height: 16px !important;
    width: 16px !important;
    border-radius: 50% !important;
    background: #bd8c72 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
    border: none !important;
    cursor: pointer !important;
    z-index: 3 !important;
  }



  /* Styl ogólny dla suwaków */
  input[type="range"] {
    -webkit-appearance: none !important;
    width: 100%;
    height: 2px !important;
    /* cienka linia */
    background: #bd8c72;
    border-radius: 1px;
    outline: none;
    margin: 0;
  }

  /* Styl kółek (thumb) dla WebKit (Chrome, Safari) */
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: #bd8c72;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-top: -7px;
    /* wyrównanie do środka linii */
  }

  /* Styl kółek (thumb) dla Firefox */
  input[type="range"]::-moz-range-thumb {
    height: 16px;
    width: 16px;
    background: #bd8c72;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }

  .price-range-wrapper {
    font-family: inherit;
    margin-top: 1em;
  }

  #priceHistogram {
    width: 100%;
    margin-bottom: 1em;
  }

  .range-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
  }

  .price-box {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #555;
  }

  .price-value {
    font-size: 16px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 1.5em;
    padding: 0.4em 1.2em;
    margin-top: 0.5em;
  }

  .slider-track {
    flex-grow: 1;
    position: relative;
    height: 0;
    margin-top: -50px;
    width: 100%;
  }

  .slider-track input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    background: transparent;
    appearance: none;
  }

  .slider-track input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #bd8c72;
    border: 2px solid #fff;
    cursor: pointer;
    appearance: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  }

  .slider-track input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #bd8c72;
    border: 2px solid #fff;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  }




  #roomLabel {
    font-size: 14px;
    font-weight: 500;
  }

  #filter-room-range {
    display: flex;
    justify-content: space-between;
  }

  #filter-room-range label {
    display: flex;
    align-items: center;
  }

  .room-range-wrapper {
    margin: 15px 0;
    font-size: 16px;
  }

  .room-control {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
  }

  .circle-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #aaa;
    background: white;
    font-size: 18px;
    line-height: 0;
    cursor: pointer;
    transition: 0.2s;
    padding: 0;
    color: #aaa;
  }

  .circle-btn:hover,
  .circle-btn:active,
  .circle-btn:focus {
    border-color: #bd8c72;
    background-color: #bd8c72;
  }


  .floor-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  }


  .floor-checkboxes input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 35px;
    width: 14px;
    height: 14px;
    border: 1px solid #BD8C72;
    margin-right: 8px;
    background-color: white;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
  }

  .floor-checkboxes input[type="checkbox"]:checked {
    background-color: #BD8C72;
    border-color: #BD8C72;
  }

  .floor-checkboxes label {
    display: flex;
    align-items: center;
    background: #f2f2f2;
    padding: 6px 10px;
    border-radius: 8px;
    cursor: pointer;
  }

  .floor-checkboxes input {
    accent-color: #BD8C72;
  }


  .status-p {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 350px;
  }

  .status-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.2s;
    color: #333;
    position: relative;
  }

  .status-checkbox input[type="checkbox"] {
    display: none;
  }

  .status-checkbox .custom-check {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 2px solid #ccc;
    background-color: white;
    transition: all 0.2s ease;
    position: relative;
  }

  .status-checkbox input[type="checkbox"]:checked+.custom-check::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .status-checkbox input[type="checkbox"]:checked+.custom-check {
    background-color: currentColor;
    border-color: currentColor;
  }

  /* Kolory statusów */
  .status-checkbox.dostępny {
    color: #1c6832;
  }

  .status-checkbox.zarezerwowany {
    color: #7a4b00;
  }

  .status-checkbox.sprzedany {
    color: #8d0d0d;
  }

  .status-checkbox.dostępny:hover {
    background-color: #d4f0d9;
    color: #1c6832;
  }

  .status-checkbox.zarezerwowany:hover {
    background-color: #fbe9d1;
    color: #7a4b00;
  }

  .status-checkbox.sprzedany:hover {
    background-color: #fddede;
    color: #8d0d0d;
  }

  .status-checkbox:hover {
    opacity: 0.9;
  }

  .download-btn:hover .pdf,
  .download-btn:hover .pricebox {
    fill: white;
  }

  .ava-pp {
    border-radius: 10px;
    padding: 3px 10px 4px 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .ava-pp.Dostępny {
    background-color: #def5e2;
    color: #1c6832;
  }

  .ava-pp.Zarezerwowany {
    background-color: #fbe9d1;
    color: #7a4b00;
  }

  .ava-pp.Sprzedany {
    background-color: #fddede;
    color: #8d0d0d;
  }

  .links-pp {
    border-radius: 0 18px 18px 0;
    width: 240px;
  }

  .icons-disc {
    display: flex;
    flex-direction: row;
    gap: 7px;
  }
	.icons-disc-park{
		display: flex;
    flex-direction: column;
    gap: 7px;
	}

  .area-garden {
    margin-left: 30px;
	  font-size:14px;
	  line-height:16px;
	  color:#545454;
  }

  .icon-pp {
    display: flex;
    flex-direction: column;
  }

  .name-ava {
    padding-bottom: 20px;
	align-items: center;
    display: flex;
  }

  .disc-p {
    color: #484747;
    display: flex;
    gap: 6px;
    justify-content:"flex-start";
    align-items: center;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 8px;
    background-color: #f8f8f8;
    ;
  }

  .status-p {
    display: flex;
    gap: 0 !important;
  }

  .status-p label {
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    display: flex;
    cursor: pointer;
    padding: 20px;
  }

  .icon-wrapper {
    width: 40px;
    height: 40px;
    display: flex;
    flex-shrink: 0;
  }

  .icon-wrapper-2 {
    width: 20px;
    height: 20px;
    display: flex;
    flex-shrink: 0;
  }

  .icon-wrapper svg,
  .icon-wrapper-2 svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .m-per {
    font-size: 16px;
    font-weight: 400;
    color: #545454;
    margin-left: 15px;
  }

  .cena-prop {
    font-size: 21px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  .area-p {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .search-bar {

    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    height: fit-content;
    background: white;
    border-radius: 40px;
    gap: 8px;
    /*   box-shadow: 0 4px 20px rgba(0,0,0,0.08); */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);

    position: relative;
    transition: background-color 0.3s ease;
    border: 2px solid #EBEBEB;
  }

  .search-bar.active-bg {
    background-color: #e5e3e3;
  }

  .pill {
    padding: 14px 38px;
    width: 100%;
    border-radius: 35px;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border: 1px solid transparent;
  }

  .pill:hover {
    background-color: #EBEBEB;
  }

  .search-bar.active-bg .pill {
    background-color: transparent;
  }

  .pill.active {
    background: white;
    background-color: white !important;
    border: 1px solid #BD8C72 !important;
    box-shadow: 3px 2px 18px rgba(0, 0, 0, 0.3);
  }

  .pill-label {
    font-size: 18px;
    color: #333;
    font-weight: 600;
  }

  .pill-value {
    font-size: 14px;
    color: #666;
  }

  .search-btn {
    border-radius: 35px;
    background: #cd9418;
    padding: 15px 30px;
    border: none;
    width: 200px;
    margin-right: 10px;
    display: flex;
    color: white;
    gap: 4px;
    font-size: 16px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }

  .search-btn:hover,
  .search-btn:focus {
    background-color: #1F2C18;
	  transition: all .3s ease;
  }

  .pill-dropdown {
    position: absolute;
    flex-direction: column;
    gap: 12px;
    top: 115%;
    left: 0;
    background: white;
    border-radius: 35px;
    box-shadow: 1px 10px 18px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: none;
    animation: fadeIn 0.2s ease-out;
    z-index: 100;
    /*   min-width: 350px; */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(5px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .pill-option {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
  }

  .pill-option:hover {
    background-color: #f2f2f2;
  }

  .pill-option img {
    width: 40px;
    height: 40px;
  }



  .pill-option p {
    font-size: 12px;
    margin: 0;
    color: #555;
    font-weight: 400;
  }

  .pill-dropdown input[type="number"] {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin: 5px 0 10px;
  }



  .tabs-header {
    display: flex;
  }

  .tabs-content {
    margin-top: 10px;
    color: #10172F;
  }

  .filter-accordion {
    margin: 20px 0;
  }

  .accordion-toggle {
    background-color: #BC8B71;
    color: white;
    padding: 10px 20px;
    border-radius: 35px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    text-align: left;
  }

  .accordion-panel {
    display: none;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 0 0 12px 12px;
    margin-top: 10px;
  }

  .accordion-panel label {
    display: block;
    position: absolute;
    margin-top: 10px;
  }

  .accordion-panel input,
  .accordion-panel select {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .accordion-panel button {
    background-color: #BC8B71;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 35px;
    margin-top: 10px;
    cursor: pointer;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

  .filter-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .filter-popup-content {
    background: white;
    padding: 30px;
    border-radius: 12px;
    width: 300px;
    max-width: 90%;
    font-family: Montserrat, sans-serif;
  }

  #openFilterPopup {

    background: #BC8B71;
    border-radius: 35px;
  }

  .thirty-days-price {
    font-size: 12px;
	  line-height:16px;
    margin-left: 30px;
	  color:#484747;
  }

  .number-loc {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #020720;
    margin-right: 20px;
  }

  .availability-table {
    font-family: Blinker, sans-serif;
  }

  #sort-pietro {
    margin-left: 10px;
    background: transparent;
    color: white;
    font-family: montserrat, sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: none;
    cursor: pointer;
  }

  #sort-pietro:hover {
    color: #E8D1C1;
  }

  .Dostępny {
    color: #00b524;
  }

  .Zarezerwowany {
    color: #d67a0a;
  }

  .Sprzedany {
    color: #ff0000;
  }

  .td-prop-lis {
    vertical-align: top;
  }

  #filter-pietro {
    padding: 4px 8px;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    cursor: pointer;
  }


  .sort-this {
    cursor: pointer;
  }

  .sort-this:hover {
    color: #E8D1C1;
  }

  .sort-this:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-size: cover;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" fill="white"><path d="m12.4697 15.5303 3 3c.2929.2929.7677.2929 1.0606 0l3-3c.2929-.2929.2929-.7677 0-1.0606s-.7677-.2929-1.0606 0l-1.7197 1.7196v-10.1893c0-.41421-.3358-.75-.75-.75s-.75.33579-.75.75v10.1893l-1.7197-1.7196c-.2929-.2929-.7677-.2929-1.0606 0s-.2929.7677 0 1.0606zm-3.93937-10.06063c-.29289-.29289-.76777-.29289-1.06066 0l-3 3c-.29289.29289-.29289.76777 0 1.06066s.76777.29289 1.06066 0l1.71967-1.71967v10.18934c0 .4142.33579.75.75.75s.75-.3358.75-.75v-10.18934l1.7197 1.71967c.2929.29289.7677.29289 1.0606 0s.2929-.76777 0-1.06066z"/></svg>');

  }

  /* 	.showmore {
		display:block;
		margin:auto;
		border-radius:100px;
		background-color:#bd8c72;
			color:white;
		padding: 16px 40px;
		font-size:18px;
		font-weight:500;
		box-shadow:none;
		font-family:Blinker, sans-serif;
	}

	.showmore:hover, .showmore:focus {		
		background-color:white;
		color:#03081F;
	} */
  .wp-block-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* Płynne przewijanie na iOS */
    width: 100%;
  }

  table {
    border-collapse: separate;
    border-spacing: 0 6px;
    width: 100%;
	  table-layout: fixed; width: 100%;
  }

  thead th {
    border: none;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
  }

  td {
    font-family: Blinker, sans-serif;
    padding: 20px;
    border-top: none;
    border-bottom: none;
/*     border-right: 1px solid #dde0e3; */
    position: relative;
    background-color: white;
	  border-width:0;
  }

  tbody tr {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    border-radius: 18px;
    border: 1px solid #EBEBEB;

  }

  tbody tr:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* 		background-color:#fffcf9; */
  }

  tbody tr:hover .download-btn {
    background-color: #e5e3e3;
    /* 	color:white */
  }

  /*     tbody tr:hover .download-btn::after {
        content:url("/wp-content/uploads/2024/08/right-arrow-2.svg");
        height:12px;
        width:12px;
        margin-top:1px;
    } */

  .download-btn {
    /* 				transition:0.3s;
		display:flex;
		gap:10px;
		justify-content:flex-start;
		align-items:center;
		margin-bottom:7px; */
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #f8f8f8;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    transition: background 0.3s ease;
    text-decoration: none;

  }

  .reset-btn {
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #e1e1e1;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    transition: background 0.3s ease;
    text-decoration: none;
    margin-bottom: 10px;

  }

  .reset-btn:hover,
  .reset-btn:focus {
    color: white;
    background-color: #9c9c9c !Important;
  }

  .download-btn:hover {
    color: white;
    background-color: #1F2C18 !Important;
  }

  .status {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 100px;
  }

  .status.Dostępny {
    background-color: #75E08F;
  }

  .status.Zarezerwowany {
    background-color: #FBBE51;
  }

  .status.Sprzedany {
    background-color: #F77B7A;
  }

  td a {
    color: black;
    text-decoration: none !important;
    font-weight: 400;
  }

  td a:hover {
    color: #E8D1C1 !important;
    text-decoration: none !important;
  }

  .filling {
    fill: #75df8e !important;
    stroke: #75df8e !important;
  }

  .fillingn {
    fill: #f77b7a !important;
    stroke: #f77b7a !important;
  }

  .fillingz {
    fill: #fbbd50 !important;
    stroke: #fbbd50 !important;
  }

  .wp-block-table td,
  .wp-block-table th {
    border: none !important
  }

  .next-search {
    display: none;
  }
	.desktop-reset, .filters-search{
display: flex;
    width: fit-content !important;
    align-self: end;
		padding:12px 24px !important;
		font-size: 14px !important;
		line-height:17px !important;
    font-weight: 500 !important;
		margin-bottom:10px !important;
		margin-right:0 !important;
	}
	
	
  @media(max-width:767px) {
	  .main-head{
		  display:none;
	  }
	  
	  thead th {
      font-size: 16px;
      font-weight: 600;
      padding: 0 15px !important;
    }

	  
	  .desktop-reset{
		  display:none
	  }
	  .td-prop-lis{
		  width:10%;
	  }
      .download-btn:hover {
	  color:white;
	  }
	  .search-reset{
		  width:250px !important;
      }
	  .first-active{
		  border: 1px solid #BD8C72 !important;
		  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.3);
	  }
	  .pdf svg path{
		  fill:white;
	  }

	  .icon-pp, .cena-prop{
		  flex-direction:column;
		  margin-left: 0;
	  }
    .next-search {
      display: flex;
    }

    .btns {
      display: flex;
      flex-direction: row;
      width: 100%;
		padding-top:10px;
    }

    .search-bar.active-bg .pill {
      background-color: white;
    }

    .pill:hover {
      background: white;
    }

    .pill-option:hover {
      background-color: white;
    }

    .pill-option.activechoice {
      border: 1px solid #BD8C72;
      border-radius: 8px;
    }

    .pill[data-target="typPanel"].active,
    #typPanel {
      display: flex;
    }


    .cena-prop {
      align-items: start;
    }

    .number-loc {
      margin-right: 10px;
    }

    .thirty-days-price {
      font-size: 10px;
      line-height: 14px;
		margin-left:25px;
    }

    .pdf-cart {
      background-color: #3b485e !important;
      color: white;
		margin-bottom:10px;
		margin-right:10px;
    }

    .download-btn {
      font-size: 12px;
      line-height: 12px;
    }

    .links-pp {
		display:flex;
		padding-top:15px;
		width:100%;
    }

    .area-p {
      font-size: 16px;
    }

    .area-garden {
      margin-left: 25px;
    }

    .m-per {
      font-size: 14px;
      margin-left: 25px;
    }

    .status-p label {
      padding: 15px 0;
    }

    .status-p {
      min-width: unset;
    }

    #statusPanel {
      flex-direction: column;
    }

    .floor-checkboxes {
      display: flex;
      flex-direction: row;
    }

    #filter-room-range {
      justify-content: flex-start;
      gap: 20px;
    }

    #filter-floors-wrapper {
      display: flex;
      flex-direction: column;
    }

    #filtersPanel {
      flex-direction: column;
    }

    .pill.active {
      box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.3);
    }

    .pill-mob {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
    }

    .desktop-version {
      display: none;
      position: static !important;
      flex-direction: row;
      padding: 10px;
      margin-top: 10px;
      box-shadow: none;
      border: 1px solid #ddd;
      background-color: #fff;
    }

    .pill.active {
      flex-direction: column;
    }

    .search-bar.active-bg {
      background-color: transparent;
    }

    .search-btn,
    .reset-btn {
      width: 50%;
      height: 50px;
      border-radius: 9px !important;
      justify-content: center;
      padding: 14px 30px;
    }

    .icon-wrapper {
      width: 24px;
      height: 24px;
    }

    .icon-wrapper-2 {
      width: 15px;
      height: 15px;
    }

    .pill-option p {
      line-height: 15px;
      display: none;
    }

    .pill-option {
      font-size: 12px;
      line-height: 15px;
      font-weight: 500;
      gap: 10px;
      flex-direction: column;
      width: 33%;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .pill.active .pill-label {
      font-size: 16px;
    }

    .pill-value {
      display: flex;
      align-items: center;
      font-size: 12px;
    }

    .pill-dropdown {
      width: 100%;
      gap: 8px;
      padding: 0;
      box-shadow: none;
      margin-top: 10px;
      left: 0px;
      flex-direction: row;
      position: static;
      border-radius: 16px;
    }

    .search-bar {
      flex-direction: column;
      box-shadow: none;
      border: none;
    }

    .pill {
      flex-direction: column;
      justify-content: space-between;
      padding: 20px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
      border-radius: 16px;
      border: 2px solid #EBEBEB;
    }

    .tabs-content {
      margin-top: 10px;
    }

    tbody {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%;
    }

    tbody tr {
      display: table-row;
      width: 100%;
    }

    td {
      padding: 10px 10px 5px;
      line-height: 21px;
      font-size: 14px;
    }

    .links-pp {
      border-radius: 0 0 18px 18px;
      padding: 10px 20px 5px;
    }

    .first-pp {
      border-radius: 18px 18px 0 0;
      display: flex;
      flex-direction: column;
        gap: 10px;
      padding-left:20px;
	  padding-right:20px;
      padding-top: 20px !important;
      padding-bottom:10px;
	width:100%;
    }

    table {
      border-spacing: 0;
    }

    thead th {
      font-size: 16px;
      font-weight: 600;
      padding: 0 15px !important;
    }

    #sort-calkowita,
    #sort-powierzchnia {
      min-width: 260px
    }

    #sort-dostepnosc {
      min-width: 180px
    }
  }


  .polygon-border {
    stroke: white !important;
    stroke-width: 1 !Important;
    transition: stroke-opacity 0.3s !important;
  }

  .polygon-border:hover {
    stroke-opacity: 0 !Important;
  }

  .price-history-modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top:50px;
  }

  /* 	Style popup hitorii cen */

  .modal-content {
    background: #FBFBFB;
    padding: 20px;
    width: 90%;
    max-width: 700px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-height: 80vh;
    overflow-y: auto;
  }

  .close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #999;
  }

  .price-history-table {
    width: 100%;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    border: none;
    margin-top: 1rem;
    font-size: 15px;
  }

  .price-history-table tbody,
  .price-history-table thead,
  .price-history-table tr {
    border: none;
  }


  .price-history-table th,
  .price-history-table td {
    border: 1px solid #ebebeb;
    padding: 10px;
    text-align: center;
  }

  .price-history-table thead {
    background-color: #f5f5f5;
    font-weight: bold;
  }

  .price-history-table tr:nth-child(even) {
    background-color: #fafafa;
  }

  .price-history-table thead th:first-child {
    border-top-left-radius: 12px;
  }

  .price-history-table thead th:last-child {
    border-top-right-radius: 12px;
  }

  .price-history-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
  }

  .price-history-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
  }
  .price-history-title{
		font-weight:400;
	      display: flex;
	  	  font-size:16px;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 5px;
    padding-left: 10px;
	}
	.price-history-title strong{
	  font-size:24px;
		font-weight:600;
	}
  .no-history {
    margin-top: 1rem;
    font-style: italic;
    color: #666;
  }
 .price-history-table th, .price-history-table td{
		  text-align:left;
	  }
	.price-history-table thead th{
		font-size:16px;
	}

  @media(max-width:767px) {
	.price-history-title strong{
	  font-size:21px;
	  }
	  .no-results-message svg{
		  height:60px;
		  width:60px;
	  }
	  .no-results-message p{
		  font-size:14px;
	  }
	  .no-res{
		  font-size:18px;
	  }
    .name-ava {
      padding-bottom: 0;
    }

    .disc-p {
      height: 30px;
      padding: 0 10px;
		color:#484747;
    }

    .pill {
      box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 0.06);
	  border: 1px solid #BD8C72 !important;
    }

    .modal-content {
      max-width: 100%;
		padding:20px 10px;
    }


    .price-history-table,
    .price-history-table thead,
    .price-history-table tbody,
    .price-history-table tr {
      display: table;
      width: 100%;
    }

	.price-history-table thead th{
	  padding:5px 15px !important;
	  font-size:14px;
	  text-align:left;
	 }
	  .price-history-table th, .price-history-table td{
		  text-align:left;
	  }

    .price-history-table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
      border-radius: 12px;
      overflow: hidden;
      font-size: 15px;
      margin-top: 1rem;
    }

    .price-history-table th,
    .price-history-table td {
      padding: 12px 16px;
      border: 1px solid #ebebeb;
      vertical-align: top;

    }

    .price-history-table thead {
      background-color: #f5f5f5;
      font-weight: bold;
    }

    /* Szerokość kolumn */
    .price-history-table th:nth-child(1),
    .price-history-table td:nth-child(1) {
      width: 50%;
    }

    .price-history-table th:nth-child(2),
    .price-history-table td:nth-child(2) {
      width: 50%;
    }

    /* Zaokrąglenia */
    .price-history-table thead th:first-child {
      border-top-left-radius: 12px;
    }

    .price-history-table thead th:last-child {
      border-top-right-radius: 12px;
    }

    .price-history-table tbody tr:last-child td:first-child {
      border-bottom-left-radius: 12px;
    }

    .price-history-table tbody tr:last-child td:last-child {
      border-bottom-right-radius: 12px;
    }

  }

