.c51-sharepoint-list {
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 3rem;
  display: grid;
}
a.c51-sharepoint-nav-link {
  padding-right: 1.5rem;
  white-space: nowrap;
}
a.c51-sharepoint-nav-link.active {
  font-weight: 700;
}

/* Document Search page */
.c51-sp-search-form {
  margin: 18px 0;
}
.c51-sp-search-form .c51-sp-block {
  margin-bottom: 22px;
}
.c51-sp-search-form h3.c51-sp-h {
  margin-top: 0;
  margin-bottom: 0;
}
.c51-sp-search-form .c51-sp-sub {
  margin: 0 0 10px;
  opacity: 1;
}
.c51-sp-search-form .c51-sp-row {
  display: flex;
  gap: 14px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.c51-sp-search-form .c51-sp-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.c51-sp-search-form .c51-sp-field-grow {
  min-width: 320px;
}
.c51-sp-search-form .c51-sp-input {
  width: 100%;
  max-width: 520px;
}
.c51-sp-search-form .c51-sp-actions {
  display: flex;
  align-items: flex-end;
}
.c51-sp-search-form .c51-search-btn {
  color: #3E3E3E;
  background: #FAC747;
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
}