.metaobject__table .table__grid-container {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 0.06rem));
  background-color: #dedede;
  border: 1px solid #dedede;
  grid-gap: 1px;
}
.metaobject__table .grid_item {
  background-color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 1.3rem;
  font: inherit;
  line-height: 1.2;
}
.metaobject__table .grid_item:last-child {
  border-bottom: none;
}
.metaobject__table .highlight {
  color: #fff;
  background-color: #ed6c00;
}