.cfm-response {
    padding: 14px 18px;
    margin: 0 0 25px 0;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.5;
}
.cfm-success { background:#eaf7ed; border:1px solid #9bd2a5; color:#246b32; }
.cfm-error   { background:#fff0f0; border:1px solid #e0a0a0; color:#9b2525; }

#cfm-submit { cursor: pointer; }
#cfm-submit:disabled { opacity: .65; cursor: wait; }
#cfm-loading { opacity: .9; }

.career-form .upload-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px dashed #bbb;
    border-radius: 6px;
    cursor: pointer;
    background: #fafafa;
}
.career-form .upload-box input[type="file"] {
    display: none;
}
.career-form .upload-icon {
    font-size: 18px;
    font-weight: 700;
}