.sales-orders-card {
    overflow: visible !important;
}

.sales-orders-table {
    overflow: visible !important;
}

.sales-orders-table thead th {
    position: sticky !important;
    top: 0 !important;
    z-index: 5 !important;
    background: linear-gradient(120deg, #eef2ff, #e0e7ff) !important;
    box-shadow: 0 2px 0 rgba(15, 23, 42, 0.08) !important;
}
