.button--action:not(:first-child) {
  margin-left: 10px;
}

.evaluation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.evaluation > div {
  flex: 0 1 auto;
}

.json-download, .yaml-download  {
  text-decoration: none;
  margin-right: 10px;
}

.json-download:hover, .yaml-download:hover {
  text-decoration: underline;
}

.json-download:before, .yaml-download:before {
  content: '\f019';
  font: var(--fa-font-solid);
  display: none;
}

.json-download svg, .yaml-download svg {
  margin-right: 5px;
  vertical-align: inherit;
}

h4 + svg {
  display: block;
  margin-bottom: 1rem;
}

.model-link {
  display: inline-block;
}

.model-link svg,
.model-link img,
.model-link .icon {
  width: 22px;
  height: auto;
  vertical-align: inherit;
}

.model-link .icon:nth-child(2) {
  margin: 0 10px;
}
