.micIcon {
    max-width: 25px;
    max-height: 25px;
}

.socrates-button.mic-button {
    background-color: #f0f0f0;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.socrates-button.mic-button:hover {
    background-color: #e0e0e0;
}

.socrates-button.mic-button:active {
    background-color: #d0d0d0;
}

.socrates-button.mic-button.recording {
    background-color: #ff4444;
}

.mic-icon {
    width: 24px;
    height: 24px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
