.teamheader-container {
        width: 100%;
  margin: auto auto;
  padding: 1px;
        }
        
        .teamheader-headline {
            background: #0066a2 url(../../../images/thead.png) top left repeat-x;
            color: #ffffff;
            border-bottom: 1px solid #263c30;
            padding: 8px;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }
        
        .teamheader-bit {
            padding: 5px;
        }
        
        .teamheader-bit_teamie {
           display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
        }
        
        .teamheader-bit_teamie:last-child {
            margin-bottom: 0;
        }
        
        .teamheader-bit_avatar {
            width: 25%;
        }
        
        .teamheader-bit_avatar img {
           width: 60px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        }
        
        .teamheader-bit_infos {
          width: 75%;
  margin: 5px;
  font-family: var(--normal-fontstack);
  padding: 10px;
  font-size: 12px;
  color: var(--myrtle-teal);
  font-weight: 600;
        }