/* New stock disclosure inherits the accepted native per-profile type tokens. */
.p87-stock{margin-top:28px;padding-top:24px;border-top:1px solid var(--p84-strong);font-size:var(--p84-body);line-height:1.6}
.p87-stock h3{font:inherit;font-weight:600;margin:0 0 8px}
.p87-stock .p87-date,.p87-stock .p87-note{font-size:var(--p84-label);color:var(--p84-muted);margin:8px 0 16px;line-height:1.5}
.p87-stock-rows{display:grid;border-top:1px solid var(--p84-line)}
.p87-stock-row{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr) minmax(70px,.5fr) minmax(130px,.8fr);align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid var(--p84-line)}
.p87-stock-row>span,.p87-stock-row>strong{min-width:0;font:inherit}
.p87-stock-row>strong{font-weight:600;font-variant-numeric:tabular-nums}
.p87-stock-row button,.p87-stock-row a{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:10px;font:inherit;font-weight:500;text-align:left;background:transparent;border:0;border-bottom:1px solid var(--p84-strong);border-radius:0;color:inherit;text-decoration:none;cursor:pointer;padding:0}
.p87-stock-row [aria-pressed=true]{font-weight:600}
.p87-stock [hidden]{display:none!important}
.p87-stock button:focus-visible,.p87-stock a:focus-visible{outline:2px solid var(--p84-accent);outline-offset:3px}
.p87-stock-reset{display:inline-block;margin-top:12px;background:none;border:0;border-bottom:1px solid var(--p84-strong);border-radius:0;padding:8px 0;font:inherit;color:inherit;cursor:pointer;min-height:44px}
.p87-grade{font-weight:400!important;color:var(--p84-muted)}
.p87-format-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 24px}
.p87-format-links .b2b-link{min-height:64px}
.p84-sheet-page[data-p84-profile=mobile] .p87-stock-row{grid-template-columns:minmax(0,1fr) auto;gap:8px 16px}
.p84-sheet-page[data-p84-profile=mobile] .p87-stock-row>span:nth-child(2){grid-column:1;grid-row:2;font-size:var(--p84-label)}
.p84-sheet-page[data-p84-profile=mobile] .p87-stock-row>strong{grid-column:2;grid-row:1;text-align:right}
.p84-sheet-page[data-p84-profile=mobile] .p87-stock-row>button,.p84-sheet-page[data-p84-profile=mobile] .p87-stock-row>a{grid-column:1/-1}
.p84-sheet-page[data-p84-profile=mobile] .p87-format-links{grid-template-columns:1fr}
@media(max-width:1000px){.p84-sheet-page[data-p84-profile=desktop] .p87-format-links{grid-template-columns:repeat(2,minmax(0,1fr))}}
