.agency-properties-wrapper{margin:20px 0}.agency-info-card{background:#fff;border:1px solid #e1e8ed;border-radius:8px;padding:10px;margin-bottom:30px;box-shadow:0 2px 12px rgb(0 0 0 / .08)}.agency-info-header{display:flex;align-items:stretch;gap:20px}.agency-logo{flex-shrink:0}.agency-logo img{width:80px;height:80px;object-fit:cover;border-radius:8px}.agency-details{display:flex;flex-direction:column;justify-content:center;flex:1}.agency-name{margin:0 0 10px 0;font-size:24px;font-weight:600;color:#2c3e50}.agency-description{margin:0 0 15px 0;color:#666;line-height:1.6}.agency-contact{display:flex;flex-wrap:wrap;gap:20px}.agency-contact span{display:flex;align-items:center;gap:8px;color:#666;font-size:14px}.agency-contact i{color:var(--e-global-color-primary);width:16px}.agency-contact a{color:var(--e-global-color-primary);text-decoration:none}.agency-contact a:hover{text-decoration:underline}.agency-properties-grid{display:grid;gap:20px;margin:20px 0}.agency-properties-grid.columns-1{grid-template-columns:1fr}.agency-properties-grid.columns-2{grid-template-columns:repeat(2,1fr)}.agency-properties-grid.columns-3{grid-template-columns:repeat(3,1fr)}.agency-properties-grid.columns-4{grid-template-columns:repeat(4,1fr)}.property-item{background:#fff;border:1px solid #e1e8ed;border-radius:8px;overflow:hidden;transition:all 0.3s ease;box-shadow:0 2px 8px rgb(0 0 0 / .08)}.property-item:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgb(0 0 0 / .12)}.property-image{position:relative;overflow:hidden;height:200px}.property-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.property-item:hover .property-image img{transform:scale(1.05)}.property-content{padding:20px}.property-title{margin:0 0 10px 0;font-size:18px;font-weight:600;line-height:1.4}.property-title a{color:#2c3e50;text-decoration:none}.property-title a:hover{color:#00aeef}.property-price{margin:0 0 15px 0;font-size:20px;font-weight:700;color:#00aeef}.property-features{color:#666;font-size:14px;padding-top:10px;border-top:1px solid #f0f0f0}.agency-properties-no-results{text-align:center;padding:60px 20px;color:#666;font-size:16px;background:#f8f9fa;border-radius:8px;margin:20px 0}.agency-properties-pagination{text-align:center;margin:40px 0 20px 0}.agency-properties-pagination .page-numbers{display:inline-block;padding:10px 15px;margin:0 5px;background:#fff;border:1px solid #e1e8ed;color:#666;text-decoration:none;border-radius:4px;transition:all 0.3s ease}.agency-properties-pagination .page-numbers:hover,.agency-properties-pagination .page-numbers.current{background:#00aeef;color:#fff;border-color:#00aeef}.agency-properties-loadmore{text-align:center;margin:40px 0 20px 0}.btn-load-more{background:#00aeef;color:#fff;border:none;padding:12px 30px;border-radius:25px;cursor:pointer;font-size:14px;font-weight:600;transition:all 0.3s ease}.btn-load-more:hover{background:#08c;transform:translateY(-1px)}@media (max-width:1024px){.agency-properties-grid.columns-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.agency-properties-grid.columns-3,.agency-properties-grid.columns-4{grid-template-columns:repeat(2,1fr)}.agency-info-header{flex-direction:column;text-align:center}.agency-contact{justify-content:center}}@media (max-width:480px){.agency-properties-grid.columns-2,.agency-properties-grid.columns-3,.agency-properties-grid.columns-4{grid-template-columns:1fr}.agency-info-card{padding:20px}.agency-contact{flex-direction:column;align-items:center;gap:10px}}.agency-properties-grid.layout-list{grid-template-columns:1fr}.layout-list .property-item{display:flex}.layout-list .property-image{width:300px;height:200px;flex-shrink:0}.layout-list .property-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}@media (max-width:768px){.layout-list .property-item{flex-direction:column}.layout-list .property-image{width:100%;height:200px}}