.bounded-width-column {
    min-width: var(--column-width);
    max-width: var(--column-width);
    word-wrap: break-word;  /* Allows the text to wrap within the maximum width */
    white-space: normal;  /* Ensures the text wraps to the next line */
}