body {
    font-family: 'Times New Roman', Times, serif;
    margin: 20px;
    line-height: 1.2; /* Uniform tighter spacing */
}

h1 {
    font-size: 2em;
    text-align: center;
    margin: 3px 0; /* Matches <li> spacing */
    line-height: 1.2; /* Matches bullet point spacing */
    /* margin-bottom: 5px; Less space below the name */
}

.contact-info {
    text-align: center;
    margin-bottom: 10px; /* Reduced margin */
}

/* Standardized section headings */
h2 {
    border-bottom: 2px solid black;
    margin: 3px 0; /* Matches <li> spacing */
    line-height: 1.2; /* Matches bullet point spacing */
    padding-bottom: 3px; /* Less padding under section titles */
    /* margin-top: 15px;
    margin-bottom: 5px; Reduced space below headings */
    font-size: 1.2em;
}

h3 {
    margin: 3px 0; /* Matches <li> spacing */
    line-height: 1.2; /* Matches bullet point spacing */
}

h4 {
    margin: 3px 0; /* Matches <li> spacing */
    line-height: 1.2; /* Matches bullet point spacing */
}

.job {
    margin-bottom: 8px; /* Less space between jobs */
    padding-bottom: 5px; /* Less padding */
    border-bottom: 1px solid #ddd;
}

.company-location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 3px; /* Less space between company/location and job title */
}

.company {
    font-size: 1.1em;
    font-weight: bold;
    margin: 2px 0;
}

.location {
    font-style: italic;
    font-size: 0.95em; /* Slightly smaller font for tighter spacing */
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px; /* Less space between job title and bullet points */
}

.position {
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
}

.timespan {
    font-style: italic;
    font-size: 0.9em;
    color: black;
}

/* Standardized spacing for ALL lists */
ul {
    padding-left: 18px;
    margin-top: 3px;
    margin-bottom: 3px; /* Less space before/after lists */
}

/* Standardized list item spacing */
li {
    margin-bottom: 3px;
}

/* Standardized Education & Leadership Spacing */
.education, .leadership, .experience {
    margin-top: 15px; /* Ensures consistent section spacing */
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.degree {
    font-weight: bold;
    font-size: 1em;
}