/* Print Styles */

@media print {
    .site-header,
    .site-navigation,
    .site-footer,
    .breadcrumb,
    .listing-filters,
    .listing-pagination,
    .listing-seller-sidebar .btn,
    .listing-owner-actions,
    .report-link,
    .menu-toggle,
    .hero-search-form,
    .promo-cards,
    .home-listings-more,
    .no-print {
        display: none !important;
    }

    body {
        color: #000;
        background: #fff;
        font-size: 12pt;
    }

    a {
        color: #000;
        text-decoration: underline;
    }

    .container {
        max-width: 100%;
        padding: 0;
    }

    .listing-detail {
        display: block;
    }

    .listing-gallery {
        margin-bottom: 20px;
    }

    .gallery-thumbs {
        display: none;
    }

    img {
        max-width: 100% !important;
    }

    .listing-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ccc;
    }
}
