th {
    white-space: normal;
    overflow-wrap: break-word; /* Allows breaking at zero-width spaces */
    max-width: 180px;
    min-width: 120px; /* Ensures column isn’t too narrow */
    vertical-align: top;
    line-height: 1.2;
    text-align: left;
}

th button {
    white-space: normal;
    overflow-wrap: break-word;
    max-width: 100%; /* Fits within th */
    min-width: 0; /* Prevents button from forcing a wider width */
    display: inline-block;
    line-height: 1.2;
    text-align: left;
}