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

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

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

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

.ic-ant-result-big[hidden] {
  display: none !important;
}

.ic-ant-result-big {
  margin: 65px 0 24px;
  text-align: center;
}

.ic-ant-result-big-value {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.ic-ant-result-big-num {
  font-size: 30px;
  font-weight: 700;
  color: #4e91e6;
  line-height: 1.1;
}

.ic-ant-result-big-unit {
  font-size: 14px;
  font-weight: 700;
  color: #4e91e6;
}

.ic-ant-result-big-label {
  margin: 0;
  font-size: 10.5px;
  color: #8090a8;
  text-align: center;
}
