.ezamkala-custom-filter-form {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 15px !important;
  margin: 20px auto !important;
  width: 100% !important;
  max-width: 1000px !important;
}

.ek-custom-select {
  padding: 10px 15px !important;
  font-size: 14px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  min-width: 180px !important;
  background: #fff !important;
  transition: border-color 0.3s !important;
  flex-shrink: 0 !important;
}

.ek-custom-select:focus {
  border-color: #3b82f6 !important;
  outline: none !important;
}

.ek-custom-button {
  padding: 10px 20px !important;
  background-color: #2b7cff !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: background-color 0.3s !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.ek-custom-button:hover {
  background-color: #1a5ed9 !important;
}

/* ✅ موبایل و تبلت: عمودی با فاصله بین فیلدها */
@media (max-width: 1024px) {
  .ezamkala-custom-filter-form {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .ek-custom-select,
  .ek-custom-button {
    width: 100% !important;
    min-width: unset !important;
    padding: 12px 18px !important;
  }

  /* فاصله بین فیلدها در حالت عمودی */
  .ezamkala-custom-filter-form > * {
    margin-bottom: 16px !important;
  }

  /* حذف فاصله پایین دکمه */
  .ezamkala-custom-filter-form > *:last-child {
    margin-bottom: 0 !important;
  }
}
