.elementor-1287 .elementor-element.elementor-element-6e6ab83:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1287 .elementor-element.elementor-element-6e6ab83 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1287 .elementor-element.elementor-element-6e6ab83 > .elementor-element-populated, .elementor-1287 .elementor-element.elementor-element-6e6ab83 > .elementor-element-populated > .elementor-background-overlay, .elementor-1287 .elementor-element.elementor-element-6e6ab83 > .elementor-background-slideshow{border-radius:32px 32px 32px 32px;}.elementor-1287 .elementor-element.elementor-element-6e6ab83 > .elementor-element-populated{box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;padding:22px 22px 22px 22px;}.elementor-1287 .elementor-element.elementor-element-6e6ab83:hover > .elementor-element-populated{box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.19);}.elementor-1287 .elementor-element.elementor-element-6e6ab83 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1287 .elementor-element.elementor-element-04220e8{text-align:center;}.elementor-1287 .elementor-element.elementor-element-04220e8 .elementor-heading-title{font-family:"YekanBakhFaNum", Sans-serif;font-size:26px;font-weight:600;color:var( --e-global-color-secondary );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1287 .elementor-element.elementor-element-cfd31ec{color:var( --e-global-color-text );}.elementor-1287 .elementor-element.elementor-element-404686b:hover > .elementor-element-populated{box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.19);}.elementor-1287 .elementor-element.elementor-element-404686b > .elementor-element-populated{margin:0px 10px 0px 0px;--e-column-margin-right:10px;--e-column-margin-left:0px;}.elementor-1287 .elementor-element.elementor-element-0e40e27{width:var( --container-widget-width, 99.714% );max-width:99.714%;--container-widget-width:99.714%;--container-widget-flex-grow:0;}.elementor-1287 .elementor-element.elementor-element-0e40e27 > .elementor-widget-container{background-color:#FFFFFF;padding:22px 22px 22px 22px;border-radius:32px 32px 32px 32px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);}/* Start custom CSS for post-comments, class: .elementor-element-40850f0 *//* ===========================
   استایل حرفه‌ای فرم کامنت وردپرس
   رنگ صورتی #F75270 و #FB8DA7 (نسخه کمرنگ‌تر)
   پس‌زمینه #fff5f8
   فونت انجمن فارسی
   =========================== */

/* اعمال فونت انجمن به کل فرم */
#comments * {
    font-family: 'IRANSans', sans-serif !important;
}

/* کانتینر اصلی */
#comments {
    background: #fff5f8; /* پس‌زمینه روشن */
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    margin-top: 40px;
}

/* عنوان اصلی */
#comments h3.comment-reply-title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    border-right: 4px solid #FB8DA7;
    padding-right: 10px;
    r;
}

/* متن ورود کاربر */
#comments .logged-in-as {
    background: #ffe6f0; /* نسخه کمرنگ‌تر صورتی */
    border-right: 3px solid #FB8DA7;
    padding: 12px 15px;
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #F75270;
}

/* برچسب‌ها */
#comments label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #F75270;
}

/* فیلد دیدگاه */
#comments textarea {
    width: 100%;
    border: 1px solid #FB8DA7;
    border-radius: 14px;
    padding: 15px;
    font-size: 15px;
    transition: .3s;
    background: #fff;
}

#comments textarea:focus {
    border-color: #F75270;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(247, 82, 112, 0.25);
    outline: none;
}

/* دکمه ارسال */
#comments input#submit {
    background: #F75270;
    color: #fff;
    padding: 12px 25px;
    border-radius: 12px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: .3s;
    font-weight: 600;
}

#comments input#submit:hover {
    background: #FB8DA7;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(247, 82, 112, 0.35);
}

/* فاصله پایین فرم */
#respond.comment-respond {
    margin-bottom: 30px;
}

/* ریسپانسیو */
@media (max-width: 600px) {
    #comments {
        padding: 20px;
    }

    #comments h3.comment-reply-title {
        font-size: 19px;
    }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-6e6ab83 *//* 🌸 سایدبار اصلی */
.elementor-column.elementor-col-33 {
  
    font-family: 'IRANSans', sans-serif;
    margin-bottom: 40px;
}

/* فرم جستجو */
.wp-block-search__inside-wrapper {
    display: flex;
    gap: 5px;
}

.wp-block-search__input {
    flex: 1;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.wp-block-search__button {
    background: #F75270;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wp-block-search__button:hover {
    background: #F88379;
}

/* آخرین نوشته‌ها */
#block-3 {
    background: #FFF0F4;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#block-3 .wp-block-latest-posts__list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

#block-3 .wp-block-latest-posts__list li a {
    display: block;
    flex: 1;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

#block-3 .wp-block-latest-posts__list li a:hover {
    color: #F75270;
}

/* تصویر شاخص کنار نوشته */
#block-3 .wp-block-latest-posts__list li a::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('https://via.placeholder.com/40'); /* می‌تونی اینجا لینک تصویر شاخص واقعی بذاری */
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-left: 10px;
}

/* هاید کردن دیدگاه‌ها و بایگانی‌ها */
#block-4, #block-5 {
    display: none;
}

/* دسته‌بندی‌ها همون استایل ساده */
#block-6 ul {
    list-style: none;
    padding-left: 0;
}

#block-6 ul li a {
    text-decoration: none;
    color: #333;
}

#block-6 ul li a:hover {
    color: #F75270;
}/* End custom CSS */
/* Start custom CSS for wd_sidebar, class: .elementor-element-0e40e27 *//* 🌸 سایدبار اصلی */
.elementor-column.elementor-col-33 {
  
    font-family: 'IRANSans', sans-serif;
    margin-bottom: 40px;
}

/* فرم جستجو */
.wp-block-search__inside-wrapper {
    display: flex;
    gap: 5px;
}

.wp-block-search__input {
    flex: 1;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.wp-block-search__button {
    background: #F75270;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wp-block-search__button:hover {
    background: #F88379;
}

/* آخرین نوشته‌ها */
#block-3 {
    background: #FFF0F4;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#block-3 .wp-block-latest-posts__list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

#block-3 .wp-block-latest-posts__list li a {
    display: block;
    flex: 1;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

#block-3 .wp-block-latest-posts__list li a:hover {
    color: #F75270;
}

/* تصویر شاخص کنار نوشته */
#block-3 .wp-block-latest-posts__list li a::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('https://via.placeholder.com/40'); /* می‌تونی اینجا لینک تصویر شاخص واقعی بذاری */
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-left: 10px;
}

/* هاید کردن دیدگاه‌ها و بایگانی‌ها */
#block-4, #block-5 {
    display: none;
}

/* دسته‌بندی‌ها همون استایل ساده */
#block-6 ul {
    list-style: none;
    padding-left: 0;
}

#block-6 ul li a {
    text-decoration: none;
    color: #333;
}

#block-6 ul li a:hover {
    color: #F75270;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-404686b *//* 🌸 سایدبار اصلی */
.elementor-column.elementor-col-33 {
  
    font-family: 'IRANSans', sans-serif;
    margin-bottom: 40px;
}

/* فرم جستجو */
.wp-block-search__inside-wrapper {
    display: flex;
    gap: 5px;
}

.wp-block-search__input {
    flex: 1;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.wp-block-search__button {
    background: #F75270;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wp-block-search__button:hover {
    background: #F88379;
}

/* آخرین نوشته‌ها */
#block-3 {
    background: #FFF0F4;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#block-3 .wp-block-latest-posts__list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

#block-3 .wp-block-latest-posts__list li a {
    display: block;
    flex: 1;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

#block-3 .wp-block-latest-posts__list li a:hover {
    color: #F75270;
}

/* تصویر شاخص کنار نوشته */
#block-3 .wp-block-latest-posts__list li a::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('https://via.placeholder.com/40'); /* می‌تونی اینجا لینک تصویر شاخص واقعی بذاری */
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-left: 10px;
}

/* هاید کردن دیدگاه‌ها و بایگانی‌ها */
#block-4, #block-5 {
    display: none;
}

/* دسته‌بندی‌ها همون استایل ساده */
#block-6 ul {
    list-style: none;
    padding-left: 0;
}

#block-6 ul li a {
    text-decoration: none;
    color: #333;
}

#block-6 ul li a:hover {
    color: #F75270;
}/* End custom CSS */