body {
    font-family: 'Times New Roman', Times, serif;
    background: #fff;
    color: #111;
    margin: 0;
    padding: 0;
}
.resume-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 24px 32px 24px 32px;
    box-shadow: none;
    border: none;
    min-height: 0;
    page-break-inside: avoid;
}
header {
    text-align: left;
    margin-bottom: 0.5em;
}
header h1 {
    font-size: 2.1em;
    font-weight: bold;
    margin: 0 0 0.1em 0;
    letter-spacing: -1px;
}
.contact-row {
    font-size: 1.1em;
    margin-bottom: 0.5em;
    color: #111;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    align-items: center;
}
hr {
    border: none;
    border-top: 2px solid #111;
    margin: 12px 0 8px 0;
}
section {
    margin-bottom: 12px;
}
h2 {
    font-size: 1.08em;
    font-weight: bold;
    margin: 0 0 6px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.job-block, .edu-block {
    margin-bottom: 6px;
}
.job-header, .edu-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1em;
}
.job-title, .edu-school {
    font-style: italic;
}
.job-date, .edu-date {
    font-weight: normal;
    font-style: normal;
}
.job-location, .edu-location, .edu-degree {
    font-size: 0.97em;
    font-style: italic;
    margin-bottom: 1px;
    color: #222;
}
ul {
    margin: 0 0 0 1.1em;
    padding: 0;
    font-size: 0.97em;
}
ul li {
    margin-bottom: 1px;
    line-height: 1.3;
}
@media (max-width: 900px) {
    .resume-container {
        padding: 8px 2vw;
    }
}
@media print {
    body {
        background: #fff !important;
    }
    .resume-container {
        box-shadow: none !important;
        border: none !important;
        margin: 0 !important;
        padding: 0.5cm 1.2cm 0.5cm 1.2cm !important;
        max-width: 100vw !important;
        min-height: 0 !important;
    }
    section {
        margin-bottom: 7px !important;
    }
    hr {
        margin: 8px 0 6px 0 !important;
    }
    ul li {
        margin-bottom: 0.5px !important;
    }
    html, body {
        height: auto !important;
        width: auto !important;
        overflow: visible !important;
    }
    @page {
        size: A4;
        margin: 1.2cm;
    }
}
