/* Visual indicator for when a peer is speaking */
.rtc-video-wrapper.is-speaking {
    transition: box-shadow 0.4s ease-in-out;
    box-shadow: 0 0 0 3px #ffb6e4;
    /* Bootstrap primary blue glow */
    border-radius: 0.375rem;
    /* Match Bootstrap's default border-radius */
}