/*
 * Patient shell — the one divergence from the shared header/footer. Loaded on
 * every patient page, after components.css.
 *
 * The audience-toggle pill's border is a solid, saturated blue on the patient
 * pages, where the HCP design draws a translucent light one
 * (--color-toggle-border). Everything else about the toggle matches the shared
 * partial at both breakpoints; no other override belongs here.
 */
.audience-toggle {
  border-color: #2a68a9;
}
