/* ============================================
   BelBaza.by — Print Stylesheet
   ============================================ */

@media print {
  /* Hide non-essential elements */
  .cp-header,
  .promo-bar,
  .cp-footer,
  .cp-search,
  .cp-menu-btn,
  .cp-newsletter,
  .cp-trust { display: none !important; }

  /* Hero adjustments for print */
  .cp-hero { height: auto; min-height: auto; padding: 20px; }
  .cp-hero-title { font-size: 24px; color: #000; }
  .cp-hero-overlay { display: none; }

  /* Destination cards */
  .cp-destination-card {
    break-inside: avoid;
    page-break-inside: avoid;
    border: 1px solid #ccc;
  }

  /* Base styles */
  body { background: #fff; color: #000; }
  a { text-decoration: none; color: #000; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 10px; color: #666; }

  /* Container full-width */
  .container { max-width: 100%; padding: 0; }
}
