/**
 * رزونانس — استایل اختصاصی
 */
.ic-tool-resonance .ic-tool-body {
  padding-top: 16px;
}

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

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

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

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

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

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

.ic-res-results {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0 24px;
}

.ic-res-result-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

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

.ic-res-result-item--empty {
  visibility: hidden;
  border-color: transparent;
  background: transparent;
}

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

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