.qgc-surah-card{

    background:#eef2f4;

    border-radius:14px;

    padding:25px;

    margin:25px 0;

}

.qgc-title{

    margin:0 0 20px;

    font-size:22px;

    font-weight:700;

    color:#1b1b1b;

}

.qgc-audio{

    margin-bottom:25px;

}

.qgc-audio audio{

    width:100%;

}

.qgc-arabic{

    direction:rtl;

    text-align:right;

    font-size:28px;

    line-height:2.2;

    color:#111;

    background:#fff;

    padding:20px;

    border-radius:10px;

    box-shadow:0 2px 8px rgba(0,0,0,.06);

    margin-bottom:20px;

}

.qgc-hindi{

    font-size:22px;

    line-height:1.9;

    font-weight:600;

    color:#222;

    background:#fff;

    padding:20px;

    border-radius:10px;

    box-shadow:0 2px 8px rgba(0,0,0,.06);

    margin-bottom:20px;

}

.qgc-english{

    font-size:18px;

    line-height:1.8;

    color:#444;

    background:#fff;

    padding:20px;

    border-radius:10px;

    box-shadow:0 2px 8px rgba(0,0,0,.06);

}