@page {
    size: A4;
    margin: 0.5in;
}

body {
    font-family: "Calibri", "Roboto", "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.4;
    /* Tighter line spacing */
    background-color: #fff;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

/* HEADER - Tighter vertical profile */
header {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

h1 {
    font-family: "Georgia", "Times New Roman", serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 28px;
    margin-bottom: 4px;
    color: #111;
    font-weight: 700;
}

.subtitle {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    margin-bottom: 8px;
    color: #555;
    font-weight: 600;
}

.contact-info {
    font-size: 12px;
    color: #444;
}

.separator {
    margin: 0 6px;
    color: #ccc;
}

/* SECTIONS - Reduced margin */
.section {
    margin-bottom: 18px;
}

h2.section-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    color: #222;
    border-bottom: 2px solid #333;
    padding-bottom: 3px;
    margin-bottom: 10px;
    width: 100%;
}

/* ENTRIES - Tighter spacing between items */
.entry {
    margin-bottom: 8px;
}

.entry-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2px;
}

.entry-title {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.company-name {
    font-weight: 500;
    color: #555;
}

.entry-date {
    font-family: "Georgia", serif;
    font-style: italic;
    color: #666;
    font-size: 12px;
}

/* LISTS - Reduced bullet spacing */
p {
    font-size: 13.5px;
    margin-bottom: 6px;
    color: #444;
}

ul {
    margin-top: 2px;
    padding-left: 18px;
    margin-bottom: 6px;
}

li {
    font-size: 13.5px;
    margin-bottom: 2px;
    color: #444;
}

.skills-list li {
    margin-bottom: 3px;
}

.skill-category {
    font-weight: 700;
    color: #222;
    margin-right: 4px;
    font-size: 13.5px;
}

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

@media print {
    .navbar {
        display: none !important;
    }
}