.train-inspection {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
}

.train-inspection button {
  min-height: 36px;
  text-decoration: underline;
  text-decoration-color: #ddc49455;
  text-underline-offset: 4px;
}

.train-inspection button:hover {
  text-decoration-color: currentColor;
}
