/* ===== PERSONLIJKHEIDSTREKKEN ===== */

.extraversion,
.emotional-stability,
.agreeableness,
.conscientiousness,
.openness-to-experience {
    font-weight: bold;
    color: #003366; /* blauw, zoals WordPress stijl */
}

/* ===== SECTIE-TITELS ===== */
.job-description,
.personality-fit,
.top10-header,
.big5-summary,
.career-types {
    display: block;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 1.2em;
}

.job-description {
    color: #3A506B;
}

.personality-fit {
    color: #3A506B;
}

.top10-header {
    background-color: #f4f4f4;
    padding: 0.5em;
    border-left: 5px solid #0073aa;
}

.big5-summary {
    border-bottom: 2px solid #ccc;
    padding-bottom: 0.3em;
    color: #003366;
}

.career-types {
    color: #3A506B;
    font-style: italic;
}

/* ===== JOB TITLES (Top 10 beroepen) ===== */
.job-title-line {
    margin: 10px 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0.5em !important;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5;
    padding-left: 5px;
}
