/* Base styles and print optimizations */
@media print {
  .no-print { display: none !important; }
  body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  a[href]:after { content: ""; }
  button { display: none !important; }
}
html, body, #root {
  height: 100%;
}
/* Utility fix: ensure long content wraps */
.break-words { overflow-wrap: anywhere; }