/* General Print Styles */
body {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    background-color: #fff;
}

/* Hide non-essential elements */
.main-header,
.main-footer,
.d-flex.justify-content-between.align-items-center > div,
.card.mb-4, /* Hides the filter card */
.btn,
#qr-scanner-modal,
.modal-backdrop {
    display: none !important;
    visibility: hidden !important;
}

/* Ensure the main content is visible and well-formatted */
.container-fluid, .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.display-4 {
    font-size: 24pt;
    text-align: center;
    margin-bottom: 20px;
}

#batch-list {
    border-top: 2px solid #000;
}

.batch-card {
    page-break-inside: avoid;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

.batch-card .row > div {
    font-size: 12pt;
}

.badge {
    border: 1px solid #000;
    padding: 3px 5px;
    color: #000;
}

/* Remove box shadows and other screen-specific styles */
.card {
    box-shadow: none;
    border-radius: 0;
}