.quran-screen{
    width:100%;
    max-width:480px;
    min-height:100vh;
    margin:auto;
    background:#f7f3e8;
    padding:10px;
    box-sizing:border-box;
}

.quran-page{
    min-height:85vh;
    border:1px solid #c9b98f;
    border-radius:12px;
    background:#fffdf7;
    padding:18px;
    box-sizing:border-box;
    direction:rtl;
    text-align:justify;
    line-height:2.4;
}

.arab-text{
    font-family:"Traditional Arabic", "Amiri", "Scheherazade New", serif;
    font-size:20px;
    color:#111;
    font-weight:500;
}

.ayah-no{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    border:1px solid #116530;
    border-radius:50%;
    font-size:14px;
    font-family:Arial, sans-serif;
    color:#116530;
    line-height:1;
    margin:0 6px;
    vertical-align:middle;
    direction:ltr;
}

.page-nav{
    height:45px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:12px;
    font-weight:bold;
}

.page-nav a{
    background:#116530;
    color:white;
    padding:9px 14px;
    border-radius:8px;
    text-decoration:none;
}
.surah-form{
    width:100%;
    max-width:480px;
    margin:10px auto;
    padding:10px;
    box-sizing:border-box;
}

.surah-form label{
    display:block;
    margin-bottom:5px;
    font-weight:bold;
}

.surah-form select{
    width:100%;
    padding:12px;
    border-radius:10px;
    border:1px solid #ccc;
    font-size:16px;
    background:white;
}
.tajuk-surah{
    text-align:center;
    font-size:34px;
    color:#116530;
    cursor:pointer;
    transition:.3s;
}
.tajuk-surah:hover{
    color:#0a4b23;
    text-decoration:underline;
}
.tajuk-quran{
    display: flex;
    text-align:center;
    font-size:20px;
    /*margin:10px 0;*/
    margin-bottom: 5px;
    margin-top: 5px;
    color:#040720;
}
@media (max-width:480px){
    .ayah-no{
        width:24px;
        height:24px;
        font-size:12px;
        margin:0 4px;
    }
}
.sup{
    font-size:0.7em;
    color:#116530;
    font-weight:bold;
}
.makna { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    direction: ltr;
    color: #333;
}
.maknalain {
    font-size: 12px;
    line-height: 1.0;
    text-align: justify;
    color: #333;
}
.modal{
    display:none;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}
.modal-content{
    background:white;
    width:92%;
    max-width:550px;
    max-height:85vh;
    overflow-y:auto;
    margin:6vh auto;
    padding:20px;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.2);
}
.close{
    float:right;
    font-size:32px;
    cursor:pointer;
    color:red;
}
.popup-tafsir{
    margin-top:15px;
    line-height:1.9;
    text-align:justify;
    background:#eef7ff;
    border-left:6px solid #116530;
    padding:15px;
    border-radius:10px;
    color:#333;
}
.bismillah{
    text-align:center;
    font-size:30px;
    margin:10px 0 15px;
    font-family:"Traditional Arabic", "Amiri", serif;
}
.modal{
    display:none;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
}