
.job-filter-container {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: auto;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.filter-section {
    margin-bottom: 20px;
}
.filter-section h4 {
    margin-bottom: 10px;
}
.filter-buttons button {
    margin-right: 10px;
    padding: 8px 16px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.filter-buttons button.active {
    background: #005177;
}
.qualification-filter label {
    display: inline-block;
    margin-right: 15px;
}
select {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #aaa;
    width: 100%;
    max-width: 300px;
}
.divider {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}
.job-card {
    background: white;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.apply-btn {
    background: green;
    color: white;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 5px;
}
