#manahel-quran{
    margin:3px;
    padding:10px;
    max-width:100%;
    font-family:'IRANSans',sans-serif;
}

/* عنوان */
.mqv-title-box{
    border:2px solid #1263C7;
    padding:12px;
    border-radius:12px;
    background:#EAF3FF;
    margin-bottom:16px;
}
.mqv-ayah-title{
    margin:0;
    color:#1263C7;
    font-size:22px;
    text-align:center;
}

/* کنترل‌ها */
.mqv-controls{
    display:flex;
    justify-content:center;
    gap:8px;
    flex-wrap:wrap;
    margin-bottom:16px;
}

.mqv-btn{
    padding:6px 12px;
    border-radius:8px;
    border:2px solid #1263C7;
    background:white;
    color:#0A447F;
    font-size:14px;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:4px;
}
.mqv-btn-label{
    font-size:12px;
    opacity:0.9;
}
.mqv-select{
    padding:7px 10px;
    background:white;
    border:2px solid #1263C7;
    color:#0A447F;
    border-radius:8px;
}

/* متن عربی */
#mqv-ayah-text{
    font-family:'ScheherazadeNew-Medium',serif;
    font-size:30px;
    line-height:2.4;
    color:#0A447F;
    text-align:justify;
    margin:16px 0;
}

/* ترجمه */
.mqv-translation{
    display:none;
    margin:12px 0;
    font-size:18px;
    line-height:2.3;
    color:#0A447F;
    text-align:justify;
}
.mqv-translation.mqv-active{
    display:block;
}

/* دکمه‌های پایین صفحه */
.mqv-nav-bottom{
    margin-top:20px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}
.mqv-nav-btn{
    padding:8px 14px;
    background:#EAF3FF;
    border:2px solid #1263C7;
    border-radius:8px;
    color:#0A447F;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
}
.mqv-nav-btn:hover{
    background:#1263C7;
    color:white;
}

/* پلیر */
#mqv-player{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:white;
    border-top:3px solid #1263C7;
    padding:8px;
    z-index:999;
}
#mqv-player.mqv-hidden{display:none;}
.mqv-player-close{
    float:left;
    font-size:22px;
    background:none;
    border:none;
    color:#1263C7;
}

/* موبایل */
@media(max-width:600px){

    .mqv-btn,
    .mqv-select{
        flex:1 1 calc(50% - 10px);
        justify-content:center;
    }

    #mqv-ayah-text{
        font-size:26px;
        line-height:2.3;
    }

    .mqv-translation{
        font-size:16px;
        line-height:2.5;
    }

    .mqv-nav-btn{
        flex:1 1 calc(50% - 10px);
        text-align:center;
    }
}
