body { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

.pdf-mode {
    background: white !important;
    width: 800px !important;
    margin: 0 auto !important;
}

.pdf-mode .no-print {
    display: none !important;
}

.pdf-mode #report-container {
    box-shadow: none !important;
    padding: 0 !important;
}

.pdf-mode #pdf-header {
    display: block !important;
}

.pdf-mode #pdf-header h1 {
    word-spacing: 0.3em !important;
    letter-spacing: 0.05em !important;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-bottom: 10px !important;
}

.pdf-mode .table-wrapper {
    margin-bottom: 30px !important;
}

.pdf-mode .charts-wrapper {
    display: block !important;
    margin-bottom: 40px !important;
}

.pdf-mode .chart-box {
    width: 100% !important;
    height: 250px !important;
    margin-bottom: 20px;
    page-break-inside: avoid;
    border: 1px solid #ddd;
}

.pdf-mode table {
    width: 100% !important;
    font-size: 10px !important;
}

.pdf-mode th, .pdf-mode td {
    padding: 4px !important;
}

.pdf-mode tr {
    page-break-inside: avoid;
}

.pdf-footer {
    page-break-inside: avoid;
    margin-top: 50px !important;
}