.table-wrapper {
    overflow-x: auto;
    max-width: 100%; /* Or any width you want */
}

table {
    border-collapse: collapse;
    font-size: 0.9em;
    color: #1f203b;
    min-width: max-content; /* Ensures table expands horizontally if needed */
}

td {
    text-align: center;
    padding: 5px;
    white-space: nowrap;
}

.label-cell {
    position: sticky;
    font-weight: bold;
    left: 0;
    background-color: #fff; /* Or match your design */
    z-index: 1; /* So it stays on top */
}


        .arrow {
            display: inline-block;
            transform-origin: center;
            font-weight: bold;
            font-size: 0.9em; /* Adjust size of the arrow */

        }
