/* Emergency button size override */
.btn {
    padding: 0.15rem 0.4rem !important;
    font-size: 0.7rem !important;
    height: 28px !important;
    line-height: 1 !important;
}

.btn i {
    font-size: 0.7rem !important;
    margin-right: 0.25rem !important;
}

.button-group {
    gap: 6px !important; 
}

/* Force these styles to take precedence */
#startDictationBtn, 
#stopDictationBtn, 
#uploadAudioBtn, 
#clearInputBtn, 
#copyOutputBtn, 
#convertToSpeechBtn, 
#clearOutputBtn {
    padding: 0.15rem 0.4rem !important;
    font-size: 0.7rem !important;
    height: 28px !important;
    line-height: 1 !important;
}