/* ══════════════════════════════════════════════════════════
   Manor Realty — Property Sales Page
   Requires: manor.css (shared design system)
   ══════════════════════════════════════════════════════════ */

.mn-hdr--sales .mn-hdr__photo {
  background-image: var(--image-1b2a4b7c);
  opacity: 0.28;
}

/* OneRoof widget container */
.mn-widget {
  background: var(--mn-cream);
  padding: var(--gap-section) 0;
}

.mn-widget__head { margin-bottom: clamp(2rem, 4vw, 3rem); }
