* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    font-size: 14px;
}

.resume-header {
    margin-bottom: 20px;
}

.section-title {
    font-size: 8.5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}

.contact-info {
    margin-left: 0;
    text-align: center;
    margin-top: 30px;
}

.name {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-info p {
    margin-bottom: 5px;
    font-size: 8.5px;
}

.resume-content {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
}

.resume-section {
    margin-bottom: 25px;
}

.section-divider {
    border: none;
    border-top: 1px solid #000;
    margin: 5px 0 15px 0;
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
}

.item-left {
    flex: 1;
}

.item-right {
    text-align: right;
    flex-shrink: 0;
    margin-left: 20px;
}

.institution, .company, .award-name, .project-name, .activity-name {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px;
}

.company-location {
    display: flex;
    align-items: center;
    gap: 5px;
}

.company-location .location {
    font-weight: normal;
}

.degree, .position, .role {
    font-size: 14px;
    margin-bottom: 2px;
}

.location, .date {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

.gpa {
    font-size: 14px;
    margin-left: 0;
    margin-top: 5px;
}

.responsibilities, .activity-description {
    margin-left: 0;
    margin-top: 8px;
}

.responsibilities li, .activity-description li {
    margin-bottom: 3px;
    font-size: 14px;
}

.project-description {
    margin-left: 0;
    margin-top: 8px;
    font-size: 14px;
}

.skills-list {
    margin-left: 0;
}

.skills-list li {
    margin-bottom: 3px;
    font-size: 14px;
}

.references-text {
    margin-left: 0;
    font-size: 14px;
}

.glossary {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.glossary p {
    margin-bottom: 5px;
    font-size: 12px;
    font-style: italic;
}
