/* ==========================================================================
   Transit Alerts V2 — Print Stylesheet
   Used on alert-page-detail.ejs only
   ========================================================================== */

@media print {
  .back-link,
  .sa-view-link { display: none; }

  .sa-card { box-shadow: none; border: 1px solid #ccc; animation: none; }
  .sa-desc { max-height: none; overflow: visible; }
  .sa-desc.is-clamped .sa-desc__text {
    display: block;
    -webkit-line-clamp: unset;
  }
  .sa-desc__toggle { display: none; }

  body { font-size: 12pt; }
  .schedule-block { break-inside: avoid; }
  .sa-image { max-height: 300px; }
}
