/* Minimal readable defaults for brochure-style pages (static_pages,
   company_pages) whose body copy is staff-managed HTML from PageAsset.
   03_reset.css zeroes all spacing/list-style, so this is the minimum
   needed to make that copy legible — not a themed design pass. */

.content-page {

  .page-heading {
    font-size: var(--font-size-8);
    font-weight: 700;
    margin-bottom: var(--space-5);
  }

  .rich-text {
    max-width: 65ch;

    p, ul, ol, blockquote {
      margin-bottom: 1em;
      line-height: 1.6;
    }

    ul, ol {
      padding-left: 1.25em;
    }

    ul {
      list-style: disc;
    }

    ol {
      list-style: decimal;
    }

    blockquote {
      padding-left: 1em;
      border-left: 2px solid var(--color-black);
    }

    strong {
      font-weight: 700;
    }

    em {
      font-style: italic;
    }
  }

  .job-listing {
    margin-bottom: var(--space-6);
  }

}
