/* === UMUMIY SOZLAMALAR === */
body {
    background-color: #FDE9C5;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

/* === KONTEYNER === */
.container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}


/* === HEADER (Back knopkasi bilan) === */
.header {
    display: flex;
    justify-content: center; /* Logo markazda turishi uchun */
    align-items: center;
    max-width: 540px;
    margin: 20px auto 0;
    padding: 10px 14px;
    position: relative;
}

/* Back knopka chap tomonda turishi kerak */
.back-button {
    position: absolute;
    left: 14px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo to‘g‘ri markazda turishi kerak */
.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 166px;
    height: 37px;
}


.arabic-text {
    font-family: 'Amiri', 'Scheherazade', 'Traditional Arabic', serif;
    direction: rtl;
    text-align: center;
    font-size: 24px;
    line-height: 2;
}



/* === ASOSIY CARD === */
.verse-card {
    background-color: #F9DDAA;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
}

/* Sura nomi va oyat raqami */
.verse-header {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #764E2A;
}

/* Oyat matni */
.verse-text {
    text-align: center;
    font-size: 22px;
    color: rgba(118, 78, 42, 0.6);
    margin: 16px 18px;
    word-wrap: break-word;
    font-weight: 500;
}

/* Tarjima va Tafsir sarlavhasi */
.section-title {
    font-size: 14px;
    font-weight: bold;
    color: rgba(118, 78, 42, 0.6);
    margin-top: 20px;
    text-align: left;
}

/* Tarjima va Tafsir matni */
.section-content {
    font-size: 14px;
    font-weight: 500;
    color: rgba(118, 78, 42, 0.6);
    margin-top: 10px;
}

/* === MANBA === */
.source {
    display: flex;
    justify-content: space-between; /* Chap va o‘ngga yoyish */
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    width: 100%;
}

.source-title {
    font-weight: 500;
    color: rgba(118, 78, 42, 0.6);
}

.source-text {
    font-weight: bold;
    color: rgba(118, 78, 42, 0.6);
    text-align: right;
}

/* === FOOTER === */
footer {
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: white;
    background-color: #764E2A;
}
