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

.ic-wh-result {
  margin: 75px 0 24px;
  text-align: center;
}

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

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

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

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

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