.udj-job-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:24px;
    margin-bottom:24px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.udj-job-card h3{
    margin:0 0 15px;
    font-size:24px;
}

.udj-job-card p{
    margin:8px 0;
}

.udj-job-actions{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.udj-btn-view{
    background:#1d3665;
    color:#fff;
    padding:10px 18px;
    border-radius:8px;
    text-decoration:none;
}

.udj-saved-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.udj-saved-table thead{
    background:#1d3665;
    color:#fff;
}

.udj-saved-table th,
.udj-saved-table td{
    padding:16px;
    border-bottom:1px solid #eee;
    text-align:left;
}

.udj-saved-table tbody tr:hover{
    background:#f8f9fb;
}

.udj-btn-view{
    width: 100px;
    height: 50px;
    display:inline-block;
    background:#1d3665;
    color:#fff;
    padding:8px 15px;
    border-radius:6px;
    text-decoration:none;
}

.udj-btn-remove{
    width: 100px;
    height: 50px;
    background:#cceeff;
    color:#bc2121;
    border:none;
    padding:8px 15px;
    border-radius:6px;
    cursor:pointer;
}

.udj-btn-remove br {
    display: none !important;
}

.udj-btn-remove {
    white-space: nowrap;

} 

.udj-action-buttons{
    display:flex;
    align-items:center;
    gap:12px;
}

.udj-success-message{
    background:#e8f8ee;
    border:1px solid #28a745;
    color:#155724;
    padding:15px;
    margin-bottom:20px;
    border-radius:8px;
    font-weight:600;
}