.team-directory-search {
  padding: 18px;
  margin-bottom: 14px;
}

.team-directory-search label,
.team-directory-search label > span {
  display: block;
}

.team-directory-search label > span {
  margin-bottom: 7px;
  color: #4a596a;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.team-directory-search input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #c9d3df;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.team-directory-search input:focus {
  border-color: #3d8ac1;
  outline: 3px solid rgba(61, 138, 193, .16);
}

.directory-jumps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.directory-jumps strong {
  margin-right: 4px;
  font-size: 13px;
}

.directory-jumps a {
  padding: 7px 11px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  font-weight: 750;
}

.directory-jumps a:hover {
  border-color: #75aeda;
  text-decoration: none;
}

.team-directory-groups {
  display: grid;
  gap: 32px;
}

.team-directory-group {
  scroll-margin-top: 88px;
}

.team-directory-group .section-heading h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -.02em;
}

.team-card small + small {
  margin-top: 2px;
  color: #4f6072;
}

.team-directory-empty {
  padding: 30px;
  text-align: center;
}

.team-directory-empty h3 {
  margin: 0 0 6px;
}

.team-directory-empty p {
  margin: 0;
  color: var(--muted);
}

.guide-card a {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 750;
}

.team-format > h2 {
  margin: 5px 0 18px;
}

.team-format article {
  padding-right: 8px;
}

@media (max-width: 680px) {
  .directory-jumps {
    align-items: flex-start;
  }

  .directory-jumps strong {
    flex-basis: 100%;
  }
}
