.job-filter-section {
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
    max-width: 1000px;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.job-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    border-left: 5px solid #053c61;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    cursor: pointer;
}

.job-section-not-found {
    background: hsl(0, 0%, 98%);
    max-width: 800px;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: auto;
    border-radius: 4px;
}
