/* 面包屑导航样式 */
.job-breadcrumbs {
    font-size: 14px !important;
    color: #666;
}

.job-breadcrumbs a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.job-breadcrumbs a:hover {
    color: #00a0d2;
    text-decoration: underline;
}

.job-breadcrumbs .separator {
    margin: 0 5px;
    color: #999;
}

.job-breadcrumbs .current {
    color: #333;
    font-weight: bold;
}