.team-profile {
  background: #f6f7f2;
  font-family: Open Sans, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  color: #101431;
}

.team-profile__hero {
  background: #dfe0eb;
  border-radius: 1.5rem;
}

.team-profile__heading {
  font-weight: 800;
}

.team-profile__label {
  font-family: Manrope, Open Sans, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(16, 20, 49, 0.5);
}

.team-profile__card {
  background: #ffffff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgba(16, 20, 49, 0.14);
}

.team-profile__hero {
  background: #dfe0eb;
  border-radius: 1.5rem;
}

.team-profile__avatar {
  width: 108px;
  height: 108px;
  border-radius: 1.25rem;
  background: rgba(41, 51, 123, 0.18);
  color: #1d2456;
  font-family: Manrope, Open Sans, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(16, 20, 49, 0.1);
}

.team-profile__badge {
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
}

.team-profile__meta {
  font-size: 0.875rem;
}

.team-profile__meta-text {
  max-width: 760px;
}

.team-profile__cta {
  font-family: Manrope, Open Sans, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 700;
  background: #101431;
  color: #ffffff;
  border-radius: 0.625rem;
}

.team-profile__cta:hover,
.team-profile__cta:focus {
  color: #dfe0eb !important;
  background: #1d2456 !important;
}

.team-profile__chip {
  font-family: Manrope, Open Sans, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  background: rgba(41, 51, 123, 0.14);
  color: #1d2456;
  border-radius: 999px;
  padding: 0.5rem 1rem;
}

.team-profile__contact-icon {
  color: #1d2456;
}

.team-profile__body-text {
  font-size: 0.9063rem;
  line-height: 1.75;
  color: rgba(16, 20, 49, 0.62);
  white-space: pre-line;
}

.team-profile__value {
  font-size: 0.875rem;
}

.team-profile__contact-value {
  font-size: 0.8438rem;
}

/* Representatives */
.team-profile__rep {
  border: 1px solid rgba(16, 20, 49, 0.08);
  border-radius: 0.75rem;
  background: #f6f7f2;
}

.team-profile__rep-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(16, 20, 49, 0.08);
  color: #101431;
  font-family: Manrope, Open Sans, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}

.team-profile__rep-name {
  font-family: Manrope, Open Sans, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #101431;
  word-wrap: anywhere;
}

.team-profile__rep-role {
  font-size: 0.75rem;
  color: rgba(16, 20, 49, 0.5);
}

.team-profile__rep-link {
  font-size: 0.8125rem;
  color: #101431;
  text-decoration: none;
  word-break: break-word;
}

.team-profile__rep-link:hover {
  color: #1d2456;
}

.team-profile__map-placeholder {
  background: #e7eae2;
  border-radius: 0 0 1rem 1rem;
}

.team-profile__social-link {
  font-family: Open Sans, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.8438rem;
  color: #101431;
  text-decoration: none;
  background: #f6f7f2;
  border-radius: 0.625rem;
}

.team-profile__social-link:hover {
  color: #1d2456;
}

/* Members table */
.team-profile__table thead th {
  font-family: Manrope, Open Sans, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(16, 20, 49, 0.5);
  border-bottom-width: 1px;
  white-space: nowrap;
}

.team-profile__table tbody td {
  font-size: 0.875rem;
  vertical-align: middle;
}

.team-profile__table tbody tr:hover {
  background: #f6f7f2;
}

.team-profile__member-name {
  font-family: Manrope, Open Sans, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 700;
  color: #101431;
}

.team-profile__member-link {
  color: #101431;
  text-decoration: none;
  word-break: break-word;
}

.team-profile__member-link:hover {
  color: #1d2456;
}

.team-profile__member-loc-primary {
  color: #101431;
}

.team-profile__member-loc-secondary {
  color: rgba(16, 20, 49, 0.5);
  font-size: 0.75rem;
}

.team-profile__hero .badge-status {
  padding: 0.45rem 0.75rem;
  line-height: 100%;
}

/*# sourceMappingURL=team-profile.css.map*/