/* Bölüm Navigasyon Stili - Masal ve Hikaye için ortak */
.bolum-nav-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.bolum-nav-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 48%;
}

.bolum-nav-btn:hover {
    background: #3d618d;
    color: #fff;
    box-shadow: 0 4px 12px rgba(61, 97, 141, 0.3);
}

.bolum-nav-btn.prev {
    justify-content: flex-start;
}

.bolum-nav-btn.next {
    justify-content: flex-end;
    text-align: right;
}

.bolum-nav-btn.test-btn {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
}

.bolum-nav-btn.test-btn:hover {
    background: linear-gradient(135deg, #059669, #047857);
    color: #fff;
}

.bolum-nav-btn i {
    font-size: 20px;
    flex-shrink: 0;
}

.bolum-nav-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bolum-nav-label {
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.7;
    letter-spacing: 0.5px;
}

.bolum-nav-title {
    font-size: 14px;
    font-weight: 600;
}

/* Hikaye Bölüm Başlık */
.hikaye-bolum-baslik {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #3d618d;
    margin-bottom: 15px;
}

.hikaye-bolum-baslik i {
    margin-right: 8px;
    color: #3d618d;
}

/* Karakter Kartları */
.karakter-kart {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.karakter-kart:hover {
    background: #e9ecef;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.karakter-kart img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.karakter-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3d618d, #2d4a6d);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.karakter-avatar i {
    font-size: 24px;
    color: #fff;
}

.karakter-isim {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

/* Okuma Durumu Badge */
.badge-progress {
    display: inline-block;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    float: right;
}

.badge-sm {
    display: inline-block;
    background: #10b981;
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
    float: right;
}

/* Okunmuş Bölüm Kartı */
.kk_story.read {
    background: rgb(133 227 196 / 37%);
}

.kk_story.read .kart_story_stage_number {

}

/* Bölüm Listesi Okuma Durumu */
.bolumculer ul li a i.fa-circle-check {
    color: #10b981;
}

.bolumculer ul li a.active {
    background: rgba(61, 97, 141, 0.1);
    border-left: 3px solid #3d618d;
    padding-left: 12px;
}

/* Test Butonu Disabled */
.mo_test.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.mo_test.disabled a {
    pointer-events: none;
}

/* Bölüm Kartı - Kitap Benzeri Tasarım */
.bolum-kart {
    display: flex;
    background: #ebebeb;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.row > div:last-child .bolum-kart {
    margin-bottom: 0px;
}

.bolum-kart:hover {
    box-shadow: 0 8px 20px rgba(61, 97, 141, 0.15);
    background-color: #d2d2d2;
    color: #333;
}
.bolum-kart:hover .bolum-isim{
    color: #000;
}

.bolum-kart.read {
    background-color: #d8ffaa;
}
.bolum-kart.read:hover {
    background-color: #bfe88e;
}

.bolum-kart-sol {
    width: 80px;
    aspect-ratio: 1;
    background: #dcdcdc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    position: relative;

}

.bolum-kart.read .bolum-kart-sol {
    background: linear-gradient(135deg, #10b981, #059669);
}

.bolum-sira {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.bolum-ikon {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}

.bolum-kart.read .bolum-ikon {
    color: #fff;
}

.bolum-kart-sag {
    flex: 1;
    padding: 15px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bolum-isim {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    /* margin-bottom: 5px; */
    line-height: 1.3;
    display: flex;
    /* gap: 8px; */
    /* flex-wrap: wrap; */
    display: flex;
    justify-content: flex-start;
}

.bolum-seviye {
    display: inline-block;
    background: linear-gradient(135deg, #3d618d, #5a8bc7);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bolum-aciklama {
    font-size: 12px;
    color: #888;
    line-height: 1.4;
    margin-bottom: 8px;
}

.bolum-aksiyon {
    margin-top: auto;
}

.bolum-btn {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3d618d;
    letter-spacing: 0.5px;
}

.bolum-progress-text {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    color: #888;
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 8px;
    float: right;
    margin-top: 5px;
}

.bolum-kart.read .bolum-progress-text {
    background: rgba(16, 185, 129, 0.15);
    color: #059669;
}

.bolum-kart:hover .bolum-btn {
    color: #2d4a6d;
}

.bolum-kart.read .bolum-btn {
    color: #10b981;
}

/* Bölüm Yok Mesajı */
.bolum-yok-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 30px;
    margin: 0px 0px 30px 0;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 16px;
    text-align: center;
}

.bolum-yok-ikon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3d618d, #2d4a6d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.bolum-yok-ikon i {
    font-size: 36px;
    color: #fff;
}

.bolum-yok-baslik {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.bolum-yok-aciklama {
    font-size: 14px;
    color: #888;
    max-width: 300px;
}

/* Responsive */
@media (max-width: 576px) {
    .bolum-nav-container {
        flex-direction: column;
    }

    .bolum-nav-btn {
        max-width: 100%;
    }

    .bolum-nav-btn.next {
        justify-content: flex-start;
        text-align: left;
    }

    .bolum-kart-sol {
        width: 65px;
        min-height: 90px;
    }

    .bolum-sira {
        font-size: 26px;
    }

    .bolum-isim {
        font-size: 14px;
    }
}

