.lef-section-header{display:flex; align-items:center; justify-content:space-between; margin-bottom:24px} .lef-section-title{font-size:2.5rem; font-weight:500; color:var(--leb-secondary-color)} .lef-property-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:20px 12px} .lef-property-card{overflow:hidden; cursor:pointer; border-radius:20px; background:var(--leb-white); border:1px solid var(--leb-border-color)} .lef-property-card:hover .lef-card-image{transform:scale(1.05)} .lef-card-image-container{position:relative; width:100%; aspect-ratio:4 / 3; overflow:hidden} .lef-card-image{width:100%; height:100% !important; object-fit:cover; transition:transform 0.5s ease} .lef-card-image.lef-is-placeholder{object-fit:cover !important; background:var(--leb-bg-light)} .lef-favorite-btn{position:absolute; top:12px; right:12px; width:32px; height:32px; background:var(--leb-overlay-bg); border:none; border-radius:50%; cursor:pointer; display:flex; align-items:center; justify-content:center; z-index:2} .lef-favorite-btn svg{width:18px; height:18px; fill:none; stroke:var(--leb-text-color); stroke-width:2} .lef-favorite-btn.is-active svg{fill:var(--leb-primary-color); stroke:var(--leb-primary-color)} .lef-image-nav{position:absolute; top:50%; transform:translateY(-50%); width:28px; height:28px; background:var(--leb-white); border-radius:50%; display:flex; align-items:center; justify-content:center; opacity:0; transition:opacity 0.2s; border:1px solid var(--leb-border-color); z-index:2} .lef-card-image-container:hover .lef-image-nav{opacity:1} .lef-nav-prev{left:8px} .lef-nav-next{right:8px} .lef-card-body{padding:12px 10px; display:flex; flex-direction:column; align-items:flex-start; gap:4px} .lef-property-title{font-size:1.4rem; font-weight:500; line-height:1.2} .lef-property-summary{font-size:1.35rem; color:var(--leb-text-muted); font-weight:400; line-height:1.2} .lef-property-price{font-size:1.4rem; font-weight:500; margin-top:auto; margin-left:0.25rem} .lef-price-period{font-weight:400; color:var(--leb-text-muted)} .lef-no-properties{padding:10px 0; text-align:center; color:var(--leb-text-muted); font-size:14px} @media (max-width:1250px){.lef-property-grid{grid-template-columns:repeat(4,1fr)}} @media (max-width:910px){.lef-property-grid{grid-template-columns:repeat(3,1fr)}} @media (max-width:650px){.lef-property-grid{grid-template-columns:repeat(2,1fr)} .lef-section-title{font-size:2.1rem}} @media (max-width:400px){.lef-property-title{font-size:1.3rem} .lef-property-summary{font-size:1.1rem} .lef-property-price{font-size:1.15rem}} @media (max-width:320px){.lef-property-title{font-size:1.25rem}}