.results-presentation__wrapper .grid-table__link-collection {
  row-gap: var(--sm-1)
}
.results-presentation__wrapper .grid-table__link-collection .cta__label {
  text-align: left
}
.results-presentation__wrapper .grid-table__link-collection > div:not(:nth-child(1)) .cta__label {
  display: block
}
@media (min-width:992px) {
  .results-presentation__wrapper .grid-table__header,
  .results-presentation__wrapper .grid-table__row {
    grid-template-columns: 1fr 2fr 4fr
  }
  .results-presentation__wrapper .grid-table__link-collection {
    display: grid;
    grid-template-columns: 1fr 1.5fr 2fr 2fr 1.5fr;
    justify-items: inherit
  }
  .results-presentation__wrapper .grid-table__link-collection > div {
    max-width: 100%
  }
  .results-presentation__wrapper .grid-table__row .grid-table__link-collection > div {
    justify-content: center
  }
  .results-presentation__wrapper .grid-table__row > div:nth-child(1),
  .results-presentation__wrapper .grid-table__row > div:nth-child(2) {
    display: flex;
    align-items: center
  }
  .results-presentation__wrapper .grid-table__header .grid-table__link-collection > div {
    justify-content: start
  }
}
@media (min-width:1200px) {
  .results-presentation__wrapper .grid-table__header,
  .results-presentation__wrapper .grid-table__row {
    grid-template-columns: 13rem 1fr 3fr
  }
  .results-presentation__wrapper .grid-table__header {
    min-height: 6.7rem
  }
}