/* ==========================================================
   HindiMozhi Practice
   ========================================================== */

.hmp-card {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
}


/* ==========================================================
   Tamil Sound Content
   Red + Bold
   ========================================================== */

.hmp-tamil-sound {
    color: red !important;
    font-weight: bold !important;
}


/* ==========================================================
   English Sound Content
   Blue + Bold
   ========================================================== */

.hmp-english-sound {
    color: blue !important;
    font-weight: bold !important;
}