/*
 * Haitian Corner PWA People Near You music badge
 */
#browse
.hc-browse-featured-avatar
> .hc-np-badge {
  top: 5px !important;
  left: 5px !important;
  right: auto !important;
  bottom: auto !important;

  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;

  padding: 0 !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #1db954 !important;
  color: #fff !important;

  font-size: 0 !important;
  line-height: 1 !important;

  box-shadow:
    0 2px 6px rgba(0, 0, 0, .25) !important;
}

#browse
.hc-browse-featured-avatar
> .hc-np-badge
> i {
  display: none !important;
}

#browse
.hc-browse-featured-avatar
> .hc-np-badge::before {
  content: "♪";
  display: block;

  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
