.search-results {
  padding: 6rem 2.5rem 2.5rem 2.5rem;
  margin: 0 auto;
  min-height: calc(100vh - 3.5rem);
  max-width: 75rem;
  width: 100%;
}

.mc-component #resultList {
  max-width: 51.25rem;
  line-height: 1.5;
}

.mc-component #resultList .glossary {
  padding: 1.5rem;
  box-shadow: 0px .25rem .25rem 0px rgba(0 0 0 / 25% );
  border-radius: .25rem;
  margin-bottom: 2rem;
}

.mc-component #resultList .glossary .term {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.mc-component #resultList h3.title {
  margin-bottom: .5rem;
  text-decoration: none;
}

.mc-component #resultList h3.title a,
.mc-component #resultList h3.title a:active,
.mc-component #resultList h3.title a:visited,
.mc-component #resultList h3.title a:focus {
  color: var(--link-text);
  text-decoration: underline;
}

.mc-component #resultList h3.title a:hover {
  color: var(--link-hover);
}

.mc-component #resultList .description {
  font-size: .875rem;
}

.mc-component #resultList .url cite {
  color: var(--grey-70);
  font-size: .875rem;
}

.mc-component #pagination {
  text-align: right;
}

.mc-component #pagination a {
  padding: .15rem .5rem;
  margin: 0 0 0 .5rem;
  box-shadow: 0px 0.15rem 0.15rem 0px rgb(0 0 0 / 15%);
  border-radius: .25rem;
  color: var(--link-text);
  transition: .25s ease;
  border: 0;
}

.mc-component #pagination a.previousPage,
.mc-component #pagination a.nextPage {
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}

.mc-component #pagination a:hover,
.mc-component #pagination a#selected {
  background: var(--link-text);
  color: white;
  border: 0; 
}

.mc-component #pagination a#selected {
  cursor: default;
}

.mc-component #pagination a.previousPage {
  margin-right: 1rem;
}

.mc-component #pagination a.nextPage {
  margin-left: 1rem;
}

.mc-component #pagination a.previousPage:hover,
.mc-component #pagination a.nextPage:hover {
  background: none;
  color: var(--link-hover);
}
