em {
    color: #000;
}
body.btf-blog main#tm-main {
    padding-top: 0px;
}
.btf-blog-text {
    font-family: 'Merriweather';
}
#eb .eb-content [data-eb-posts-wrapper] {
    max-width: 770px;
    margin: 0 auto;
    padding: 2rem 1rem;
    line-height: 1.7;
    font-size: 1.1rem;
}
#eb .eb-content [data-eb-posts-wrapper] .eb-image.eb-post-thumb {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    max-width: 1600px;
    height: auto;
    object-fit: cover;
    display: block;
}
#eb .eb-content [data-eb-posts-wrapper] .eb-image.eb-post-thumb img,
#eb .eb-image .eb-image-figure img,
#eb .eb-mod-thumb img,
#eb .eb-post-simple a,
#eb .eb-post-thumb .eb-post-image img {
    border-radius: 4px;
}
@media (max-width: 768px) {
    #eb .eb-content [data-eb-posts-wrapper] .eb-image.eb-post-thumb {
        width: 100%;
        max-width: 100%;
        left: 0;
        transform: none;
    }
}
#eb .eb-entry-head {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1175px;
    max-width: 1600px;
    height: auto;
    object-fit: cover;
    display: block;
    text-align: center;
    z-index: 1;
}
@media (max-width: 768px) {
    #eb .eb-entry-head {
        width: 100%;
        max-width: 100%;
        left: 0;
        transform: none;
    }
}
#eb .eb-entry-head .uk-subnav-divider {
    margin-left: 0px;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    .uk-subnav>* {
        padding-left: 10px;
    }
    .uk-subnav-divider>::before {
        margin: 0;
        content: none;
    }
    .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
        border: 0;
    }
}
#eb .eb-post-simple__label {
    top: 8px !important;
    left: 16px !important;
    font-size: 32px !important;
}
#eb .eb-post-admin {
    /*position: fixed;*/
    /*top: 331px;*/
    /*right: 170px;*/
    /*width: 250px;*/
    /*z-index: 1000;*/
}
#eb .eb-post-state {
    display: flex;
    justify-content: center;
}
#eb .eb-post-state__item {
    margin-right: 7px !important;
}
#eb .eb-mod-thumb .eb-mod-image-cover {
    border-radius: 4px !important;
}
#eb .eb-mod-thumb .eb-mod-image-cover:before {
    border: none !important;
}

/* Normal TOC için hiçbir şey değiştirme */
.toc-content a.index-link {

}
.toc-content ul {
    margin: 0px;
}
.toc-content li {
    line-height: 1.5;
    font-size: 14px;
}
.toc-content ul.index.index-level-2 {
    padding: 10px;
}
.toc-content li {
    list-style-type: none;
}

/* Scroll sonrası mini navigasyon görünümü */
/* Mini TOC toggle (her zaman sabit mor buton) */
.rl_quickindex.card.mini {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 40px;
    background: #137ee0;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

/* Kapalı iken ikon (liste) */
.rl_quickindex.card.mini::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0ca"; /* fa-list-ul */
    font-size: 20px;
    color: #fff;
}

/* Açıkken ikon X'e dönüşür */
.rl_quickindex.card.mini.open::before {
    content: "\f00d"; /* fa-times */
}

/* İçerik penceresi (mor alanın üstünde açılır) */
.rl_quickindex.card.mini .toc-content {
    display: none;
    position: fixed;
    bottom: 70px; /* toggle alanının üstünde */
    right: 20px;
    width: 350px;
    max-height: 70vh;
    overflow-y: auto;
    background: #fff;
    color: #000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 10px;
    z-index: 9998;
}

/* Açıldığında içerik görünür */
.rl_quickindex.card.mini.open .toc-content {
    display: block;
}


