/* src/scss/nam-badge.scss */
.custom-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-red);
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  min-height: 14%;
  min-width: 14%;
  top: -7%;
  left: 1rem;
}
/*# sourceMappingURL=nam-badge.min.css.map */
