/* =========================================================================
   FAQ. Values transcribed from final_html/FAQ.dc.html.
   ========================================================================= */

/* This page's body column is 900px, not the shell's 1180. */
.page-body__inner--narrow { max-width: 900px; }

.faq-intro {
  font-size: 16px; line-height: 1.7; color: #3A4A40; margin: 0 0 28px !important;
}
.faq-intro a { color: #2D5441; font-weight: 700; }

/* Optional gold link after an answer. */
.pp-accordion__link {
  display: inline-block; margin-top: 10px;
  color: #F7B51C; font-weight: 600; font-size: 14px;
}
.pp-accordion__link:hover { color: #FFFBE6; }

/* The accordion heading is an h2 on this page (it IS the page content);
   neutralise the page-body h2 sizing inside the trigger. */
.faq-accordion .pp-accordion__heading { margin: 0; font-size: inherit; }
