/* Ortak */
.awwex-toc-desktop ul,
.awwex-toc-mobile .toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.awwex-toc-desktop a,
.awwex-toc-mobile a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 4px 0;
}

.awwex-toc-desktop li.active > a,
.awwex-toc-mobile li.active > a {
    border-left: 3px solid #ff6600;
    padding-left: 5px;
    font-weight: 600;
}

/* Masaüstü Kenar Çubuğu */
.awwex-toc-desktop {
    position: sticky;
    top: 100px;
    min-width: 260px;
    font-size: 14px;
    max-width: 260px;
}



@media (max-width: 1023px) {
    .awwex-toc-desktop {
        display: none;
    }
}

@media (max-width: 1023px) {
    article {
        padding: 16px !important;
    }

    .awwex-toc-mobile {
        left: 0;
        width: 100%;
        position: fixed;
        top: 60px;
        background: #fff;
        z-index: 20;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
    }
}

.awwex-toc-mobile .toc-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #fff4f0;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.awwex-toc-mobile .toc-progress {
    height: 2px;
    background: #ff6600;
    width: 0;
    transition: width .2s linear;
}

.awwex-toc-mobile .toc-list {
    display: none;
    max-height: 60vh;
    overflow-y: auto;
    background: #fff;
    padding: 8px 16px 12px;
}

.awwex-toc-mobile.open .toc-list {
    display: block;
}

.awwex-post-layout {
    align-items: flex-start;
}

.awwex-toc-sag-alan {
    background-color: #FEFAE0;
    min-width: 260px;
    height: 360px;
    padding: 16px;
    border-radius: 16px;
    flex-direction: column;
    display: block;
    position: sticky;
    top: 100px;
}

.awwex-toc-sag-alan h3 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
}

.awwex-toc-sag-alan p {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #64676A;
    padding-top: 14px;
}

.awwex-toc-sag-alan button {
    margin: auto 0;
    position: absolute;
    bottom: 25px;
    width: 90%;
    box-sizing: border-box;
}


.awwex-toc-sag-alan a {
    margin: auto 0;
    position: absolute;
    bottom: 25px;
    width: 90%;
    box-sizing: border-box;
}


.awwex-toc-sag-alan img {
    width: 210px;
}

.awwex-toc-desktop ul li {
    margin: 15px 0;
}

.awwex-toc-desktop li > a {
    border-left: 3px solid #D4D4D4;
    padding-left: 8px;
}

@media (min-width: 1024px) {
    .awwex-toc-mobile {
        display: none;
    }

    .awwex-post-layout {
        flex-direction: row-reverse;
    }

    .awwex-toc-desktop {
    }
}
