.root {
  position: relative;
  display: inline-block;
  padding: 24px 24px 12px 12px;
}
.badge {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00bcd4;
  color: white;
}
