.report-card {
    width: 210mm;
    min-height: 297mm;
    margin: auto;
    background: #fff;
    border: 1px solid #000;
    padding: 10mm;
    color: #000;
}

.report-header .logo img,
.report-header .student-photo img {
    max-height: 80px;
}

.report-title {
    background: #e9ecef;
    border: 1px solid #000;
    padding: 4px;
    margin: 6px 0 12px 0;
    font-weight: 600;
}

.table th, .table td {
    padding: 2px 4px;
    vertical-align: middle;
}

.signature-line {
    border-bottom: 1px solid #000;
    height: 40px;
    margin: 0 20px 5px 20px;
}

.legend {
    margin-top: 20px;
}

@media print {
    body {
        margin: 0;
    }

    .report-card {
        border: none;
        margin: 0;
    }

    @page {
        /* Allow the browser's print dialog to control page size and orientation */
        size: auto;
        margin: 10mm;
    }

    .report-card {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
}
