@page {
  margin: 18mm;
}

@media print {
  :root {
    color: #15100c;
    background: #ffffff;
  }

  body {
    background: #ffffff !important;
    color: #15100c !important;
  }

  .site-header,
  .footer,
  .back-link,
  .cta-row,
  .route-light {
    display: none !important;
  }

  .detail-hero,
  .section {
    padding: 18px 0 !important;
  }

  .container {
    width: 100% !important;
    max-width: none !important;
  }

  .workbench-card,
  .detail-panel,
  .resume-table {
    box-shadow: none !important;
    border: 1px solid #d8cabc !important;
    background: #ffffff !important;
  }

  a {
    color: #15100c !important;
    text-decoration: none !important;
  }
}
