/* גיליון הדפסה - A4, RTL, בלי ניווט ובלי כפתורים. */

@page { size: A4; margin: 12mm; }

.no-print,
.topbar,
.btn,
.form-actions,
.filters,
.filter-row,
.tabs { display: none !important; }

.print-only { display: block !important; }

body { background: #fff; font-size: 12px; }

.page { max-width: none; padding: 0; }

.card {
  border: none;
  box-shadow: none;
  padding: 0;
}

a { color: inherit; text-decoration: none; }

table { page-break-inside: auto; }
tr { page-break-inside: avoid; }

/* לוח שבועי: חייב להיכנס לעמוד אחד לרוחב (מומלץ להדפיס Landscape) */
.board { min-width: 0; width: 100%; font-size: 8.5px; }
.board-slot { padding: 1px 3px; margin-block-end: 2px; font-size: 8.5px; border-radius: 0; }
.board th, .board td { padding: 2px; }
.table-wrap { overflow: visible; }
