@media print {
  body {
    background: #fff !important;
  }

  body * {
    visibility: hidden !important;
  }

  body::before {
    content: "Copyright 2026 Full Court Press Pte. Ltd. All rights reserved. Printing and reproduction of this website content are not permitted without written permission.";
    display: block !important;
    visibility: visible !important;
    color: #111 !important;
    font: 14px/1.5 Arial, sans-serif !important;
    margin: 2rem !important;
    white-space: pre-wrap !important;
  }
}

@media screen {
  main,
  article,
  section,
  .hero,
  .art-hero,
  .art-body,
  .body,
  .faq-section,
  .diagnostic,
  .diag-shell {
    -webkit-user-select: none;
    user-select: none;
  }

  input,
  textarea,
  select,
  button,
  a {
    -webkit-user-select: auto;
    user-select: auto;
  }

  img,
  svg {
    -webkit-user-drag: none;
    user-drag: none;
  }
}
