.job-listing {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.job-opening {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    padding: 20px 24px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-link {
    color: #1e3a8a;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.job-link:hover {
    text-decoration: underline;
}

.job-location {
    color: #6b7280;
    font-size: 14px;
}