/**
 * استایل‌های اختصاصی مبدل واحدها
 */
.ic-tool-uc-helper {
  width: 100%;
  max-width: 300px;
  margin: 24px auto 0;
  font-size: 10.5px;
  color: #b3b3b3;
  text-align: center;
  line-height: 1.8;
}

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

.ic-tool-uc-split {
  direction: ltr;
}

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

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

.ic-tool-uc-result {
  width: 100%;
  margin-top: 48px;
  text-align: center;
}

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

.ic-tool-uc-result-head {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 8px;
}

.ic-tool-uc-result-value {
  font-size: 30px;
  font-weight: 700;
  color: #4e91e6;
  line-height: 1.2;
}

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

.ic-tool-uc-result-label {
  margin: 0;
  font-size: 10.5px;
  color: #8090a8;
}
