.elementor-640 .elementor-element.elementor-element-13ec0db{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-db00a27 *//* ====================================
   استایل اختصاصی مقالات اداکو (Adako)
   ==================================== */

.adako-single-post {
    max-width: 900px;
    margin: 0 auto;
    direction: rtl;
    font-family: inherit;
}

/* ۱. تصویر شاخص (Featured Image) */
.adako-single-post .post-featured-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.adako-single-post .post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ۲. باکس فهرست مطالب (Table of Contents) */
.adako-single-post .post-toc-wrapper {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 40px;
}

.adako-single-post .post-toc-wrapper #ez-toc-container {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.adako-single-post .post-toc-wrapper .ez-toc-title {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 15px !important;
}

.adako-single-post .post-toc-wrapper ul li {
    font-size: 0.95rem;
    margin-bottom: 8px;
    color: #475569;
}

.adako-single-post .post-toc-wrapper ul li a {
    color: #334155 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.adako-single-post .post-toc-wrapper ul li a:hover {
    color: #e53e3e !important; /* قرمز اداکو */
}

/* ۳. خط قرمز عمودی کنار H2 (دقیقاً مشابه تصویر) */
.adako-single-post .post-content h2 {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    padding-right: 18px !important; /* فاصله متن از خط قرمز */
    margin-top: 45px !important;
    margin-bottom: 20px !important;
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.4 !important;
}

.adako-single-post .post-content h2::before {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 5px !important; /* ضخامت خط عمودی */
    height: 85% !important; /* ارتفاع خط قرمز */
    background-color: #dc2626 !important; /* رنگ قرمز اداکو */
    border-radius: 4px !important;
}

/* ۴. استایل پاراگراف‌ها و متون */
.adako-single-post .post-content p {
    font-size: 1.05rem;
    line-height: 1.95;
    color: #334155;
    margin-bottom: 24px;
    text-align: justify;
}

/* ۵. پشتیبانی از عکس‌های داخل متن */
.adako-single-post .post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 25px 0;
}/* End custom CSS */