
#voiceControlContainer {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    z-index: 9999;
}
#startVoiceControl {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}
#micStatus {
    margin-left: 10px;
    font-weight: bold;
}
