.kisteci_a{}
.kisteci_resim{}
.ic_alan{}
.kisteci_info{}
.benzer_sarkilar{
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
}
.benzer_sarkilar_tabs{
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0px;
}
.tab.aktif{
    color: #000;
    display: block;
    font-weight: 700;
    color: #ec696a;
}
.benzer_sarkilar_tabs .tab{
    padding: 0px 10px;
    cursor: pointer;
}
.benzer_sarkilar_tabs .tab:hover {
    color: #ec696a;
}
.tab_icerik{
    margin: 0px 10px;
}
.tab_icerik{
    background-color: #fff;
    padding: 0px 10px;
    display: none;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 10px;
}
.tab_icerik.aktif {
    display: block;
}
.magma_kat{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

/* Kategori Grid - Swiper yerine CSS Grid */
.kategori_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.kategori_grid_item {
    text-align: center;
}

.kategori_grid_item a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.kategori_grid_item a:hover {
    transform: translateY(-2px);
}

.kategori_grid_item a:hover .cc_isim {
    color: #3d618d;
}

.kategori_grid_item a:hover .cc_resim {
    box-shadow: 0 4px 12px rgba(61, 97, 141, 0.15);
}

/* Eski Swiper Grid (uyumluluk için) */
.kategorici_swipe {
    width: 100%;
}

.kategorici_swipe .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    transform: none !important;
}

.kategorici_swipe .swiper-slide {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

.kategorici_swipe a {
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

/* Book/Blog Özet Kutuları */
.book_ozet{
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    font-size: 14px;
    margin-bottom: 16px;
}
.book_ozet_baslik{
    font-weight: 600;
    font-size: 14px;
    color: #3d618d;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
}
.book_ozet_ic{
    margin-bottom: 5px;
    border-radius: 9px;
    margin-top: 3px;
    line-height: 1.8;
    color: #475569;
}
.book_ozet a{
    text-decoration: none;
    color: #3d618d;
    font-weight: 500;
    transition: color 0.2s ease;
}
.book_ozet a:hover{
    color: #2563eb;
    text-decoration: underline;
}
.book_ozet_icerik{
}
.book_etiket{
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    margin: 10px 0px;
    height: 112px;
    overflow: hidden;
}
.book_etiket_icerik a{
    text-decoration: none;
    color: #ec6969;
    font-weight: 600;
    font-size: 14px;
}
.book_etiket_icerik a:hover{
    color: #000;
}

.ki_baslik {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px 5px 10px;
    margin-bottom: 10px;
}
.game_ikons{}
.game_ikons img{
    aspect-ratio: 1;
    max-width: 150px;
    margin-bottom: 50px;
}

.hh_baslik{
    font-size: 20px;
    font-weight: 700;
    background-color: #3a5f8b;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 5px 10px 4px 10px;
    color: #ffffff;
}
.hh_aciklama{
    font-size: 14px;
    font-weight: 100;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px 10px 5px 10px;
    color: #000000;
}
.hh_aciklama2{
    font-size: 14px;
    font-weight: 100;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px 15px 20px 15px;
    color: #000000;
    text-align: justify;
}
.hh_etiket{
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.hh_etiket a{
    margin: 0px 4px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    line-height: 18px;
}
.hh_etiket a:hover{
    color: #ff0000;
}

.mux_resim{
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 10px auto;
    border-radius: 10px;
}
.mux_resim img{
    width: 100%;
    height: auto;
    max-width: 400px;
    border-radius: 10px;
}
.senaryo_bilgic{
    font-size: 13px;
    text-align: center;
    padding: 5px 0px 5px 0px;
    line-height: 18px;
    color: #64748b;
}
.senaryo_onsuz{
    font-size: 15px;
    color: #475569;
    text-align: center;
    line-height: 1.6;
    padding: 10px 0px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.cc_resim{
    max-width: 70px;
    width: 100%;
    aspect-ratio: 1;
    background-size: cover !important;
    background-position: center !important;
    margin: 0 auto 4px auto;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.cc_isim{
    font-size: 11px;
    font-weight: 500;
    color: #1e293b;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 2px;
    margin: 0;
    max-height: 28px;
    transition: color 0.2s ease;
    word-break: break-word;
}

/* Magma Kat Swiper Slide Hover */
.kategorici_swipe .swiper-slide {
    transition: transform 0.2s ease;
}
.kategorici_swipe .swiper-slide:hover .cc_isim{
    color: #dfa420 !important;

}
.kategorici_swipe .swiper-slide:hover .cc_resim {
    box-shadow: 0 6px 16px rgba(61, 97, 141, 0.15);
    transform: scale(1.02);
}
.kategorici_swipe .swiper-slide:hover .cc_isim {
    color: #3d618d;
}
.kategorici_swipe .swiper-slide a {
    color: inherit;
}

.blog_kategori_liste_baslik{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 0px 0px 10px 0px;
    color: #3d618d;
}

.kategorici_baslik{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 0px 0px 10px 0px;
    color: #3d618d;
}
.kategorici_buton{
    margin: 10px 0px;
    transition: transform 0.2s ease;
}
.kategorici_buton a{
    text-decoration: none;
    color: #1e293b;
    font-weight: 500;
    display: block;
}
.kategorici_buton a:hover{
    color: #dfa420;
}
.kategorici_buton:hover {
}
.kategorici_buton .resim{
    aspect-ratio: 1;
    width: 100%;
    max-width: 100px;
    background-color: #f1f5f9;
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.kategorici_buton:hover .resim{
    box-shadow: 0 6px 16px rgba(61, 97, 141, 0.15);
}
.kategorici_buton .resim img{
    aspect-ratio: 1;
    width: 100%;
    max-width: 100px;
    transition: transform 0.3s ease;
    object-fit: cover;
}
.kategorici_buton:hover .resim img{
    transform: scale(1.05);
}
.kategorici_buton .metin{
    height: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    font-size: 13px;
    margin-top: 8px;
    transition: color 0.2s ease;
}
.seviyeci_baslik{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 0px 0px 10px 0px;
    color: #3d618d;
}
.seviyeci_buton{
    transition: transform 0.2s ease;
}

.seviyeci_buton a{
    aspect-ratio: 1;
    width: 100%;
    max-width: 100px;
    display: flex;
    background-color: #f1f5f9;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    color: #1e293b;
    border-radius: 12px;
    margin: auto;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.seviyeci_buton a:hover{
    background-color: #e2e8f0;
    box-shadow: 0 6px 16px rgba(61, 97, 141, 0.15);
    color: #fff;
}
.seviyeci_buton .resim{
    aspect-ratio: 1;
    width: 100%;
    max-width: 100px;
    background-color: #ccc;
    margin: auto;
    border-radius: 10px;
}
.seviyeci_buton .metin{
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    font-size: 26px;
    font-weight: 700;
}
.blog_area ul{
    margin: 0px !important;
    background-color: #f8fafc;
    border-radius: 10px;
    padding: 15px 20px 10px 20px !important;
    margin-bottom: 10px !important;
}
.blog_area ol{
    margin: 0px !important;
    background-color: #f8fafc;
    border-radius: 10px;
    padding: 15px 20px 10px 20px !important;
    margin-bottom: 10px !important;
}
.blog_area li{
    font-size: 14px;
    font-weight: 600;
}
.blog_area p{}

.ki_baslik_bass{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 9px;
    display: none;
}
/* .hh_baslik1 is defined in style.css */
/* .senaryo_onsuz is defined above */
.mux_resim_bass{
    display: none;
    text-align: center;
}
.mux_resim_bass img{
    border-radius: 10px;
    margin-bottom: 10px;
    max-width: 400px;
    width: 100%;
    margin: 0px auto 10px auto;
}


.aaa_main{
    background-color: #fff;
    border-radius: 10px;
    margin: 10px 0px;
    padding-top: 10px;
}
.aaa_main1{
    background-color: #fff;
    border-radius: 10px;
    margin: 10px 0px;
    padding: 10px;
}
@media (max-width: 991px) {
    .ki_baslik_bass {
        display: block;
    }
    .ki_baslik {
        display: none;
    }
    .mux_resim_bass {
        display: block;
    }
    .mux_resim{
        display: none;
    }
}
