:import {
  -st-from: '../Foundation/stylable/colors.st.css';
  -st-named: D60;
}

.root {
  min-width: 636px;
}

.row {
  display: grid;
  grid-column-gap: 1px;
  grid-template-rows: 1fr;
  margin-bottom: 1px;
  position: relative;
}

.row:last-child::after {
  display: none;
}

.row::after {
  content: " ";
  display: block;
  height: 1px;
  background: value(D60);
  position: absolute;
  bottom: -1px;
  left: 30px;
  right: 30px;
  z-index: 2;
}
