/* 2024-10-22 
this file works with chatbot_convesation.js that is defined in the same sub-app we_have_ai_helpers */

.play-audio-icon {
    cursor: pointer;
    transition: color 0.3s ease;
}

.play-audio-icon:hover {
    color: #9a3412; /* orange[800] defined in VinDoctor/constants/theme.ts */
}