/* Busts share the sleeper page system and use a warmer risk accent. */
.busts-page { --green: #b54b43; --soft-green: #f7e7e4; }
.busts-page .eyebrow-dot,
.busts-page .contents,
.busts-page .contents p,
.busts-page .contents a:hover,
.busts-page .example-panel,
.busts-page .pick-group-heading,
.busts-page .position-picks,
.busts-page .notable-panel { border-color: var(--green); color: var(--green); }
.busts-page .segmented-control button.is-selected { background: var(--green); }
.busts-page .pick-meta b,
.busts-page .notable-bust em,
.busts-page .notable-bust > strong { color: var(--green); }
.busts-page .notable-bust { display:grid; grid-template-columns:30px 1fr auto; gap:12px; align-items:center; padding:10px 0; border-top:1px solid var(--line); font-size:12px; }
.busts-page .notable-bust span { color:var(--muted); }
.busts-page .notable-bust b { color:var(--ink); }
@media (max-width:480px) {
  .busts-page .notable-bust { grid-template-columns:30px 1fr; }
  .busts-page .notable-bust em { grid-column:2; }
}
