#mcd-client-display {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width:60px;
    height:60px;
  filter: blur(30px);

    border-radius: 50%;
    position: fixed; /* must match JS */
    z-index: 9999;
    pointer-events: none; /* so it doesn’t interfere with hover/click */
}
