/* Print: the calendar is the thing people print. */
.topbar, .toolbar, .chips, .month-strip, .actions-row, .btn, .toast, .skip { display: none !important; }
body { background: #fff; color: #000; font-size: 10pt; }
.page { padding: 0; max-width: none; }
.table-wrap { overflow: visible; border: 0; }
.cal { min-width: 0; }
.cal th[scope="row"] { position: static; }
.cal td, .key, .month-bar > span { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
.cal tr { break-inside: avoid; }
a { color: inherit; text-decoration: none; }
