/* Custom Cards with quicklinks css (documentation menu) */
.custom-card .gds-icon--l img {
  width: 20px;
  height: 20px;
}

.custom-card .gds-link--with-icon span:first-child {
  margin-right: var(--spacer-s) !important;
}

@media screen and (min-width: 768px) {
  .custom-card .gds-card__actions div.gds-card__quicklinks {
    margin-top: 0;
  }
}

.views-exposed-form {
  padding: var(--spacer-l);
  max-width: 1280px;
  margin: auto;
}
.pager-show-more a {
  background-color: var(--color-accent);
  padding: 13px 20px;
  color: var(--color-primary);
  text-decoration: none;
  font-size: var(--typography-t-button-font-size);
  font-weight: var(--typography-t-button-font-weight);
  font-family: var(--typography-t-button-font-family);
  margin: auto;
  display: table;
}

.pager-show-more a:hover {
  background-color: var(--color-accent-1-40);
}

.pager-show-more li {
  list-style: none;
}

input[id^="edit-submit-custom-related-content"] {
  display: none;
}


