.c-goldstandard {
  padding: 1rem;
}
.c-goldstandard__filters,
.c-goldstandard__listings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-goldstandard__listing {
  flex: 0 0 32%;
  width: 32%;
  padding: 10px;
  background: white;
  margin-bottom: 1rem;
}
.c-goldstandard__listings {
  display: none;
}
.c-goldstandard__listings.active {
  display: flex;
}
.c-goldstandard__listing {
  display: none;
}
.c-goldstandard__listing.active {
  display: block;
}
.c-goldstandard__listing p {
  margin-bottom: 5px;
}
.c-goldstandard__listing h5 {
  font-weight: bold;
}
.c-goldstandard__filters {
  justify-content: center;
  margin: 2rem auto;
}
.c-goldstandard__filter {
  cursor: pointer;
  margin: 0 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}
.c-goldstandard__filter.active,
.c-goldstandard__filter:hover {
  color: #00809e;
  border-bottom: 2px solid #00809e;
}
.c-goldstandard__load-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-goldstandard__load-more > div {
  text-align: center;
  margin: 2rem 1rem;
  position: relative;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
}
@media only screen and (max-width: 769px) {
  .c-goldstandard__listing {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .c-goldstandard__listing {
    flex: 0 0 100%;
    width: 100%;
  }
}
