/* App-wide layout overrides */

/* Replace pages.css width: min(600px, 95vw) with max-width so the card
   never exceeds 560px and the margin (set by pages.css to 1.25rem each side)
   provides the gutter naturally on small screens. */
.page-card {
    width: auto;
    max-width: 560px;
    box-sizing: border-box;
}
