#atf-filter {
  direction: rtl;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 16px;
  font-family: Vazirmatn, IRANSans, sans-serif;
}

#atf-filter h4 {
  font-size: 16px;
  margin-bottom: 12px;
}

#atf-reset {
  background: none;
  border: none;
  color: #6a00ff;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 12px;
}

#atf-filter label {
  display: block;
  margin: 12px 0 6px;
  font-weight: 600;
  font-size: 13px;
}

#atf-filter input,
#atf-filter select {
  width: 100%;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 10px;
  margin-bottom: 8px;
}

#atf-filter button[type="submit"] {
  width: 100%;
  height: 42px;
  background: #6a00ff;
  color: #fff;
  border: none;
  border-radius: 6px;
  margin-top: 10px;
  cursor: pointer;
}

#atf-results {
  margin-top: 20px;
}

.tour-item {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
}
