/* What a Boat Really Costs (ROADMAP-Calcs-Marine.md GM4) — the grouped form and the
   where-the-money-goes bars. Everything else comes from the core stylesheet. */
.chqt-bc-group { border-top: 1px solid var(--chqt-line, #D5E1E7); padding-top: .75rem; margin-top: .75rem; }
.chqt-bc-group summary { cursor: pointer; font-weight: 700; font-size: 1rem; padding: .35rem 0; }
.chqt-bc-bars { display: grid; gap: .4rem; margin: .25rem 0 .5rem; }
.chqt-bc-bar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .5rem; align-items: baseline; font-size: .93rem; }
.chqt-bc-bar span:first-child { position: relative; padding-left: .55rem; }
.chqt-bc-bar span:first-child::before {
  content: ''; position: absolute; left: 0; top: .15em; bottom: .15em; width: 3px;
  background: var(--chqt-accent, #136C79); border-radius: 2px;
}
.chqt-bc-track { grid-column: 1 / -1; height: 6px; border-radius: 3px; background: #fff; overflow: hidden; }
.chqt-bc-track i { display: block; height: 100%; background: var(--chqt-accent, #136C79); }
.chqt-bc-bar--dep span:first-child::before, .chqt-bc-bar--dep + .chqt-bc-track i { background: var(--chqt-page-muted, #4F646F); }
.chqt-bc-ask table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.chqt-bc-ask th, .chqt-bc-ask td { padding: .4rem .5rem; border-bottom: 1px solid var(--chqt-line, #D5E1E7); text-align: left; vertical-align: top; }
.chqt-bc-src h3 { font-size: 1rem; margin: .8rem 0 .25rem; }
.chqt-bc-src p { margin: 0 0 .5rem; }
