/*
    Load More Styles
*/
.content-cards-section__loadMore-custom {
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2rem;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  margin: 0 0 1.6rem;
  padding: 16px 32px;
  border: 1px solid currentColor;
  color: inherit;
  background-color: transparent;
  appearance: none;
  text-transform: inherit;
  text-decoration: none;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  border: 1px solid #000ad2;
  color: #000ad2;
}

.content-cards-section__loadMore-custom:hover {
  color: #fff;
  background-color: #000ad2;
}

.content-cards-section__footer-custom .hideme {
  display: none;
}

@media only screen and (min-width: 768px) {
  .content-cards-section__loadMore-custom {
    display: inline-block;
    height: 52px;
    width: auto;
  }
}

/* Cards  */

.content-cards
  .content-cards-section__cards.has-custom-load-more
  .content-card {
  display: none;
}
.content-cards .content-cards-section__cards .content-card.card-item-showing {
  display: block;
}

/* Fixed cards section */

#fixed-card-custom.has-loaded
  .c-section-comp-container
  > .content-cards:not(:nth-child(1)) {
  display: none;
}
