/* ====================================================
   منوی «ابزارهای تخصصی» — استفاده از کلاس‌های موجود mega-*
   فقط عرض کوچک‌تر (تک‌ستونه) و لینک «مشاهده همه»
   ==================================================== */

.tools-simple-dropdown.mega-dropdown {
    min-width: 18.75rem;
}
.tools-simple-dropdown .mega-list {
    padding: 0.75rem;
}
.tools-simple-dropdown .mega-text small {
    white-space: normal;
}

.tools-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.75rem;
    margin: 0 0.75rem 0.75rem;
    border-top: 1px dashed #e0e5f0;
    padding-top: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.18s ease, gap 0.18s ease;
}
.tools-view-all:hover {
    color: var(--color-secondary, #ED1C24);
    gap: 0.625rem;
}

@media (max-width: 1280px) {
    .tools-simple-dropdown.mega-dropdown { inset-inline-end: 0; min-width: 18.75rem; }
}
