/* Study tab only -- shared tokens, page chrome, and accordion primitives
   live in sp5.css. The content itself is hand-authored HTML
   (sp5/static/html/*.html), rendered as-is via the |safe filter. */
.sp5-study-text {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "Roboto Mono", Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.85rem; line-height: 1.6; color: var(--sp5-ink);
  margin: 0;
}

/* Study-only accordion header: solid accent bar instead of the shared
   component's neutral row, matching the active tab button's look. Scoped
   to .sp5-study-accordion so Holdings/Performance/Trade History/Index
   Changes keep the plain .sp5-accordion styling from sp5.css. */
.sp5-study-accordion > .sp5-accordion-summary {
  background: var(--sp5-accent); color: #fff;
  padding: 0.55rem 0.7rem; margin: -0.55rem -0.7rem;
}
.sp5-study-accordion > .sp5-accordion-summary:hover { background: var(--sp5-accent-strong); }
.sp5-study-accordion > .sp5-accordion-summary::after {
  background: rgba(255, 255, 255, 0.18); color: #fff; border-color: rgba(255, 255, 255, 0.5);
}
.sp5-study-accordion > .sp5-accordion-summary:hover::after {
  background: #fff; color: var(--sp5-accent); border-color: #fff;
}
.sp5-study-accordion > .sp5-accordion-summary .sp5-accordion-hint { color: rgba(255, 255, 255, 0.75); }
