.job-listing {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.job-title {
    color: green;
    font-weight: bold;
    font-size: 1.2em;
}

.job-location {
    color: #555;
    font-size: 0.9em;
}

.job-description {
    margin-top: 10px;
}

.job-meta {
    font-size: 0.8em;
    color: #888;
}
