.location-cards-heading {
  align-items: baseline;
  margin-bottom: $margin-double;

  h2 {
    margin-bottom: 0;
  }
}

.location-cards {
  .location-card {
    &:nth-child(n + 7) {
      display: none;
    }
  }

  .strike-text {
    margin-top: $margin-normal;
  }
}

.show-all {
  .location-card {
    &:nth-child(n + 7) {
      display: flex;
    }
  }

  .show-more-items {
    display: none;
  }
}
