body {
    font-family: Arial, sans-serif;
    line-height: 1.2;
    color: #333;
    margin: 0;
    padding: 0;
}

.resume-container {
    width: 8.5in; /* US Letter width */
    height: 11in; /* US Letter height */
    margin: 0.5in auto; /* Reduced margins for screen display */
    padding: 0.5in; /* Padding within the container */
    border: 1px solid #eee;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background: #fff;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

/* Print-specific styles */
@media print {
    body {
        margin: 0;
        padding: 0;
        -webkit-print-color-adjust: exact; /* For better color printing */
    }
    .resume-container {
        width: 8.5in;
        height: 11in;
        margin: 0;
        padding: 0.5in;
        border: none;
        box-shadow: none;
    }
    a {
        text-decoration: none; /* Remove underline for links in print */
        color: inherit; /* Inherit color, so links don't print blue */
    }
}

h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 0.1em;
    line-height: 1;
}

h1 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 0em;
}

.contact-info p {
    text-align: center;
    font-size: 0.8em;
    margin-top: 0;
    margin-bottom: 0em;
}

.contact-info a {
    color: #333;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0.4em 0;
}

h2 {
    font-size: 1.3em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0em;
    margin-bottom: 0em;
}

h3 {
    font-size: 1.1em;
    margin-bottom: 0.1em;
}

h4 {
    font-size: 1em;
    margin-bottom: 0.1em;
}

p {
    font-size: 0.9em;
    margin-top: 0;
    margin-bottom: 0.5em;
}

ul {
    list-style-type: disc;
    margin: 0 0 0.5em 1.2em;
    padding: 0;
    font-size: 0.9em;
}

ul ul { /* For nested lists, further indent */
    list-style-type: circle;
    margin-left: 1.5em;
}

li {
    margin-bottom: 0.1em;
}

.job h3, .degree h3 {
    display: inline;
    margin-right: 0.5em;
}

.job .duration, .degree p:nth-of-type(2) {
    display: inline;
    font-size: 0.9em;
    color: #555;
}

.sub-job h4 {
    display: inline;
    margin-right: 0.5em;
}

.sub-job .duration {
    display: inline;
    font-size: 0.9em;
    color: #555;
}

.sub-job ul {
    margin-left: 2em;
    list-style-type: circle;
}

.coursework {
    font-size: 0.85em;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    color: #555;
}

.additional-info ul {
    list-style-type: none; /* Remove bullet for this section */
    margin-left: 0;
}

.additional-info li {
    margin-bottom: 0.2em;
}
