#abuse-mic-svg {
    overflow: visible;
}

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

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

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

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

