/* Manage Batches Columns */
.lms-batch-stat-col { width: 70px; padding-left: 4px !important; padding-right: 4px !important; text-align: center; }
.lms-batch-stat-header { width: 140px; text-align: center; border-bottom: 1px solid var(--lms-border-color); white-space: nowrap; }

/* Batch Modal Specifics */
#lms-enhanced-schedule-wrapper {
    background: var(--lms-bg-hover);
    padding: 15px;
    border-radius: 6px;
    border: 1px solid var(--lms-border-color);
    margin-bottom: 15px;
}
#lms-enhanced-schedule-wrapper h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--lms-text-primary);
}
#lms-batch-days-wrapper {
    display: none; /* JS toggles this */
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--lms-border-color);
}

/* Fix Select2 in Batch Students Modal */
#lms-batch-students-modal .select2-container--default .select2-selection--single { background-image: none !important; }