/* ATS Classic Theme - Optimized for Applicant Tracking Systems */

.a4-page.theme-ats-classic {
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 11pt;
    line-height: 1.4;
    color: #000;
}

.theme-ats-classic h1 {
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.3em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.theme-ats-classic h2 {
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
}

.theme-ats-classic h3 {
    font-size: 11pt;
    font-weight: bold;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}

.theme-ats-classic p {
    margin-bottom: 0.5em;
}

.theme-ats-classic ul,
.theme-ats-classic ol {
    margin-left: 1.5em;
    margin-bottom: 0.5em;
}

.theme-ats-classic li {
    margin-bottom: 0.2em;
}

.theme-ats-classic a {
    color: #000;
    text-decoration: none;
}

.theme-ats-classic strong {
    font-weight: bold;
}

.theme-ats-classic em {
    font-style: italic;
}

.theme-ats-classic blockquote {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 2px solid #000;
    font-style: italic;
}

.theme-ats-classic hr {
    border: none;
    border-top: 1px solid #000;
    margin: 1em 0;
}

.theme-ats-classic code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 10pt;
    background: #f5f5f5;
    padding: 0.1em 0.3em;
}

.theme-ats-classic pre {
    background: #f5f5f5;
    padding: 1em;
    overflow-x: auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 10pt;
    margin-bottom: 0.5em;
}

.theme-ats-classic pre code {
    background: none;
    padding: 0;
}

.theme-ats-classic table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.5em;
}

.theme-ats-classic th,
.theme-ats-classic td {
    border: 1px solid #000;
    padding: 0.3em 0.5em;
    text-align: left;
}

.theme-ats-classic th {
    font-weight: bold;
    background: #f5f5f5;
}

/* Contact info typically at top - centered */
.theme-ats-classic .contact-info {
    text-align: center;
    margin-bottom: 1em;
}
