/* Pyramid of Khafre article: preserve horizontal table scrolling inside the mobile article column. */
.khafre-study .prose,
.khafre-study .essay-section,
.khafre-study .table-scroll {
  min-width: 0;
  max-width: 100%;
}
