/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
    header, 
    footer, 
    .mobile-menu, 
    .mobile-menu-toggle, 
    .mobile-menu-overlay, 
    .cookie-consent, 
    .back-to-top, 
    .scroll-progress, 
    .page-loader, 
    .social-share, 
    nav, 
    button { 
        display: none !important; 
    }
    
    body { 
        background: #fff !important; 
    }
    
    * { 
        color: #000 !important; 
        background: #fff !important; 
    }
    
    .content-box, 
    .feature-card, 
    .casino-card { 
        box-shadow: none !important; 
        border: 1px solid #ddd !important; 
    }
    
    h1, h2, h3 { 
        page-break-after: avoid; 
    }
    
    .faq-item, 
    .review-card { 
        page-break-inside: avoid; 
    }
    
    a[href]:after { 
        content: " (" attr(href) ")"; 
        font-size: 0.8em; 
        color: #666; 
    }
}
