/* Study results embedded in the demo shell.
   Two jobs: fit the insights surface under this app's header + breadcrumb
   (it was authored as its own full-height page), and tighten the reading
   panel so a whole objective — takeaways plus first chart — lands in one
   view during a demo call. Scoped to .od-embed so the standalone v6/v7
   pages keep their own scale. */

.gl-page.od-embed, .gl-page.od-embed .pf-app { height: 100%; min-height: 0; }
.gl-page.od-embed .pf-app { display: flex; flex-direction: column; }
.gl-page.od-embed .gl-appbody { flex: 1; min-height: 0; }

/* ---- Columns: narrower index, tighter gutters ---- */
.od-embed .ap-ins.gl-insx2 { grid-template-columns: 252px minmax(0, 1fr); }
.od-embed .ap-ins .gl-bx-sticky__inner, .od-embed .ap-ins .gl-bx-sec__body { max-width: 1000px; padding-left: 32px; padding-right: 32px; }
.od-embed .ap-ins .gl-bx-sticky__inner { padding-top: 16px; padding-bottom: 12px; }
.od-embed .ap-ins .gl-bx-index__scroll { padding: 8px 8px 32px; }
.od-embed .ap-ins .gl-bx-index__scroll .gl-bx-grp { margin-bottom: 8px; }
.od-embed .gl-bx-grp__title { font-size: 11.5px; line-height: 1.3; }
.od-embed .gl-bx-item { padding: 4px 8px; }
.od-embed .gl-bx-item__txt { font-size: 11px; line-height: 1.35; }

/* ---- Objective header + takeaways ---- */
.od-embed .ap-objtitle { font-size: 19px; line-height: 1.22; }
.od-embed .ap-objhead__num { font-size: 10px; margin-bottom: 6px; }
.od-embed .ap-takeaways { padding: 16px 18px; }
.od-embed .ap-takeaways__label { font-size: 14px; margin-bottom: 10px; }
.od-embed .ap-takeaways__label .ti { font-size: 15px; }
.od-embed .ap-takeaways__list { gap: 8px; }
.od-embed .ap-takeaways__list li { font-size: 12.5px; line-height: 1.45; padding-left: 18px; }
.od-embed .ap-takeaways__list li::before { width: 5px; height: 5px; top: 7px; }
.od-embed .ap-resolution__list li { font-size: 12.5px; }

/* ---- Argument cards ---- */
.od-embed .ap-body { gap: 12px; }
.od-embed .ap-argcard__head { padding: 16px 20px 12px; }
.od-embed .ap-argcard__claim p { font-size: 16px; line-height: 1.28; margin-bottom: 5px; }
.od-embed .ap-argcard__claim p.ap-argcard__sub { font-size: 12.5px; line-height: 1.45; }
.od-embed .ap-argcard__findings { padding: 12px 20px 10px; }
.od-embed .ap-find { padding: 4px 0 10px; }
.od-embed .ap-find__head { margin-bottom: 8px; }
.od-embed .ap-find__title { font-size: 12.5px; }
.od-embed .ap-findlabel { padding-top: 10px; }
.od-embed .ap-argcard__more { padding: 8px 20px; font-size: 11.5px; }

/* ---- Charts: shorter rows so more of a finding fits ---- */
.od-embed .ap-bl { gap: 9px; }
.od-embed .ap-bl__lab { font-size: 11.5px; }
.od-embed .ap-bl__track { height: 13px; }
.od-embed .ap-bar__label { font-size: 11px; }
.od-embed .ap-bars { gap: 5px; }
.od-embed .ap-find__thumb { width: 38px; height: 38px; border-radius: 7px; }
.od-embed .ap-gcard__body { padding: 9px 10px 11px; gap: 7px; }
.od-embed .ap-gcard__name { font-size: 12.5px; }
