
    @media print {
        .thankyou-footer {
            display: none !important;
        }
        
        .dv-wat-thankyou-container {
            font-size: 12px !important;
        }
    }
    
    @media (max-width: 768px) {
        .dv-wat-thankyou-container {
            padding: 10px !important;
        }
        
        .tour-details {
            position: static !important;
        }
        
        .info-section,
        .payment-info-section,
        .passengers-section {
            padding: 15px !important;
        }
        
        .thankyou-footer div {
            flex-direction: column !important;
        }
        
        .thankyou-footer a,
        .thankyou-footer button {
            margin-bottom: 10px !important;
        }
    }
