.AccountLevelBadge {
  display: flex;
  align-items: center;
  padding: 23px 20px;
  width: 280px;
  &__iconContainer {
    margin-top: 8px;
    margin-right: 11px;
  }
  &__body {
    &__userAccountLevel {
      font-size: 16px;
      font-weight: bold;
      line-height: 21px;
      margin-bottom: 3px;
    }
    &__accountLevelLabel {
    }
    &__moreInfoLink {
     font-weight: bold;     
    }
  }
}
