/* Print stylesheet — turns resume.php into a clean printed document. */

@page {
    margin: 1.2cm 1.4cm;
}

.theme-bar,
.site-header,
.site-footer,
.cta-band,
.resume-toolbar,
.hero-actions,
.no-print {
    display: none !important;
}

body {
    background: #fff !important;
    color: #111 !important;
    font-size: 10pt;
    line-height: 1.35;
}

.wrap { width: 100%; margin: 0; }

.resume-doc {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
}

.resume-name { font-size: 20pt; }
.resume-headline { font-size: 11pt; }
.resume-meta a { color: #111; text-decoration: none; }

.resume-section { margin-bottom: 11pt; }
.resume-head { padding-bottom: 6pt; margin-bottom: 10pt; }
.job { margin-bottom: 9pt; }
.role { margin-bottom: 7pt; }
.role-group { margin: 4pt 0; }
.role-group li, .resume-certs li { margin-bottom: 1.5pt; }
.skills-group { margin-bottom: 5pt; }
.resume-section-title {
    color: #111 !important;
    border-bottom: 1pt solid #999;
}

.job-head { break-after: avoid; }
.role-group { break-inside: avoid; }
.role { border-left: 2pt solid #ccc; }

.role-group li,
.resume-certs li { font-size: 10pt; }

a { color: #111; }
