/**
 * فیلتر فرکانسی — استایل اختصاصی
 */
.ic-tool-filters .ic-fil-tabs {
  max-width: 300px;
}

.ic-tool-filters .ic-tool-body {
  padding-top: 16px;
}

.ic-fil-dual {
  direction: ltr;
  gap: 10px;
}

.ic-fil-dual .ic-tool-select-btn {
  flex: 1;
  width: auto;
  max-width: none;
  min-height: 65px;
}

.ic-fil-split {
  direction: ltr;
}

.ic-fil-split .ic-tool-select-btn {
  flex: 1;
  width: auto;
  max-width: none;
  min-height: 65px;
}

.ic-fil-split .ic-tool-field-wrap {
  flex: 1;
}

.ic-fil-helper {
  margin: 32px 0 16px;
  font-size: 10.5px;
  color: #b3b3b3;
  text-align: center;
  line-height: 1.6;
}

.ic-fil-helper[hidden] {
  display: none !important;
}

.ic-fil-results {
  width: 100%;
  margin-top: 20px;
}

.ic-fil-results[hidden] {
  display: none !important;
}

.ic-fil-result-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}

.ic-fil-result-row:last-child {
  margin-bottom: 0;
}

.ic-fil-result-item {
  flex: 1;
  min-width: 0;
  padding: 14px;
  border-radius: 14px;
  background: #f8f8f8;
  border: 0.7px solid #dbdbdb;
  text-align: center;
}

.ic-fil-result-value {
  font-size: 16px;
  font-weight: 700;
  color: #2d3a4a;
  line-height: 1.35;
  word-break: break-word;
}

.ic-fil-result-label {
  margin: 8px 0 0;
  font-size: 9px;
  color: #8090a8;
  line-height: 1.4;
}
