/* Keep the advanced-calculator Market Snapshot consistent with the planning
   calculators: mobile exits by swiping the sheet down; larger screens retain
   the explicit Close control and backdrop dismissal. */
@media (max-width: 760px) {
  [data-market-drawer] #market-snapshot-panel > div:first-child {
    grid-template-columns: minmax(0, 1fr);
  }

  [data-market-drawer] #market-snapshot-panel > div:first-child > button:last-child {
    display: none;
  }
}
