/* V278: the voice status light is visual decoration, not label text. */
.voice-orb b {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eafffa;
  box-shadow: 0 0 12px rgba(234, 255, 250, 0.75);
  font-size: 0;
}
