.job-item {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff33;
}

.job-item h2 {
    color: #00d6b4;
    margin-bottom: 10px;
}

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

.job-application-form {
    margin-top: 30px;
}

.job-application-form label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

.job-application-form input[type="text"],
.job-application-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #4b4b4b;
    border: none;
    border-radius: 3px;
    color: #fff;
}

.job-application-form input[type="file"] {
    margin-bottom: 15px;
}

.job-details {
    margin-bottom: 30px;
}

.success-message {
    background-color: #00ad92;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.apply-button {
    padding: 10px 20px;
    margin-top: 10px;
}

.job-list {
    padding-left: 20px;
    padding-right: 20px;
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.job-date {
    font-size: 0.9em;
    color: #CCC;
}

.job-item h4 {
    margin: 0;
}
