.elementor-9386 .elementor-element.elementor-element-d5dbad0{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-0ae9f56 *//* =========================
   فهرست مطالب
   ========================= */

.toc-box {
    width: 100%;
    background: #ffffff;
    border: 1px solid #BE1012;
    margin: 25px 0;
    padding: 20px;
    box-sizing: border-box;
    direction: rtl;
    border-radius: 4px;
}

.toc-title {
    background: #BE1012;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    padding: 10px 15px;
    margin: -20px -20px 18px;
    text-align: right;
}

.toc-box ol {
    margin: 0;
    padding: 0 25px 0 0;
}

.toc-box li {
    margin: 7px 0;
    padding-right: 3px;
    line-height: 1.8;
}

.toc-box a {
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.2s ease;
}

.toc-box a:hover {
    color: #BE1012;
}

/* شماره‌های فهرست */
.toc-box li::marker {
    color: #BE1012;
    font-weight: 700;
}

/* موبایل */
@media (max-width: 768px) {

    .toc-box {
        padding: 15px;
        margin: 20px 0;
    }

    .toc-title {
        font-size: 16px;
        padding: 9px 12px;
        margin: -15px -15px 15px;
    }

    .toc-box ol {
        padding-right: 22px;
    }

    .toc-box li {
        margin: 6px 0;
    }

    .toc-box a {
        font-size: 14px;
        line-height: 1.8;
    }
}/* End custom CSS */