﻿.subhead {
    border-bottom: none;
    text-transform: none;
    margin-bottom: 1rem;
}

h2 {
    border-bottom: solid black;
    text-transform: uppercase;
}

/* Dark mode: invert underline (use a light line instead of black). */
@media (prefers-color-scheme: dark) {
    h2 { border-bottom: 1px solid #e6edf3; }
}

address {
    display: inline;
    font-weight: normal;
    font-style: normal;
    box-sizing: content-box;
}

.email {
    font-weight: normal;
}

.telephone {
    font-weight: normal;
}

.duties {
    padding-top: 10px;
}

/* Removed empty rules (.employer, .location, .timespan, .skills) to satisfy linter. */
