/**
 * submit-property.css
 *
 * Styling for views/submit-property.php — loaded only on that page (see
 * layouts/head.php's $page === 'submit-property' check). Same palette/
 * container convention as css/home-value.css's .hv-wrap/.hv-hero (max-
 * width/margin/padding, #12233D text, #4B5A70 copy), not a separately-
 * invented set of numbers. The form itself is styled by the shared
 * css/lead-form.css, also loaded on this page — this file only owns the
 * page wrap and intro copy.
 */

.sp-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 16px 64px;
  color: #12233D;
}

.sp-hero {
  text-align: center;
  margin-bottom: 32px;
}

.sp-heading {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 16px;
  color: #12233D;
}

.sp-copy {
  font-size: 15px;
  line-height: 1.6;
  color: #4B5A70;
  margin: 0;
}
