/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2026 | 01:38:37 */
.fall-conference-schedule .schedule-card .track-label {
/* Fall Conference schedule - preserve track label word integrity */
.schedule-card .track-label {
  display: inline-block;
  max-width: 100%;
  padding: 0.5rem 0.75rem;

  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;

  text-align: center;
  line-height: 1.2;
}


