/* ===== CAREER PAGE ===== */
.career-section {
    padding: 30px 50px;
    background: #f9fafb;
}

.career-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.career-table th {
    background: #1d4ed8;
    color: #fff;
    text-align: left;
    padding: 14px 18px;
    font-size: 16px;
}

.career-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    line-height: 1.6;
}

.career-table tr:last-child td {
    border-bottom: none;
}

.career-table .label {
    width: 220px;
    font-weight: 600;
    background: #f3f4f6;
    vertical-align: top;
}

@media (max-width: 576px) {
    .career-section {
        padding: 20px 0;
        background: #f9fafb;
    }
    .career-table .label {
        width: 140px;
    }
}

.career-intro {
    margin-bottom: 15px;
}

.service-date {
    font-size: 15px;
}

.career-intro p {
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 8px;
    text-align: justify;
}

.career-empty{
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #e1e1e1;
    text-align: center;
}
.career-empty-title{
    font-size: 15px;
    font-style: italic;
}
.career-empty-desc{
    margin: 0;
    color: #5e5e5e;
    font-style: italic;
}