table.widefat td {
    padding: 8px;
    white-space: nowrap;        /* Prevent text from wrapping */
    overflow: hidden;           /* Hide overflow */
    text-overflow: ellipsis;    /* Add ellipsis if text overflows */
}

/* Optional: Make Match Report and Highlights columns wider */
table.widefat td:nth-child(15), /* Match Report */
table.widefat td:nth-child(16) { /* Highlights */
    width: 200px; /* Increase width for Match Report and Highlights */
}
