/* The terms now live directly below the price board. */
body[data-page="price"] .terms-section--price {
  display: block;
  padding-top: 0;
}

body[data-page="price"] .terms-section--price .terms-summary {
  pointer-events: none;
  cursor: default;
}

body[data-page="price"] .terms-section--price .terms-summary b {
  display: none;
}
