@media print {
    body {
        background: white;
        font-size: 12pt;
    }

    .header,
    .sidebar,
    .mobile-nav,
    .modal-overlay,
    .card-footer,
    .table-btn {
        display: none !important;
    }

    .main-container {
        display: block;
    }

    .content {
        padding: 0;
        overflow: visible;
    }

    .order-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
        margin-bottom: 15px;
    }

    .schedule-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .data-table {
        width: 100%;
        border-collapse: collapse;
    }

    .data-table th,
    .data-table td {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .data-table th {
        background: #f5f5f5;
    }

    .schedule-date {
        background: #f9f9f9;
        border: 1px solid #ddd;
        box-shadow: none;
    }

    .platform-tag {
        border: 1px solid currentColor;
    }
}
