.teamheader-container {
  background: #fff;
  width: 100%;
  margin: 0 auto 10px auto;
  border: 1px solid #ccc;
  padding: 1px;
  border-radius: 7px;
  box-sizing: border-box;
}

.teamheader-headline {
  background: #0066a2 url(../../../images/thead.png) top left repeat-x;
  color: #ffffff;
  border-bottom: 1px solid #263c30;
  padding: 8px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-sizing: border-box;
}

.teamheader-bit {
  background: #f5f5f5;
  border: 1px solid;
  border-color: #fff #ddd #ddd #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px;
  box-sizing: border-box;
}

.teamheader-bit_teamie {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.teamheader-bit_teamie:last-child {
  margin-bottom: 0;
}

.teamheader-bit_avatar {
  width: 152px;
  flex: 0 0 152px;
}

.teamheader-bit_avatar img {
  width: 152px;
  max-width: 100%;
  height: auto;
  display: block;
}

.teamheader-bit_infos {
  flex: 1;
  width: auto;
}

.tplb-teamheader-wrap {
  margin-top: 24px;
}

.tplb-teamheader-wrap .teamheader-container {
  background: transparent !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

.tplb-teamheader-wrap .teamheader-headline {
  display: none !important;
}

.tplb-teamheader-wrap .teamheader-bit {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.tplb-teamheader-wrap .teamheader-bit_teamie {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 10px !important;
  padding: 12px !important;
  box-sizing: border-box !important;
  background-color: rgba(255, 255, 255, 0.62) !important;
  border: 1px solid rgba(255, 255, 255, 0.85) !important;
  border-radius: 8px !important;
}

.tplb-teamheader-wrap .teamheader-bit_teamie:last-child {
  margin-bottom: 0 !important;
}

.tplb-teamheader-wrap .teamheader-bit_avatar {
  width: 58px !important;
  height: 58px !important;
  flex: none !important;
}

.tplb-teamheader-wrap .teamheader-bit_avatar img {
  width: 58px !important;
  height: 58px !important;
  object-fit: cover !important;
  border-radius: 7px !important;
  display: block !important;
}

.tplb-teamheader-wrap .teamheader-bit_infos {
  width: auto !important;
  flex: none !important;
  font-family: var(--tplb-font-sans, "Work Sans", sans-serif) !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  color: rgba(var(--tplb-dark-rgb, 85, 85, 85), 0.78) !important;
}

.tplb-teamheader-wrap .teamheader-bit_infos a,
.tplb-teamheader-wrap .teamheader-bit_infos a:link,
.tplb-teamheader-wrap .teamheader-bit_infos a:visited,
.tplb-teamheader-wrap .teamheader-bit_infos a:hover,
.tplb-teamheader-wrap .teamheader-bit_infos a:active {
  color: var(--tplb-dark-text, #555) !important;
  font-weight: var(--tplb-font-semibold, 600) !important;
  text-decoration: none !important;
}

@media (max-width: 480px) {
  .tplb-teamheader-wrap .teamheader-bit_teamie {
    grid-template-columns: 48px minmax(0, 1fr) !important;
  }

  .tplb-teamheader-wrap .teamheader-bit_avatar,
  .tplb-teamheader-wrap .teamheader-bit_avatar img {
    width: 48px !important;
    height: 48px !important;
  }
}