html.max-tour-production *,
html.max-tour-production *::before,
html.max-tour-production *::after {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}

html.max-tour-production button,
html.max-tour-production [role='button'],
html.max-tour-production a[class*='btn'],
html.max-tour-production a[class*='button'] {
  text-align: center !important;
}

html.max-tour-production button > *,
html.max-tour-production [role='button'] > * {
  text-align: inherit;
}

html.max-tour-production button,
html.max-tour-production [role='button'],
html.max-tour-production nav a,
html.max-tour-production .chip,
html.max-tour-production .pill,
html.max-tour-production .badge,
html.max-tour-production .tag {
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
