/* Inner pages use the same white and light cream surfaces as the V1 homepage. */
body.inner-page { background: #fff; }

/* Open directories stay white; cream marks a separate section or active item. */
.inner-page .associates-directory { background: #fff; }
.inner-page .associate-group.associate-csr { background: #fffef9; }
.inner-page .associate-name-list a:is(:hover, :focus-visible) {
  background: var(--paper);
  box-shadow: none;
}
.inner-page .associates-directory a.csr-cell:is(:hover, :focus-visible) {
  background: var(--paper);
}

/* Keep the practical guides bright, with useful cream callouts. */
.visitor-page { --visitor-wash: var(--paper); }
.visitor-page main { background: #fff; }
.visitor-page .visitor-date-note {
  background: #fff;
  box-shadow: none;
}
.visitor-page .visitor-faq-list details[open],
.visitor-page .visitor-faq-list details[open]::before {
  background: var(--paper);
}
