.parent-story-toolbar { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 6px 12px; align-items: end; margin: 18px 0 14px; }
.parent-story-toolbar label { color: #596266; font-size: 12px; font-weight: 650; }
.parent-story-toolbar select { grid-row: 2; margin: 0; }
.parent-story-summary { grid-column: 2; grid-row: 2; align-self: center; color: #68746d; font-size: 10px; white-space: nowrap; }
.parent-story-list { display: grid; gap: 7px; }
.parent-story-card { display: grid; grid-template-columns: 27px minmax(0,1fr) 22px; align-items: center; gap: 9px; width: 100%; min-height: 66px; padding: 10px 10px 10px 8px; border: 1px solid #dce3d6; border-radius: 12px; background: #f8faf5; color: #243b34; font: inherit; text-align: left; cursor: pointer; transition: border-color .16s, background .16s, transform .16s; }
.parent-story-card:hover { border-color: #afc9ba; background: #f0f6ef; transform: translateY(-1px); }
.parent-story-number { align-self: start; padding-top: 2px; color: #728078; font-size: 10px; font-variant-numeric: tabular-nums; }
.parent-story-card-copy { display: grid; gap: 3px; min-width: 0; }
.parent-story-card-copy strong { overflow-wrap: anywhere; font-size: 14px; line-height: 1.35; }
.parent-story-card-copy small { color: #68746d; font-size: 10px; line-height: 1.4; }
.parent-story-card-copy .parent-story-focus { color: #31635a; }
.parent-story-arrow { color: #16786f; font-size: 18px; }
.parent-story-note { margin: 12px 0 0; color: #68746d; font-size: 10px; line-height: 1.55; }
.parent-story-detail[hidden], [data-story-browser][hidden] { display: none; }
.parent-story-detail { min-width: 0; }
.parent-story-back { min-height: 44px; margin: 2px 0 14px; padding: 8px 0; border: 0; background: transparent; color: #16786f; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.parent-story-heading { padding: 0 0 16px; border-bottom: 1px solid #dce3d6; }
.parent-story-eyebrow { display: block; margin-bottom: 7px; color: #16786f; font-size: 10px; font-weight: 750; letter-spacing: .04em; }
.reading-settings .parent-story-heading h4 { margin: 0 0 7px; color: #202229; font-size: 25px; line-height: 1.2; letter-spacing: -.5px; }
.reading-settings .parent-story-detail-meta { margin: 0; font-size: 11px; }
.parent-story-sentences { margin: 0 0 20px; padding: 0; list-style: none; counter-reset: story-sentence; }
.parent-story-sentences > li { position: relative; padding: 18px 0 18px 27px; border-bottom: 1px solid #edf0e7; counter-increment: story-sentence; }
.parent-story-sentences > li::before { content: counter(story-sentence, decimal-leading-zero); position: absolute; top: 24px; left: 0; color: #71887a; font-size: 9px; }
.reading-settings .parent-story-sentence { margin: 0; color: #202229; font-family: "Comic Sans MS", "Chalkboard SE", ui-rounded, system-ui, sans-serif; font-size: 22px; line-height: 1.45; overflow-wrap: anywhere; }
.parent-story-audio { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.parent-story-audio:empty { display: none; }
.parent-story-audio button { min-height: 40px; padding: 7px 10px; border: 0; border-radius: 8px; background: #ecf3ec; color: #16786f; font: inherit; font-size: 11px; font-weight: 700; cursor: pointer; }
.parent-story-audio button.is-effect { background: transparent; font-weight: 550; }
.parent-story-audio button[aria-pressed="true"] { background: #16786f; color: white; }
.parent-story-picture { position: relative; width: 100%; margin: 12px 0 0; overflow: hidden; border-radius: 10px; background: #edf3e9; aspect-ratio: 1.5; }
.parent-story-picture img { position: absolute; display: block; max-width: none; object-fit: fill; }
.parent-story-retell { margin: 22px 0; padding: 2px 0 2px 14px; border-left: 3px solid #b5d6c8; }
.parent-story-retell strong { color: #16786f; font-size: 11px; }
.reading-settings .parent-story-retell p { margin: 5px 0 0; color: #202229; font-size: 15px; }
.parent-story-notes { padding-top: 10px; border-top: 1px solid #dce3d6; font-size: 11px; line-height: 1.6; }
.parent-story-notes summary { min-height: 44px; padding: 10px 0; color: #16786f; font-weight: 700; cursor: pointer; }
.reading-settings .parent-story-notes p { margin: 9px 0; font-size: 11px; }
.parent-story-notes ul { padding-left: 18px; }
.parent-story-controls { display: flex; justify-content: space-between; gap: 10px; margin-top: 10px; padding-top: 10px; border-top: 1px solid #dce3d6; }
.parent-story-controls button { min-height: 44px; padding: 7px 0; border: 0; background: transparent; color: #16786f; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.parent-story-controls button:disabled { opacity: .35; cursor: default; }
@media (max-width: 360px) {
  .parent-story-toolbar { grid-template-columns: 1fr; }
  .parent-story-toolbar select, .parent-story-summary { grid-column: 1; grid-row: auto; }
  .parent-story-summary { justify-self: start; }
}
