/* Small supporting diagrams use the sales guide's blue line illustrations. */
.team-experience-v15 .team-count-visual-v16 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(64px, 6vw, 88px);
  align-items: center;
  column-gap: 12px;
}
.team-experience-v15 .team-companies-v16 {
  display: block;
  width: 100%;
  height: auto;
}
.team-experience-v15 .team-specialty-visual-v16 {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
  margin: 4px 0 20px;
}
/* The table already closes each row; its parent need not draw another rule. */
.company-page.editorial-layout-v13 #profile.copy-section {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .team-experience-v15 .team-count-visual-v16 {
    grid-template-columns: minmax(0, 1fr) 84px;
    align-items: start;
  }
  .team-experience-v15 .team-companies-v16 { margin-top: 4px; }
  .team-experience-v15 .team-specialty-visual-v16 { margin-bottom: 16px; }
}
