.job-form-step {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    max-width: 100%;
}

.job-form-step input,
.job-form-step select,
.job-form-step textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 14px;
}

.job-form-step textarea {
    min-height: 120px;
}

.form-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}

button#back-btn {
    background: #888;
}

#toast-container > .toast-success {
    background-color: #28a745 !important; /* Bootstrap green */
    color: white;
}

#toast-container > .toast-error {
    background-color: #dc3545 !important; /* Bootstrap red */
    color: white;
}

#toast-container .toast-icon {
    margin-right: 10px;
}
