/* Waystation AI job board — standard content spacing for posting descriptions.
   Ashby's default theme zeroes out margins on headings, paragraphs, and lists
   inside the description pane; this restores conventional web typography. */

.ashby-job-posting-right-pane h1,
.ashby-job-posting-right-pane h2,
.ashby-job-posting-right-pane h3 {
  margin-top: 1.6em !important;
  margin-bottom: 0.5em !important;
}

.ashby-job-posting-right-pane h1:first-child,
.ashby-job-posting-right-pane h2:first-child,
.ashby-job-posting-right-pane h3:first-child {
  margin-top: 0 !important;
}

.ashby-job-posting-right-pane p {
  margin: 0 0 1em 0 !important;
}

.ashby-job-posting-right-pane ul,
.ashby-job-posting-right-pane ol {
  margin: 0 0 1.25em 0 !important;
}

.ashby-job-posting-right-pane li {
  margin-bottom: 0.5em !important;
}

.ashby-job-posting-right-pane li:last-child {
  margin-bottom: 0 !important;
}
