/* سبد خرید - ثابت در همه حالت‌ها */
body .header__item_shopping .header__head .header__head__item___number,
body.body__dark .header__item_shopping .header__head .header__head__item___number {
    background: #30c55b !important;
    color: #fff !important;
}

/* نوتیف - ثابت در همه حالت‌ها */
body .header__item_messages .header__head .header__head__item___number,
body.body__dark .header__item_messages .header__head .header__head__item___number {
    background: #f42059 !important;
    color: #fff !important;
}

/* ============================= */
/* خاموش کردن لایه مشکی واقعی */
/* ============================= */

/* 1. بکگراند head در حالت active */
body.dark__sidebar__color .sidebar__item_dropdown.active .sidebar__head {
    background: #FFE7D6 !important;
}

/* 2. حذف overlay گرادینت (مربع مشکی اصلی) */
body.big__icons__sidebar.dark__sidebar__color .sidebar__item.sidebar__item_dropdown .sidebar__head::before,
body.big__icons__sidebar.dark__sidebar__color .sidebar__item[href]::before {
    background: transparent !important;
    background-image: none !important;
    display: none !important;
}

/* 3. hover state (اختیاری برای یکدستی) */
body:not(.body__dark) .sidebar__item:hover,
body:not(.body__dark) .sidebar__item_dropdown .sidebar__head:hover {
    background: #FFE7D6 !important;
}
a[href*="/announcements/rss"]{
    display:none !important;
}
.markdown-content p {
    margin: 0 0 12px 0 !important;
    line-height: 1.9 !important;
}