.sp-live-icon {
  min-width: 60px;
  height: 31px;
  border-radius: 20px;
  display: flex;
  justify-content: right;
  align-items: center;
  z-index: 2;
  position: relative;
  right:0px;
  top: -6px;

  &.narrow {
    span {
      display: none !important;
    }
  }

  span:empty {
    display: none !important;
  }

  &__text {
    padding: 5px 0 5px 4px;
    font-size: 12px;
    font-family: $fontBold;
    color: $pinkish-red;
    white-space: nowrap ;
  }

  svg {

    padding-left: 10px;

    path {

      fill: rgb(223, 15, 51);
      fill-rule: nonzero;
      d: path("M 7.76 16.24 C 6.67 15.16 6 13.66 6 12 c 0 -1.66 0.67 -3.16 1.76 -4.24 l 1.42 1.42 C 8.45 9.9 8 10.9 8 12 c 0 1.1 0.45 2.1 1.17 2.83 l -1.41 1.41 Z m 8.48 0 C 17.33 15.16 18 13.66 18 12 c 0 -1.66 -0.67 -3.16 -1.76 -4.24 l -1.42 1.42 C 15.55 9.9 16 10.9 16 12 c 0 1.1 -0.45 2.1 -1.17 2.83 l 1.41 1.41 Z M 12 10 c -1.1 0 -2 0.9 -2 2 s 0.9 2 2 2 s 2 -0.9 2 -2 s -0.9 -2 -2 -2 Z m 8 2 c 0 2.21 -0.9 4.21 -2.35 5.65 l 1.42 1.42 C 20.88 17.26 22 14.76 22 12 c 0 -2.76 -1.12 -5.26 -2.93 -7.07 l -1.42 1.42 C 19.1 7.79 20 9.79 20 12 Z M 6.35 6.35 L 4.93 4.93 C 3.12 6.74 2 9.24 2 12 c 0 2.76 1.12 5.26 2.93 7.07 l 1.42 -1.42 C 4.9 16.21 4 14.21 4 12 c 0 -2.21 0.9 -4.21 2.35 -5.65 Z");


    }

  }
}
