body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    font-size: 11pt;
}

.resume-container {
    max-width: 850px;
    margin: 20px auto;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* Header */
.header {
    text-align: center;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.header h1 {
    margin: 0;
    font-size: 28pt;
    font-weight: 700;
    letter-spacing: 2px;
}

.header p {
    margin: 4px 0;
    font-size: 12pt;
}

.header a {
    color: #0056b3;
    text-decoration: none;
}

.header a:hover {
    text-decoration: underline;
}

.header .availability {
    font-weight: 700;
    font-size: 13pt;
    color: #0056b3;
    margin-top: 10px;
}

/* Sections */
section {
    margin-bottom: 20px;
}

h2 {
    font-size: 16pt;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

h3 {
    font-size: 14pt;
    font-weight: 600;
    margin-bottom: 5px;
}

h4 {
    font-size: 12pt;
    font-weight: 600;
    margin-bottom: 5px;
}


/* Skills Section */
.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.skill-category ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.skill-category li {
    margin-bottom: 3px;
}

/* Experience Section */
.experience-entry {
    margin-bottom: 15px;
}

.experience-entry h3, .experience-entry h4 {
    display: inline;
    margin-right: 10px;
}

.date-range {
    float: right;
    font-style: italic;
    color: #555;
}

.experience-entry ul {
    list-style-position: outside;
    padding-left: 20px;
    margin-top: 5px;
}

.experience-entry li {
    margin-bottom: 5px;
}

/* Education & Patents */
#education p, #patents p {
    margin: 5px 0;
}

#certifications ul {
    padding-left: 20px;
}
