.toolbar-form {
  flex-wrap: wrap;
}

.chip-row a,
.pagination-bar a,
.pagination-bar span,
.card-actions a {
  text-decoration: none;
}

.pagination-bar span.page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section .collection-rail,
.section .featured-row {
  padding-bottom: 8px;
}

.results-bar p {
  margin: 0;
}

.empty-state {
  grid-column: 1 / -1;
}

@media (max-width: 720px) {
  .toolbar-form .button {
    width: 100%;
  }
}
