/* Styles for resume.html */

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
.dark ::-webkit-scrollbar-thumb { background: #475569; }

/* Print styles */
@media print {
    .no-print { display: none !important; }
    body { background: white !important; }
    .print-break { page-break-before: always; }
}
