body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.5;
    font-size: 10pt;
}

h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 0px;
    font-size: 23pt;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 4px;
    margin-top: 25px;
    margin-bottom: 11px;
    font-size: 13pt;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info {
    text-align: center;
    font-size: 9pt;
    margin-top: 5px;
    margin-bottom: 25px;
    color: #666;
}

.contact-info a {
    color: #3498db;
    text-decoration: none;
}

p {
    margin: 0 0 10px 0;
    text-align: justify;
}

ul {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 20px;
}

li {
    margin-bottom: 6px;
    text-align: justify;
}

strong {
    color: #1a252f;
}

.job-title {
    font-weight: bold;
    font-size: 11pt;
    color: #2c3e50;
    margin-top: 15px;
}

.job-meta {
    font-style: italic;
    color: #666;
    margin-bottom: 10px;
}

@media print {
    a {
        color: #333;
        text-decoration: underline;
    }

    .contact-info a {
        color: #555;
    }
}