.directory-summary {
  margin-bottom: 1.5rem;
}

.directory-jumps {
  margin-bottom: 2rem;
  padding: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: .75rem;
  background: #fff;
}

.directory-jumps h2 {
  margin-bottom: .875rem;
  color: #102d49;
  font-size: 1rem;
  font-weight: 900;
}

.directory-groups {
  display: grid;
  gap: 2.25rem;
}

.directory-group {
  scroll-margin-top: 1rem;
}

.directory-group-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #dce3e8;
}

.directory-group-header h2 {
  margin-top: .25rem;
  color: #102d49;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -.02em;
}

.directory-group-header h2 a:hover {
  color: #d65020;
}

.directory-group-link {
  flex-shrink: 0;
  color: #d65020;
  font-size: .75rem;
  font-weight: 700;
}

.directory-card h3 {
  font-size: 1rem;
  line-height: 1.4;
}

.directory-card-title {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}

.directory-logo {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 3.5rem;
  align-items: center;
  justify-content: center;
  padding: .25rem;
  border: 1px solid #eef2f5;
  border-radius: .625rem;
  background: #fff;
}

.directory-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.conference-team-logos {
  display: flex;
  width: 4.25rem;
  min-width: 4.25rem;
  align-items: center;
  padding-left: .25rem;
}

.conference-team-logo {
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  margin-left: -.75rem;
  padding: .15rem;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 9999px;
  background: #f8fafc;
  box-shadow: 0 1px 4px rgba(16, 45, 73, .12);
}

.conference-team-logo:first-child {
  margin-left: 0;
}

.conference-team-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.directory-guide {
  margin-top: 3rem;
}

@media (max-width: 639px) {
  .directory-group-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .directory-group-link {
    margin-top: -.25rem;
  }

  .directory-initial {
    width: 2.5rem;
    height: 2.5rem;
    font-size: .875rem;
  }

  .directory-logo {
    width: 3rem;
    height: 3rem;
    flex-basis: 3rem;
  }

  .directory-card {
    padding: 1rem;
  }
}

@media print {
  .directory-guide,
  .directory-jumps,
  .directory-summary {
    display: none !important;
  }
}
