.networking__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.networking__link {
  color: var(--text-info, #1a369a);
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-weight: 400;
}

.card-scientist {
  p {
    font-weight: 700 !important;
  }

  b {
    font-weight: 400 !important;
  }
}

.card-scientist p {
  margin: 0 !important;
}

.card-scientist p + p {
  margin-bottom: 8px !important;
}

.ts-member-card .label-input {
  label {
    color: var(--text-weak, #777) !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  p {
    font-weight: 700 !important;
  }
}

.networking__card {
  .label {
    color: var(--text-weak, #777) !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .subtitle {
    color: var(--text-strong, #1c1c1c) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;
  }

  p {
    font-weight: 700 !important;
  }

  b {
    font-weight: 400 !important;
  }

  .card-investor-header {
    h1 {
      font-size: 20px;
    }
  }

  .mt-4 {
    margin-top: 16px;
  }
}

.networking__list {
  ul {
    padding-left: 15px;
    li {
      font-size: 15px;
      line-height: 20px;
      font-weight: 400;
      color: var(--text-strong, #1c1c1c);
    }
    li:not(:first-child) {
      margin-top: 4px;
    }
  }
}

.last-hidden b span:last-child {
  display: none;
}

.networking__list.list__dots {
  ul {
    list-style: disc !important;
  }
}

.networking__list.list__xl {
  ul {
    li:not(:first-child) {
      margin-top: 16px;
    }
  }
}

body a.readmore-js-toggle {
  margin: 0;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.networking-badge {
  border-radius: var(--border-radius-sm, 8px);
  border: 1px solid var(--surface-secondary-border, #e3e3e3);
  background: var(--surface-secondary-background, #f4f4f4);
  padding: 8px 12px;
  width: 100%;
  margin-right: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
  text-transform: none;
}

.bullet-list::placeholder {
  font-size: 14px;
  line-height: normal;
}

.scientics-card {
  border-radius: var(--border-radius-md, 12px);
  border: 1px solid var(--surface-primary-border, #e3e3e3);
  background: var(--surface-primary-background, #fff);
  overflow: hidden;
  margin-bottom: 8px;
}

.scientics-card-header {
  border-bottom: var(--border-width, 1px) solid var(--surface-primary-border, #e3e3e3);
  background: var(--surface-secondary-background, #f4f4f4);
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
}

.scientics-card-body {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  div {
    max-width: calc(50% - 8px);
    width: 100%;
  }

  @media (max-width: 480px) {
    div {
      max-width: 100%;
    }
  }
}
