.nova-jobs-wrapper { max-width: 1200px; margin: 0 auto; }

.nova-jobs-filterbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    margin-bottom: 16px;
}
.njf-field { flex: 1; min-width: 160px; }
.njf-field select, .njf-field input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d8dee3;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
}
.njf-search { flex: 2; min-width: 220px; }

.njf-btn-primary {
    background: #14a89a;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.njf-btn-primary:hover { background: #108578; }

.njf-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    color: #5a6673;
    font-size: 14px;
}
.njf-clear-link { background: none; border: none; color: #14a89a; cursor: pointer; font-size: 14px; padding: 0; }

.njf-list { display: flex; flex-direction: column; gap: 14px; }

.njf-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid #eef1f3;
    border-radius: 12px;
    padding: 18px 20px;
}
.njf-card-icon img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.njf-card-body { flex: 2; min-width: 180px; }
.njf-card-title { font-size: 17px; font-weight: 700; color: #10344d; text-decoration: none; display: block; margin-bottom: 4px; }
.njf-card-category { color: #14a89a; font-size: 14px; margin-bottom: 6px; }
.njf-tag { display: inline-block; background: #f0f4f6; color: #46535e; font-size: 12px; padding: 4px 10px; border-radius: 20px; margin-right: 6px; }

.njf-card-meta { flex: 1; min-width: 160px; font-size: 13px; color: #5a6673; display: flex; flex-direction: column; gap: 4px; }
.njf-card-posted { color: #98a3ab; }

.njf-btn-outline {
    border: 1px solid #14a89a;
    color: #14a89a;
    padding: 8px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}
.njf-btn-outline:hover { background: #14a89a; color: #fff; }

.njf-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 24px; }
.njf-page-link {
    width: 34px; height: 34px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 8px; border: 1px solid #d8dee3;
    color: #46535e; text-decoration: none; font-size: 14px;
}
.njf-page-link.active { background: #14a89a; color: #fff; border-color: #14a89a; }

.njf-no-results { text-align: center; padding: 40px; color: #98a3ab; }
.njf-loading { opacity: 0.5; pointer-events: none; }

@media (max-width: 768px) {
    .njf-card { flex-wrap: wrap; }
    .njf-card-meta { flex-direction: row; flex-wrap: wrap; gap: 12px; }
}
