/* ==========================================================================
   PRINT.CSS — İlan detay sayfasının A4 çıktısı için.
   Yalnızca @media print altında yüklenir (bkz. sayfa <link media="print">).
   ========================================================================== */
@media print {
  .site-header, .topbar, .site-footer, .whatsapp-bubble, .back-to-top, .cookie-bar,
  .detail-mobile-bar, .breadcrumb-bar, .detail-header__actions .icon-btn,
  .similar-listings, .icon-btn, .toast-stack, .mobile-bottom-bar { display: none !important; }

  body { padding-bottom: 0 !important; }
  .container { max-width: 100% !important; padding: 0 !important; }
  .detail-layout { display: block !important; padding-bottom: 0 !important; }
  .detail-sidebar { position: static !important; display: block !important; margin-top: 16px; page-break-inside: avoid; }
  .gallery { grid-template-columns: 2fr 1fr !important; }
  a[href]::after { content: none !important; }
  .card, .price-card, .agent-contact-card { box-shadow: none !important; border: 1px solid #ccc !important; }
  body { font-size: 12pt; color: #000; }
}
