/* Print styles for the public show sheet (shared as PDF / screenshot). */

@media print {
  .sd-contact-tap-row,
  .sd-tech-tile {
    border-color: #ccc;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .sd-key-time-card--accent {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  /* Hide interactive affordances. */
  .sd-contact-action-pill { display: none; }

  /* Show full email/phone text inline. */
  .sd-contact-tap-row__secondary { display: block; padding-left: 0; }
}
