/* ==========================================================================
   IDX wrappers. The search UI itself is iHomefinder's Kestrel app, rendered
   into a shadow root inside .idx-mount with its own stylesheet — these rules
   only position the container on the page.
   ========================================================================== */
.idx-heading { padding: 96px 20px 40px; text-align: center; }

.idx-section {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0 60px;
}

.idx-mount { min-height: 320px; }
