 {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } .global-style-Eg86zzryc { width: 100%;padding-right: 16px;padding-left: 16px;margin-bottom: 0px;margin-top: 0px;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .global-style-Eg86zzryc { margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-Eg86zzryc { margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-Eg86zzryc { margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-Eg86zzryc { margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .global-style-Eg86zzryc { margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;max-width: 1200px; } } .global-style-Eg86zzryc:not([data-gp-component="block"]), .global-style-Eg86zzryc [data-section-overlay] { background-color: undefined; } * { box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #f4f7f6; margin: 0; padding: 20px; } .page-layout { display: flex; flex-wrap: wrap; gap: 30px; max-width: 1400px; margin: 0 auto; } .selector-column { flex: 0 0 320px; background: #ffffff; padding: 30px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); align-self: flex-start; position: sticky; top: 20px; max-height: calc(100vh - 40px); overflow-y: auto; } .results-column { flex: 1; min-width: 300px; } .filter-group { margin-bottom: 30px; } .filter-group:last-child { margin-bottom: 0; } label { display: block; margin-bottom: 12px; font-weight: 600; color: #1a1a1a; font-size: 1rem; } select, button { width: 100%; padding: 12px 16px; font-size: 15px; border-radius: 8px; border: 2px solid #e0e0e0; background: white; transition: all 0.2s ease; } select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; } select:hover:not(:disabled) { border-color: #007bff; } select:focus { outline: none; border-color: #007bff; box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1); } select:disabled { background-color: #f5f5f5; cursor: not-allowed; opacity: 0.6; } .price-filters { display: flex; flex-direction: column; gap: 10px; } .price-filters button { background-color: #f8f9fa; color: #495057; cursor: pointer; font-weight: 500; border: 2px solid #e0e0e0; } .price-filters button:hover:not(:disabled) { background-color: #e9ecef; border-color: #007bff; } .price-filters button.active { background-color: #007bff; color: white; border-color: #007bff; font-weight: 600; } .price-filters button:disabled { background-color: #f5f5f5; cursor: not-allowed; opacity: 0.5; } .status-container { display: flex; justify-content: center; align-items: center; gap: 12px; padding: 30px 20px; min-height: 80px; background: white; border-radius: 12px; margin-bottom: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); } .loader { border: 3px solid #f3f3f3; border-top: 3px solid #007bff; border-radius: 50%; width: 30px; height: 30px; animation: spin 0.8s linear infinite; display: none; } #status-indicator { font-size: 1rem; color: #495057; font-weight: 500; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .results-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 20px; } .property-card { background-color: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.2s ease, box-shadow 0.2s ease; display: flex; flex-direction: column; } .property-card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,0.12); } .property-image-container { width: 100%; height: 220px; overflow: hidden; background-color: #f0f0f0; } .property-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; } .property-card:hover img { transform: scale(1.05); } .property-card-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; } .property-card h3 { margin: 0 0 10px; font-size: 1.1rem; color: #1a1a1a; font-weight: 600; line-height: 1.4; } .property-card .price { font-size: 1.5rem; font-weight: 700; color: #007bff; margin-bottom: 12px; } .property-card .features { font-size: 0.9rem; color: #6c757d; margin-bottom: 12px; padding: 8px 0; border-top: 1px solid #e9ecef; border-bottom: 1px solid #e9ecef; } .property-card .description { font-size: 0.9rem; color: #495057; line-height: 1.5; margin: 0 0 16px; flex-grow: 1; } .property-card a { display: inline-flex; align-items: center; justify-content: center; background-color: #25d366; color: white; padding: 12px 20px; border-radius: 8px; text-decoration: none; font-weight: 600; transition: background-color 0.2s ease; margin-top: auto; } .property-card a:hover { background-color: #1faa52; } /* Modal styles */ .modal-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.75); z-index: 1000; overflow-y: auto; padding: 20px; } .modal-overlay.active { display: flex; align-items: center; justify-content: center; } .modal-content { background: white; border-radius: 12px; max-width: 900px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); } .modal-close { position: sticky; top: 10px; right: 10px; float: right; background: rgba(0, 0, 0, 0.5); color: white; border: none; border-radius: 50%; width: 40px; height: 40px; font-size: 24px; cursor: pointer; z-index: 1001; display: flex; align-items: center; justify-content: center; transition: background 0.2s; } .modal-close:hover { background: rgba(0, 0, 0, 0.8); } .modal-html-content { padding: 20px; } .modal-html-content iframe { width: 100%; min-height: 600px; border: none; } .empty-state { text-align: center; padding: 60px 20px; color: #6c757d; } .empty-state svg { width: 80px; height: 80px; margin-bottom: 20px; opacity: 0.3; } @media (max-width: 1024px) { .selector-column { position: static; max-height: none; } .results-grid { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } } @media (max-width: 768px) { body { padding: 15px; } .page-layout { flex-direction: column; gap: 20px; } .selector-column { flex: 1; padding: 20px; } .results-grid { grid-template-columns: 1fr; } }
