 #mic-svg {
            overflow: visible;
        }

        #mic-fill {
            transition: height 0.1s ease-out, y 0.1s ease-out;
        }

        #mic-strike {
            transition: opacity 0.2s ease-in-out;
        }

        #mic-strike.active {
            opacity: 1; /* Show the red slash */
        }

        #mic-svg:focus {
            /* Standard way to remove the focus outline */
            outline: none;
        }

