.pcf-wrap { font-family: "Montserrat", sans-serif; color: #151515; max-width: 100%; overflow-x: clip; position: relative; }
.pcf-wrap * { box-sizing: border-box; }
.pcf-toolbar { display: flex; justify-content: flex-end; align-items: center; margin: 0 0 18px; }
.pcf-toolbar-actions { display: inline-flex; align-items: center; gap: 8px; }
.pcf-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 42px; padding: 0 25px; border: none; background: transparent; color: #202775; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .2px; cursor: pointer; transition: all .2s ease; border-radius: 3px; }
.pcf-toggle svg { width: 14px; height: 14px; display: block; }
.pcf-toggle svg path { fill: #202775; transition: fill .2s ease; }
.pcf-toggle:hover { background: #202775; color: #fff; }
.pcf-toggle:hover svg path { fill: #fff; }
html.pcf-filters-open,
body.pcf-filters-open { overflow: hidden !important; height: 100%; }
.pcf-overlay { position: fixed; inset: 0; background: rgb(0 0 0 / 71%); opacity: 0; visibility: hidden; transition: opacity .2s ease; z-index: 99998; }
.flatpickr-current-month select.flatpickr-monthDropdown-months { padding-bottom: 10px; border: none; }
.pcf-filter-panel { position: fixed; top: 0; right: 0; height: 100vh; height: 100dvh; width: 24vw; min-width: 340px; max-width: 520px; background: #fff; transform: translate3d(110%, 0, 0); transition: transform .25s ease; z-index: 99999; box-shadow: none; display: flex; flex-direction: column; will-change: transform; overflow-x: hidden; overflow-y: hidden; touch-action: pan-y; }
.pcf-filter-panel.is-open { transform: translate3d(0, 0, 0); box-shadow: -8px 0 26px rgba(0, 0, 0, .14); }
.pcf-overlay.is-open { opacity: 1; visibility: visible; }
.pcf-panel-header { display: flex; justify-content: flex-end; align-items: center; padding: 14px 16px; border-bottom: 1px solid #e8e8e8; }
.pcf-panel-title { font-size: 14px; font-weight: 700; letter-spacing: .2px; }
.pcf-close { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; border: 1px solid #111; background: #fff; color: #111; cursor: pointer; font-size: 20px; line-height: 1; }
.pcf-form { display: grid; grid-template-columns: 1fr; gap: 25px; padding: 16px 16px 28px; overflow-y: auto; overflow-x: hidden; /* flex: 1 1 auto; */ min-height: 0; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; touch-action: pan-y; }
.pcf-field { display: flex; flex-direction: column; gap: 6px; }
.pcf-field select { width: 100%; }
.pcf-label { font-family: "Montserrat", sans-serif; font-weight: 700; text-transform: uppercase; }
.pcf-input, .pcf-select { height: 38px; border: 1px solid #d8d8d8; padding: 0 12px; font-size: 14px; color: #222; background: #fff; }
.pcf-range { grid-column: 1 / -1; }
.pcf-range-slider { position: relative; height: 28px; display: flex; align-items: center; }
.pcf-range-track { position: absolute; left: 0; right: 0; top: 50%; height: 3px; background: #cfcfcf; transform: translateY(-50%); pointer-events: none; }
.pcf-range-fill { position: absolute; top: 50%; height: 3px; background: #202775; transform: translateY(-50%); pointer-events: none; }
.pcf-range-slider input[type=range] { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; margin: 0; background: transparent; pointer-events: auto; -webkit-appearance: none; appearance: none; -moz-appearance: none; padding: 15px 0; border: none; }
#pcf-range-from { z-index: 3; }
#pcf-range-to { z-index: 4; }
.pcf-range-slider input[type=range]::-webkit-slider-runnable-track { height: 1px; background: transparent; }
.pcf-range-slider input[type=range]::-moz-range-track { height: 1px; background: transparent; border: none; }
.pcf-range-slider input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 18px; height: 18px; border-radius: 50%; background: #202775; border: none; box-shadow: none; cursor: pointer; margin-top: -8px; }
.pcf-range-slider input[type=range]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #202775; border: none; box-shadow: none; cursor: pointer; }
.pcf-range-slider input[type=range]::-ms-thumb { width: 18px; height: 18px; border-radius: 50%; background: #202775; border: none; box-shadow: none; cursor: pointer; }
.pcf-range-slider input[type=range]::-ms-track { height: 1px; background: transparent; border-color: transparent; color: transparent; }
.pcf-range-inputs { display: flex; gap: 10px; width: 100%; }
.pcf-range-inputs > * { width: 50%; min-width: 0; flex: 0 0 calc(50% - 5px); }
.pcf-range-inputs input[type=number] { height: 25px; font-size: 14px; min-height: 25px; }
.pcf-number-wrap { display: flex; align-items: center; gap: 6px; }
.pcf-number-wrap .pcf-number-euro { font-size: 14px; color: #202775; line-height: 1; }
.pcf-checkbox-group { display: flex; flex-direction: column; gap: 0; }
.pcf-check { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; }
.pcf-actions { grid-column: 1 / -1; display: flex; gap: 10px; align-items: center; flex-direction: column-reverse; }
.pcf-btn { display: inline-flex; align-items: center; justify-content: center; height: 42px; padding: 0 16px; border: 1px solid #202775; background: #202775; color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .2px; cursor: pointer; width: 100%; }
.pcf-btn-secondary { background: #fff; color: #202775; }
.pcf-topbar { margin: 0 0 18px; }
.pcf-count { font-size: 15px; color: #4d4d4d; }
.pcf-count strong { color: #151515; }
.pcf-grid { display: grid; grid-template-columns: repeat(var(--pcf-cols, 2), minmax(0, 1fr)); gap: 30px 24px; }
.pcf-card { display: flex; flex-direction: column; }
.pcf-thumb { display: block; aspect-ratio: 8/5; overflow: hidden; background: #f8f8f8; margin-bottom: 12px; }
.pcf-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pcf-head { display: flex; gap: 10px; }
.pcf-head-left, .pcf-head-right { width: 50%; }
.pcf-head-right { text-align: right; }
.pcf-title { font-size: 22px; line-height: 1.05; margin: 0; font-weight: 700; }
.pcf-title a { text-decoration: none; color: #0f0f0f; }
.pcf-address { font-size: 13px; color: #5a5a5a; line-height: 1.25; margin-top: 6px; font-weight: 600; }
.pcf-price { font-size: 30px; line-height: 1; font-weight: 700; color: #202775; margin: 0; }
.pcf-meta { display: flex; flex-wrap: wrap; gap: 8px 10px; border-top: 1px solid #e8e8e8; margin-top: 12px; padding-top: 12px; font-size: 13px; }
.pcf-pagination { display: flex; gap: 10px; align-items: center; justify-content: center; margin-top: 28px; }
.pcf-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 10px; border: 1px solid #d7d7d7; text-decoration: none; color: #111; font-size: 13px; font-weight: 600; }
.pcf-pagination .page-numbers.current { background: #111; color: #fff; border-color: #111; }

@media (max-width: 1024px) {
    .pcf-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pcf-filter-panel { width: min(92vw, 520px); min-width: 0; }
}
@media (max-width: 640px) {
    .pcf-grid { grid-template-columns: 1fr; }
}
