/**
 * about-us.css
 *
 * Styling for views/about-us.php — loaded only on that page (see
 * layouts/head.php's $page === 'about-us' check). Same palette as
 * mortgages.css/contact-us.css (#12233D text, #4B5A70 copy, #1E40AF
 * accent) and the same .mg-wrap/.cu-wrap container convention (max-width/
 * margin/padding) — not a separately-invented set of numbers.
 *
 * Unlike Mortgages/Contact Us (a two-column info + form layout), this
 * page is plain prose with no form or sidebar — .au-content narrows the
 * actual paragraph text to a comfortable reading width inside the
 * wider .au-wrap, rather than stretching every line the full 1140px
 * container width.
 */

.au-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 16px 48px;
  color: #12233D;
}

.au-content {
  max-width: 720px;
  margin: 0 auto;
}

.au-heading {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 28px;
}

.au-section {
  margin: 0 0 32px;
}

.au-section-heading {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 12px;
  color: #12233D;
}

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

.au-copy:last-child {
  margin-bottom: 0;
}

.au-closing {
  font-size: 16px;
  font-weight: 700;
  color: #12233D;
  margin: 8px 0 0;
}

.au-closing a {
  color: #1E40AF;
  text-decoration: underline;
}
