.career-page {
    background: #f7f8fa;
    min-height: 70vh;
}

.career-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.career-intro {
    max-width: 720px;
    margin: 0 auto 1rem;
    color: #4b5563;
    line-height: 1.7;
}

.career-mailto {
    font-size: 1rem;
    color: #1f2937;
}

.career-mailto a,
.career-intro a,
.offcanvas-footer a {
    color: #b45309;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #b45309;
}

.career-mailto a:hover,
.career-intro a:hover,
.offcanvas-footer a:hover {
    color: #92400e;
    border-color: #92400e;
}

a.protected-email {
    cursor: text;
}

.career-map-wrapper {
    max-width: 640px;
    margin: 1.5rem auto 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.career-hint {
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.career-map-stage {
    width: 100%;
    aspect-ratio: 3 / 4;
}

#taiwan-map {
    width: 100%;
    height: 100%;
    display: block;
}

#taiwan-map .city-path {
    stroke: #ffffff;
    stroke-width: 0.8;
    transition: fill 0.15s ease, transform 0.15s ease;
}

#taiwan-map .city-path.no-jobs {
    fill: #d1d5db;
    pointer-events: none;
    cursor: default;
}

#taiwan-map .city-path.has-jobs {
    fill: #b45309;
    cursor: pointer;
}

#taiwan-map .city-path.has-jobs:hover {
    fill: #d97706;
}

#taiwan-map .city-path.has-jobs.is-active {
    fill: #92400e;
    stroke: #1f2937;
    stroke-width: 1.5;
}

.career-offcanvas {
    width: 480px;
}

@media (max-width: 576px) {
    .career-offcanvas {
        width: 100%;
    }

    .career-title {
        font-size: 1.5rem;
    }
}

.job-card {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    background: #ffffff;
}

.job-card:hover {
    border-color: #b45309;
    box-shadow: 0 2px 6px rgba(180, 83, 9, 0.12);
}

.job-card.is-open {
    border-color: #b45309;
    box-shadow: 0 4px 12px rgba(180, 83, 9, 0.18);
}

.job-card .job-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.35rem;
}

.job-card .job-meta {
    color: #4b5563;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.job-card .job-desc {
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.6;
    white-space: pre-wrap;
}

.job-card .job-desc-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.job-card .job-detail {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed #e5e7eb;
    font-size: 0.9rem;
    color: #374151;
}

.job-card .job-detail dl {
    display: grid;
    grid-template-columns: 110px 1fr;
    row-gap: 0.4rem;
    column-gap: 0.5rem;
    margin: 0;
}

.job-card .job-detail dt {
    color: #6b7280;
    font-weight: 500;
}

.job-card .job-detail dd {
    margin: 0;
    color: #1f2937;
}
