@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/MMGJ/Modules/HR/Com/EmployssProfileManagement.razor.rz.scp.css */
/* 页面基础样式 完全不变 */
.a4-container[b-dznv8it5mz] {
    width: 100%;
    max-width: 800px;
    background: white;
    padding: 40px;
    margin: 0 auto;
    border-radius: 8px;
    min-height: 1120px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.photo-box[b-dznv8it5mz] {
    width: 160px;
    height: 200px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    position: relative;
}

.photo-view[b-dznv8it5mz] {
    pointer-events: none;
}

.block-title[b-dznv8it5mz] {
    font-size: 16px;
    font-weight: 600;
    border-left: 4px solid #0d6efd;
    padding-left: 8px;
    margin-bottom: 12px;
}

.info-block[b-dznv8it5mz] {
    margin-bottom: 24px;
}

.card-sm[b-dznv8it5mz] {
    border: 1px solid #eee !important;
    box-shadow: none !important;
}

.row[b-dznv8it5mz] {
    display: flex !important;
    flex-wrap: wrap !important;
}
/* _content/MMGJ/Modules/Organization/Com/CampusManagement.razor.rz.scp.css */
/* ====================================
 * 校区详情弹窗
 * ==================================== */

.detail-section[b-anqeukcat0] {
    background: #f8f9fa;
    border: 1px solid #e8ecf0;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 16px;
}

.detail-section-title[b-anqeukcat0] {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color, #4a6cf7);
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e4e8;
}

.detail-grid[b-anqeukcat0] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px 24px;
}

.detail-item[b-anqeukcat0] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.detail-item-label[b-anqeukcat0] {
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}

.detail-item-value[b-anqeukcat0] {
    font-size: 14px;
    color: #222;
    line-height: 1.5;
}

.detail-item-colspan-2[b-anqeukcat0] {
    grid-column: span 2;
}

/* ====================================
 * 校区人员分组展示
 * ==================================== */

.dept-row[b-anqeukcat0] {
    margin-bottom: 12px;
}

.dept-row:last-child[b-anqeukcat0] {
    margin-bottom: 0;
}

.dept-header[b-anqeukcat0] {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
    padding: 4px 0;
}

.dept-number[b-anqeukcat0] {
    color: var(--primary-color, #4a6cf7);
    font-weight: 600;
}

.pos-row[b-anqeukcat0] {
    padding: 3px 0 3px 28px;
    line-height: 1.8;
    border-bottom: 1px dashed #f0f0f0;
}

.pos-row:last-child[b-anqeukcat0] {
    border-bottom: none;
}

.pos-label[b-anqeukcat0] {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    margin-right: 6px;
}

.emp-item[b-anqeukcat0] {
    font-size: 13px;
    color: #333;
    margin-right: 12px;
    display: inline-block;
    padding: 1px 0;
}

.emp-affiliation[b-anqeukcat0] {
    font-size: 11px;
    color: #999;
    margin-left: 1px;
}
