/* Print styles — Propertix-360 */
@media print {
  .sidebar, .topbar, .app-footer,
  .no-print, .btn, .alert-dismissible .btn-close,
  .pagination, nav { display: none !important; }
  .main-content { margin-left: 0 !important; }
  .page-content { padding: 0 !important; }
  body { background: #fff !important; font-size: 12px; }
  .card { box-shadow: none !important; border: 1px solid #e2e8f0 !important; page-break-inside: avoid; }
  a { color: #000 !important; text-decoration: none !important; }
  .badge { border: 1px solid #ccc !important; }
}
