.ids-notification-badge ::slotted(span) {
  position: relative;
  font-size: 1rem !important;
  height: 0.6875rem !important;
}
.ids-notification-badge ::slotted(span)::before {
  font-size: 1rem !important;
  top: 50%;
  transform: translateY(-50%);
}