.lcm-wrapper{
    max-width:1650px;
    margin:15px auto;
    background:#fff;
    padding:18px;
    border:1px solid #ddd;
    border-radius:8px;
}

.lcm-wrapper h2{
    margin:0 0 18px;
    font-size:23px;
    font-weight:600;
}

.lcm-wrapper h3{
    margin:0 0 15px;
    font-size:16px;
    font-weight:600;
}

.lcm-card{
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:15px;
    margin-bottom:18px;
}

.lcm-card table{
    width:100%;
}

.lcm-card th{
    width:180px;
    padding:7px;
    text-align:left;
    vertical-align:middle;
    font-size:14px;
}

.lcm-card td{
    padding:7px;
    font-size:14px;
}

.lcm-card input[type=text],
.lcm-card input[type=email],
.lcm-card input[type=password],
.lcm-card input[type=date],
.lcm-card select{

    width:100%;
    max-width:100%;
    height:36px;
    font-size:14px;

}

.lcm-card textarea{

    width:100%;
    max-width:100%;
    font-size:14px;
    padding:8px;
    resize:vertical;

}


.lcm-wrapper .button{

    min-height:34px !important;
    line-height:32px !important;
    font-size:13px !important;
    padding:0 12px !important;

}
#lcm_jobs_table{
    margin-top:15px;
    font-size:13px;
}

#lcm_jobs_table th{
    background:#f5f5f5;
    text-align:left;
    padding:8px;
    font-size:13px;
}

#lcm_jobs_table td{
    vertical-align:middle;
    padding:7px;
    font-size:13px;
}

#lcm_jobs_table .button{
    min-width:80px;
    text-align:center;
}

.lcm-popup-box{

    position:absolute;

    width:620px;
    max-width:90%;

    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.35);

}

.lcm-popup-overlay{

    position:fixed;

    inset:0;

    z-index:999999;

    display:none;

    background:rgba(0,0,0,.25);

}
.lcm-popup-header{
    padding:12px 16px;
    background:#2271b1;
    color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:16px;
    font-weight:600;
}

.lcm-popup-body{
    padding:15px;
}

#lcmPopupSearch{
    width:100%;
    height:36px;
    margin-bottom:10px;
    font-size:14px;
}

#lcmPopupResults{
    max-height:340px;
    overflow:auto;
    border:1px solid #ddd;
}

.lcm-popup-item{
    padding:9px 12px;
    border-bottom:1px solid #eee;
    cursor:pointer;
    transition:background .15s;
    font-size:13px;
}

.lcm-popup-footer{
    padding:12px 15px;
    text-align:right;
    border-top:1px solid #eee;
    background:#fafafa;
}

#lcm_non_govt_filters,
#lcm_govt_filters{
    margin-top:12px;
}

.lcm-loader{
    font-size:15px;
    font-weight:600;
}

.drag{

    width:40px;

    min-width:40px;

    text-align:center;

    cursor:grab;

    user-select:none;

    vertical-align:middle;

}

.drag .dashicons{

    cursor:grab;

    font-size:20px;

    width:20px;

    height:20px;

    line-height:20px;

    pointer-events:none;

}

.lcm-sort-placeholder{
    height:45px;
    background:#fff8d6;
    border:2px dashed #2271b1;
}

/* ======================================================
   Career Vision
====================================================== */

.lcm-vision-title{

    text-align:center;

    font-size:30px;

    font-weight:700;

    margin:10px 0 25px;

    color:#1d2327;

}

.lcm-vision-board{

    background:#fff;

    border:1px solid #ddd;

    border-radius:16px;

    padding:30px;

    margin-bottom:25px;

    box-shadow:0 5px 18px rgba(0,0,0,.08);

}

.lcm-vision-image{

    margin-bottom:25px;

}

#lcm_view_image{

    width:100%;

    height:auto;

    object-fit:contain;

    display:block;

    border-radius:14px;

}

#lcm_view_role{

    text-align:center;

    font-size:28px;

    font-weight:700;

    margin:20px 0;

    color:#2271b1;

}

.lcm-vision-item{

    font-size:17px;

    margin-bottom:14px;

    line-height:1.8;

}

.lcm-vision-item strong{

    color:#222;

}

#lcm_view_notes{

    margin-top:10px;

    background:#f8f9fb;

    border-left:5px solid #2271b1;

    padding:18px;

    border-radius:8px;

    font-size:15px;

    line-height:1.8;

    white-space:pre-wrap;

}

#lcm_edit_vision{

    min-width:180px;

}

/* ------------------ Edit Form ------------------ */

#lcm_vision_edit{

    background:#fff;

    border:1px solid #ddd;

    border-radius:14px;

    padding:25px;

    margin-bottom:25px;

    box-shadow:0 3px 15px rgba(0,0,0,.08);

}

#lcm_vision_edit table{

    width:100%;

}

#lcm_vision_edit th{

    width:230px;

    font-size:14px;

    vertical-align:top;

}

#lcm_vision_edit td{

    padding:8px;

}

#lcm_vision_notes{

    width:100%;

    height:120px;

    min-height:120px;

    max-height:120px;

    font-size:13px !important;

    padding:8px;

    resize:none;

    box-sizing:border-box;

}

#lcm_vision_preview{

    width:100%;

    max-height:320px;

    object-fit:cover;

    border-radius:10px;

    margin-top:12px;

    border:1px solid #ddd;

}

#lcm_save_vision{

    min-width:180px;

}

.lcm-card{

    transition:.25s;

}

.lcm-card:hover{

    box-shadow:0 8px 24px rgba(0,0,0,.08);

}

.lcm-vision-board{

    transition:.25s;

}

.lcm-vision-board:hover{

    box-shadow:0 12px 28px rgba(0,0,0,.10);

}

/* =========================================================
   FINAL UI SCALE (80% LOOK)
========================================================= */

.lcm-wrapper{

    font-size:13px;

}

.lcm-wrapper *{

    font-size:inherit;

}

.lcm-wrapper table th{

    font-size:13px !important;

}

.lcm-wrapper table td{

    font-size:13px !important;

}

.lcm-wrapper input,

.lcm-wrapper select,

.lcm-wrapper textarea,

.lcm-wrapper button{

    font-size:13px !important;

}

.lcm-wrapper h2{

    font-size:22px !important;

}

.lcm-wrapper h3{

    font-size:17px !important;

}

.lcm-wrapper label,
.lcm-wrapper strong{

    font-size:13px !important;

}

.lcm-card{

    padding:12px !important;

}

.lcm-card td{

    padding:5px !important;

}

.lcm-card th{

    padding:5px !important;

}
.lcm-wrapper{

    zoom:.85;

}
/* Serial Number column */

#lcm_jobs_table th:first-child,
#lcm_jobs_table td:first-child{

    width:45px;
    min-width:45px;
    max-width:45px;

    text-align:center;

    white-space:nowrap;

}

.lcm-popup-header button{

    background:none;

    border:none;

    color:rgba(255,255,255,.85);

    font-size:28px;

    font-weight:300;

    width:32px;

    height:32px;

    line-height:32px;

    padding:0;

    cursor:pointer;

    transition:all .2s ease;

}

.lcm-popup-header button:hover{

    color:#fff;

    transform:scale(1.1);

}

.lcm-category-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 15px 0 20px;
}

.lcm-category-stat {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
    background: #fafafa;
    border-radius: 5px;
}

.lcm-category-stat strong {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.lcm-category-stat span {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 600px) {
    .lcm-category-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}
.lcm-critical-row {
    background: #fff1f1 !important;
}

.lcm-critical-row td {
    border-top: 1px solid #f0a0a0 !important;
    border-bottom: 1px solid #f0a0a0 !important;
}

.lcm-critical-badge {
    display: inline-block;
    margin-left: 7px;
    padding: 3px 7px;
    background: #d32f2f;
    color: #fff;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    vertical-align: middle;
}

.lcm-critical-option {
    margin-top: 12px;
    padding: 10px 12px;
    border: 1px solid #f0b0b0;
    background: #fff7f7;
    border-radius: 5px;
}

.lcm-critical-option label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    color: #b71c1c;
    cursor: pointer;
}

.lcm-critical-option small {
    display: block;
    margin: 5px 0 0 24px;
    color: #777;
}

/* =========================================================
   SHARED JOB INDICATOR
   ========================================================= */

.lcm-job-shared {
    background: #f0fff4 !important;
}

.lcm-job-shared td {
    background: #f0fff4 !important;
}

.lcm-job-number-shared {
    background: #d1fae5 !important;
    color: #15803d !important;
    font-weight: 700 !important;
    text-align: center;
}

.lcm-copy-shared {
    background: #16a34a !important;
    border-color: #15803d !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    cursor: default !important;
}

.lcm-copy-shared:hover {
    background: #16a34a !important;
    color: #ffffff !important;
}

