/* Mirror the local video so it feels natural, but only the video element itself */
#local-video {
    transform: scaleX(-1);
}

/* Ensure no double-tap zooming issues on mobile buttons */
button {
    touch-action: manipulation;
}
