/* The page shell — what this page changes about the sections it shares.

   Both rules are written as children of the page root, so neither can reach
   `/crypto-buy/` by selector even if the stylesheets were ever linked together.
   They also beat the shared defaults on specificity alone, so nothing here
   depends on the order the two style groups happen to be linked in. */

/* 16px where `/crypto-buy/` has 24px. The legacy's only genuine CSS difference
   between the two tables. */
.crypto-price-page > .crypto-table {
  padding: 16px;
}
