/* Green Art — Посівний календар 2026 | Print styles */
@media print {
  /*Ховаємо все зайве */
  .ga-hero, .ga-filters, .ga-tabs, .ga-actions,
  .ga-region-info, .ga-tab-moon, .ga-tab-tips,
  .site-header, .site-footer, .sidebar, #wpadminbar { display: none !important; }

  /* Показуємо тільки таблицю */
  .ga-calendar-wrap { padding: 0; max-width: 100%; }
  .ga-tab-content { display: block !important; }
  .ga-tab-moon, .ga-tab-tips { display: none !important; }

  /* Таблиця */
  .ga-table { box-shadow: none; font-size: 9pt; }
  .ga-table th { background: #4a6318 !important; color: #fff !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .ga-table tbody tr:nth-child(even) { background: #f5f1e8 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }

  /* Всі колонки видимі */
  .ga-table th, .ga-table td { display: table-cell !important; }

  /* Заголовок на друкованій версії */
  .ga-calendar-wrap::before {
    content: "Посівний календар 2026 — green-art.in.ua";
    display: block;
    font-family: Georgia, serif;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
  }

  /* Розрив сторінки */
  .ga-table tr { page-break-inside: avoid; }

  /* Дата друку */
  .ga-results-header::after {
    content: " | Надруковано: " attr(data-date);
    color: #888;
  }
}
