/* Keep long tables and commands inside the existing OCCS content column. */
body.cr-unified-tool-page .vehicle-content {
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
}
body.cr-unified-tool-page .vehicle-content > .vehicle-section {
  min-width: 0;
  max-width: 100%;
}
body.cr-unified-tool-page .cv-code,
body.cr-unified-tool-page .cv-table-scroll {
  max-width: 100%;
  overflow-x: auto;
}
body.cr-unified-tool-page .vehicle-proof-row {
  display: flex;
  flex-wrap: wrap;
}
body.cr-unified-tool-page .vehicle-hero-note a {
  color: inherit;
  text-decoration: underline;
}
