
:root{--ml-navy:#0d3761;--ml-coral:#ff6575;--ml-aqua:#12a7c9;--ml-bg:#f7fafc;--ml-line:#dfe8ee;--ml-text:#19364e}
.mlppv-finder,.mlppv-single{max-width:1500px;margin:0 auto;padding:24px;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ml-text)}
.mlppv-hero{display:flex;justify-content:space-between;align-items:end;gap:24px;background:linear-gradient(130deg,#f0f9ff,#fff5eb);padding:32px;border-radius:25px;margin-bottom:18px}
.mlppv-kicker{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.78rem;color:var(--ml-coral)}
.mlppv-hero h1{font-size:clamp(2rem,4vw,4rem);line-height:1;margin:.35rem 0;color:var(--ml-navy)}
.mlppv-hero p{font-size:1.04rem;max-width:760px}.mlppv-hero-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.mlppv-location-btn{border:0;border-radius:999px;padding:12px 18px;background:var(--ml-coral);color:white;font-weight:800;cursor:pointer}.mlppv-count{background:white;border-radius:999px;padding:10px 14px;font-weight:800}
.mlppv-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 200px auto;gap:10px;margin:15px 0}.mlppv-search{display:flex;align-items:center;border:1px solid var(--ml-line);border-radius:13px;background:white;padding:0 12px}.mlppv-search input{border:0!important;box-shadow:none!important;width:100%;padding:14px 9px!important;background:transparent}.mlppv-toolbar select,.mlppv-sort{border:1px solid var(--ml-line);border-radius:12px;background:white;padding:12px}
.mlppv-view-switch{display:flex;background:#eaf1f5;border-radius:12px;padding:4px}.mlppv-view-switch button{border:0;background:transparent;border-radius:9px;padding:10px 13px;font-weight:800;cursor:pointer}.mlppv-view-switch button.active{background:white;box-shadow:0 2px 9px rgba(13,55,97,.11)}
.mlppv-filter-panel{border:1px solid var(--ml-line);background:white;border-radius:15px;padding:13px 16px;margin-bottom:16px}.mlppv-filter-panel summary{font-weight:800;cursor:pointer}.mlppv-amenity-filters{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.mlppv-amenity-filters label{background:#f5f9fa;border:1px solid var(--ml-line);border-radius:999px;padding:7px 10px;font-size:.86rem;cursor:pointer}.mlppv-amenity-filters input{accent-color:var(--ml-coral)}
.mlppv-layout{display:grid;grid-template-columns:minmax(380px,44%) 1fr;gap:18px;align-items:start}.mlppv-map-wrap{position:sticky;top:18px}.mlppv-map-wrap,#mlppv-map{height:720px;min-height:520px;border-radius:22px;overflow:hidden;background:#e8f1ec}
.mlppv-layout.map{grid-template-columns:1fr}.mlppv-layout.map .mlppv-results{display:none}.mlppv-layout.map #mlppv-map{height:min(78vh,860px)}.mlppv-layout.list{grid-template-columns:1fr}.mlppv-layout.list .mlppv-map-wrap{display:none}.mlppv-layout.list .mlppv-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.mlppv-results-head{display:flex;justify-content:space-between;align-items:center;margin:3px 0 11px}.mlppv-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.mlppv-card{background:white;border:1px solid var(--ml-line);border-radius:19px;overflow:hidden;box-shadow:0 8px 24px rgba(13,55,97,.07);transition:.2s}.mlppv-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(13,55,97,.13)}
.mlppv-card-image{display:block;aspect-ratio:3/2;overflow:hidden}.mlppv-card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.mlppv-card:hover img{transform:scale(1.03)}
.mlppv-card-body{padding:16px}.mlppv-card-top,.mlppv-card-footer{display:flex;justify-content:space-between;gap:10px;align-items:center}.mlppv-card-top span{text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;font-weight:800;color:#698090}.mlppv-show-map{border:0;background:#e9f8f2;color:#146c55;border-radius:999px;padding:7px 10px;font-weight:700;cursor:pointer}
.mlppv-card h2{margin:8px 0;font-size:1.32rem}.mlppv-card h2 a{color:var(--ml-navy);text-decoration:none}.mlppv-card p{line-height:1.5;font-size:.92rem}.mlppv-chips{display:flex;gap:6px;flex-wrap:wrap;margin:11px 0}.mlppv-chips span{background:#f1f6f7;border-radius:999px;padding:5px 8px;font-size:.74rem}.mlppv-card-footer{border-top:1px solid #edf2f4;padding-top:11px}.mlppv-card-footer small{max-width:68%}.mlppv-card-footer a{color:#e75266;font-weight:800;text-decoration:none}.mlppv-empty{text-align:center;padding:50px}
.mlppv-single-hero{min-height:510px;background-size:cover;background-position:center;border-radius:26px;display:flex;align-items:flex-end;padding:36px;color:white;margin-bottom:25px}.mlppv-single-hero h1{font-size:clamp(2.3rem,6vw,5rem);line-height:1;margin:.3rem 0}.mlppv-single-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px}.mlppv-single-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.mlppv-single-actions a{background:var(--ml-coral);color:white;padding:11px 16px;border-radius:999px;text-decoration:none;font-weight:800}.mlppv-rich-content{font-size:1.05rem;line-height:1.75}.mlppv-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mlppv-gallery img{width:100%;height:280px;object-fit:cover;border-radius:17px}.mlppv-tip{background:#fff2dc;padding:21px;border-radius:18px;margin:24px 0}.mlppv-fact-card{border:1px solid var(--ml-line);background:white;border-radius:18px;padding:19px;margin-bottom:15px}.mlppv-fact-card h2{margin-top:0}.mlppv-fact-card p{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #edf2f4;padding-bottom:10px}.mlppv-fact-card p span{text-align:right}.mlppv-single-amenities{display:grid;gap:8px}
@media(max-width:1000px){.mlppv-toolbar{grid-template-columns:1fr 1fr}.mlppv-search{grid-column:1/-1}.mlppv-layout{grid-template-columns:1fr}.mlppv-map-wrap{position:relative;top:auto}.mlppv-map-wrap,#mlppv-map{height:480px}.mlppv-single-grid{grid-template-columns:1fr}.mlppv-layout.list .mlppv-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.mlppv-finder,.mlppv-single{padding:14px}.mlppv-hero{display:block;padding:23px}.mlppv-hero-actions{margin-top:17px}.mlppv-toolbar{grid-template-columns:1fr}.mlppv-search{grid-column:auto}.mlppv-view-switch{justify-content:center}.mlppv-cards,.mlppv-layout.list .mlppv-cards{grid-template-columns:1fr}.mlppv-map-wrap,#mlppv-map{height:390px}.mlppv-single-hero{min-height:380px;padding:23px}.mlppv-gallery{grid-template-columns:1fr}}

.mlppv-source-badge{display:inline-flex;align-items:center;gap:5px;background:#e9f7ef;color:#176348;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:800}.mlppv-source-badge:before{content:'✓'}
