/* Self/Fit/Money only: a single readable Common picture, not a stack of boxes.
   Do not import this stylesheet into Research or Learn. No content is hidden. */
:root:is([data-map-product="self"], [data-map-product="fit"], [data-map-product="money"]) #sheet-lead .map-summary .cut-list {
  padding: 16px;
  gap: 0;
  border: 1px solid var(--rule-strong);
  border-radius: 12px;
  background: var(--paper-elevated);
}
:root:is([data-map-product="self"], [data-map-product="fit"], [data-map-product="money"]) #sheet-lead .map-summary .cut-list > .cut-k {
  margin: 0 0 4px;
}
:root:is([data-map-product="self"], [data-map-product="fit"], [data-map-product="money"]) #sheet-lead .map-summary .cut-list > .cut {
  padding: 12px 0;
  border: 0;
  border-radius: 0;
  background: none;
}
:root:is([data-map-product="self"], [data-map-product="fit"], [data-map-product="money"]) #sheet-lead .map-summary .cut-list > .cut + .cut {
  border-top: 1px solid var(--rule);
}
:root:is([data-map-product="self"], [data-map-product="fit"], [data-map-product="money"]) #sheet-lead .map-summary .cut-list > .cut:last-child { padding-bottom: 0; }
:root:is([data-map-product="self"], [data-map-product="fit"], [data-map-product="money"]) #sheet-lead .map-summary .cut-lead {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--font-ui);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.45;
}
:root:is([data-map-product="self"], [data-map-product="fit"], [data-map-product="money"]) #sheet-lead .map-summary > .reader-community-picture {
  margin: 0;
  padding: 0.25rem 1rem;
  color: var(--ink-muted);
  font-size: 1rem;
  line-height: 1.6;
}
