/* ==========================================================================
   UNVRS — theme.css
   Print styles.
   ========================================================================== */

@media print {
  header, .mobile-nav, .nav-toggle, .closing .contact { display: none !important; }
  body { background: #fff; color: #000; }
  section { padding-block: 24px; }
  a { text-decoration: underline; }
  .band { background: none !important; color: #000 !important; }
  .band .card, .band .section-head p, .band .quiet { color: #000 !important; }
}
