﻿/* 🔒 Sticky column for ID */
.sticky-col {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 2;
}
