:host {
  display: inline-flex;
  flex-flow: row nowrap;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;

  svg.bell-icon {
    color: var(--color-alert-red);
  }

  span {
    color: var(--color-gray-444);
  }
}
