.elementor-8009 .elementor-element.elementor-element-0e83292 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-8009 .elementor-element.elementor-element-0e83292 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for archicon_core_portfolio_list, class: .elementor-element-1b04045 *//*
 * کد کامل برای نمایش افقی فیلترها در موبایل
 * همراه با جداکننده " / "
 */
@media (max-width: 768px) {
  
  /* این بخش مثل قبل است */
  .qodef-m-filter-items {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center;
  }

  /* این بخش هم مثل قبل است (جداکننده‌های قبلی را مخفی می‌کند) */
  .qodef-m-filter-items .qodef-separator-end {
    display: none !important;
  }

  /*
   * بخش جدید: اضافه کردن جداکننده " / "
   */
  .qodef-m-filter-items .qodef-m-filter-item:not(:first-child)::before {
    content: "/";       /* کاراکتر اسلش را اضافه می‌کند */
    margin: 0 0.75em;   /* " space " را در دو طرف اسلش ایجاد می‌کند */
    
    /* (اختیاری) می‌توانید رنگ جداکننده را کمی ملایم‌تر کنید */
    color: #999;
  }
}/* End custom CSS */