.apartment-tags{position:absolute;bottom:8px;left:12px;display:flex;flex-wrap:wrap;gap:6px;z-index:5}.apartment-tag{display:flex;align-items:center;gap:4px;padding:3px 8px;border-radius:12px;background-color:#00000080;color:#fff;font-size:12px;font-weight:500;backdrop-filter:blur(6px);box-shadow:0 2px 8px #0003;transition:transform .25s ease,box-shadow .25s ease}.apartment-tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.apartment-tag__icon{font-size:14px}.apartment-tag__value{font-size:11px;font-weight:500;letter-spacing:0px}.virtual-tag{position:absolute;top:10px;left:10px;background:#0f447e;color:#fff;font-size:.55rem;font-weight:600;padding:4px 8px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px #0000001a;z-index:5}.virtual-tag:hover{cursor:pointer;transform:scale(1.1);transition:transform .4s ease-in-out}:root{--primary-color: #0f447e;--primary-hover: #0d3a6b;--text-primary: #111827;--text-secondary: #6b7280;--text-light: #9ca3af;--text-on-primary: rgb(255, 255, 255);--bg-white: white;--bg-light: #f3f4f6;--bg-lighter: #f9fafb;--bg-hover: #e5e7eb;--border-color: #e0e0e0;--border-dark: #a3a9ae;--shadow-light: 0 2px 10px rgba(0, 0, 0, .05);--shadow-medium: 0 4px 20px rgba(0, 0, 0, .2);--color: #e30613;--error-color: #e30613}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,Poppins Fallback,sans-serif}.PropertyItemMain-property-description{min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;max-height:3em}.PropertyItemMain-highlights{color:var(--color)}.PropertyItemMain-property-item{width:100%;max-width:390px;border:1px solid var(--border-dark);border-radius:.8rem;overflow:hidden;background:var(--bg-white);transition:transform .2s ease;cursor:pointer}.PropertyItemMain-property-item:hover{transform:translateY(-3px);box-shadow:0 4px 8px #00000026}.PropertyItemMain-property-item:focus-visible{outline:3px solid rgba(12,68,126,.45);outline-offset:2px}.PropertyItemMain-property-image-container{position:relative;height:200px;width:100%;background-color:#e5e7eb;overflow:hidden}.PropertyItemMain-property-image{width:100%;height:100%;object-fit:cover}.PropertyItemMain-property-image--carousel{position:absolute;top:0;left:0;opacity:0;transition:opacity .6s ease-in-out;will-change:opacity}.PropertyItemMain-property-image--carousel.is-active{opacity:1;z-index:1}.PropertyItemMain-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#ffffffeb;color:#0c447e;border:none;cursor:pointer;box-shadow:0 2px 8px #0000002e;opacity:0;transition:opacity .2s ease,background .2s ease,transform .15s ease;z-index:6}.PropertyItemMain-property-image-container:hover .PropertyItemMain-carousel-nav{opacity:1}.PropertyItemMain-carousel-nav:hover{background:#0c447e;color:#fff;transform:translateY(-50%) scale(1.08)}.PropertyItemMain-carousel-nav--prev{left:10px}.PropertyItemMain-carousel-nav--next{right:10px}@media(hover:none){.PropertyItemMain-carousel-nav{opacity:.85}}.PropertyItemMain-favorite-btn{position:absolute;top:.8rem;right:.8rem;background:var(--bg-white);border:none;border-radius:50%;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .2s ease;z-index:5}.PropertyItemMain-share-btn{position:absolute;top:.8rem;right:3.4rem;background:var(--bg-white);border:none;border-radius:50%;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .2s ease;z-index:5}.PropertyItemMain-share-btn:hover{background:#f1f5f9}.PropertyItemMain-favorite-btn:hover{transform:scale(1.1);background:#f8f8f8}.PropertyItemMain-verified-badge{position:absolute;bottom:.7rem;right:.7rem;display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#fef2f2;color:#b91c1c;border:1px solid rgba(227,6,19,.25);border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em;box-shadow:0 2px 8px #0f172a2e;z-index:5}.PropertyItemMain-property-details{padding:.8rem 1rem 1rem;display:flex;flex-direction:column;height:calc(100% - 200px)}.PropertyItemMain-property-type{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.PropertyItemMain-property-description{color:var(--text-secondary);font-size:.92rem;margin-bottom:.6rem;line-height:1.4}.PropertyItemMain-property-price{font-weight:700;color:var(--primary-color);margin-bottom:.5rem;font-size:1rem}.PropertyItemMain-property-features{display:flex;flex-wrap:wrap;gap:.37rem;padding-top:8px;margin-bottom:1rem}.PropertyItemMain-property-feature-tag{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;background-color:#f0f4f9;color:#686668}.PropertyItemMain-feature-tag{background:var(--bg-light);padding:.4rem .8rem;border-radius:1rem;font-size:.8rem;color:var(--text-secondary);border:1px solid var(--border-color)}.PropertyItemMain-visit-btn-container{margin-top:auto;padding-top:1rem}.PropertyItemMain-visit-btn{width:100%;background:var(--primary-color);color:#fff;border:none;padding:.55rem .8rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-size:.9rem}.PropertyItemMain-visit-btn:hover{background:var(--primary-hover)}@media(max-width:768px){.PropertyItemMain-property-item{max-width:100%}.PropertyItemMain-property-container{padding:1.5rem 1rem}.PropertyItemMain-property-title{font-size:1.5rem;text-align:center}.PropertyItemMain-filter-container{flex-wrap:wrap;justify-content:flex-start;padding-bottom:.5rem;gap:.5rem}.PropertyItemMain-filter-spacer{display:none}.PropertyItemMain-view-all-btn{margin-left:0;width:100%;margin-top:.5rem}.PropertyItemMain-filter-btn{font-size:.85rem;padding:.5rem .8rem}.PropertyItemMain-filter-btn.PropertyItemMain-active{transform:none;box-shadow:0 2px 8px #0f447e4d}}@media(max-width:480px){.PropertyItemMain-property-title{font-size:1.4rem}.PropertyItemMain-property-type{font-size:1.25rem}.PropertyItemMain-property-description{font-size:1rem;line-height:1.5}.PropertyItemMain-property-price{font-size:1.15rem}.PropertyItemMain-property-feature-tag{font-size:13px;padding:5px 10px}.PropertyItemMain-visit-btn{font-size:1rem;padding:.7rem 1rem}.PropertyItemMain-filter-btn{font-size:.8rem;padding:.4rem .6rem}.PropertyItemMain-filter-btn .PropertyItemMain-icon{width:14px;height:14px}}
