/* Print overrides for Gulf PTO events page */

@media print {
  body { background: #fff !important; }
  .pto-page { max-width: none; }

  /* Hide all action buttons, the floating back-to-top control, the admin
     shortcut, the eagle mascot, and the decorative rotating quote band */
  .btn-primary, .btn-ghost, .back-to-top, .admin-link, .pto-quote-wrap, .pto-eagle { display: none !important; }

  /* Hide the year-at-a-glance strip (redundant on paper) */
  #print-page, #download-ics { display: none !important; }

  /* Expand all event blurbs by default in print */
  .pto-page tr + tr td[colspan="5"] { display: table-cell !important; }

  /* Avoid page-breaking inside an event row */
  tr { break-inside: avoid; }
  section { break-inside: avoid; }

  /* Force colors */
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
}
