/* Bricks Bistro Menu — Print Stylesheet */
@media print {
    body { background: #fff !important; }
    .bbm-menu {
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
    }
    .bbm-menu::before { display: none !important; }
    .bbm-filters,
    .bbm-category-pills,
    .bbm-happy-hour,
    .bbm-specials,
    .bbm-qr,
    .bbm-pdf,
    .bbm-tabs__arrow,
    .bbm-tabs__nav-wrap { display: none !important; }
    .bbm-tabs__nav { border-bottom: 1px solid #ccc !important; overflow: visible !important; }
    .bbm-category { page-break-inside: avoid; }
    .bbm-item, .bbm-card, .bbm-masonry-item {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #ddd !important;
    }
    .bbm-item__price { color: #000 !important; }
    .bbm-card__price { color: #000 !important; }
    @page { margin: 1.5cm; }
}
