.elementor-9 .elementor-element.elementor-element-50d3b95{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-9af306c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-97afdd9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-9:not(.elementor-motion-effects-element-type-background), body.elementor-page-9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1D1D1D;}:root{--page-title-display:none;}/* Start custom CSS */.toc-box {
            background-color: #eef7ff; /* آبی بسیار روشن */
            border: 1px solid #bde0ff; /* آبی روشن‌تر */
            border-radius: 8px;
            padding: 15px 20px;
            margin-bottom: 30px; /* فاصله از محتوای اصلی */
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            font-family: 'Tahoma', sans-serif; /* یا فونت دلخواه شما */
        }

        .toc-title {
            font-size: 1.2em;
            font-weight: bold;
            color: #0056b3; /* آبی تیره‌تر */
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #bde0ff;
            text-align: center;
        }

        .toc-list {
            list-style: none; /* حذف نشانگرهای لیست */
            padding-right: 0; /* حذف پدینگ پیش‌فرض لیست در حالت RTL */
            margin: 0;
            line-height: 1.8;
        }

        .toc-list li {
            margin-bottom: 8px;
        }

        .toc-list li:last-child {
            margin-bottom: 0;
        }

        .toc-list a {
            text-decoration: none;
            color: #0069d9; /* آبی لینک */
            transition: color 0.2s ease;
        }

        .toc-list a:hover {
            color: #003d80; /* آبی تیره‌تر هنگام هاور */
            text-decoration: underline;
        }
        
        h1, h2, h3, h4, h5, h6 {
            color: #0056b3; /* Blue headings */
        }
        h1 {
            border-bottom: 2px solid #0056b3;
            padding-bottom: 10px;
        }
        h2 {
            margin-top: 30px;
            border-bottom: 1px solid #ccc;
            padding-bottom: 5px;
        }
        h3 {
            margin-top: 20px;
            color: #007bff; /* Lighter blue for H3 */
        }
        p {
            margin-bottom: 15px;
        }
        ul {
            list-style: disc;
            margin-right: 20px; /* Indent lists for RTL */
            margin-bottom: 15px;
        }
        li {
            margin-bottom: 8px;
        }
        strong {
            color: #d9534f; /* Reddish color for emphasis */
        }
        .faq-question {
            font-weight: bold;
            margin-top: 15px;
        }
        .faq-answer {
            margin-bottom: 15px;
        }
        article {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }/* End custom CSS */