.match-group-button {
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
  border-radius: .55rem;
  color: #fff;
  background: transparent;
  text-align: left;
}

.match-group-button strong,
.match-group-button > span:not(.match-group-action) {
  grid-column: 1;
}

.match-group-button .match-group-action {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: #a8c7ff;
  font-weight: 850;
  white-space: nowrap;
}

.match-group-button:hover {
  background: #172943;
}

.match-history-filter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: .8rem;
  border: 1px solid #5f82bb;
  border-radius: 1rem;
  padding: 1rem;
  background: #15284a;
}

.match-history-filter-copy {
  display: grid;
  gap: .2rem;
  min-width: 0;
}

.match-history-filter-copy > span {
  color: #a8c7ff;
  font-size: .75rem;
  font-weight: 850;
}

.match-history-filter-copy > strong {
  overflow-wrap: anywhere;
  font-size: 1.1rem;
}

.match-history-filter-copy > p {
  margin: 0;
  color: #c2d2eb;
  font-size: .82rem;
}

.match-perspective-note {
  margin: .3rem 0;
  color: #a8c7ff;
  font-size: .8rem;
  font-weight: 800;
}

@media (max-width: 650px) {
  .match-history-filter {
    grid-template-columns: 1fr;
  }

  .match-history-filter button {
    width: 100%;
  }
}
