/**
 * تبدیل سه‌فاز — استایل اختصاصی
 */
.ic-tool-three-phase .ic-tp-tabs {
  max-width: 340px;
}

.ic-tool-three-phase .ic-tp-tabs .ic-tool-tab {
  font-size: 11px;
}

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

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

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

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

.ic-tp-result-main {
  margin: 60px 0 24px;
  text-align: center;
}

.ic-tp-result-main--voltage {
  margin-top: 100px;
}

.ic-tp-result-main[hidden],
.ic-tp-results-power[hidden] {
  display: none !important;
}

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

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

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

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

.ic-tp-results-power {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 14px;
  justify-content: center;
}

.ic-tp-power-item {
  width: calc(50% - 5px);
  padding: 14px;
  border-radius: 14px;
  background: #f8f8f8;
  border: 0.7px solid #dbdbdb;
  text-align: center;
  box-sizing: border-box;
}

.ic-tp-power-item--wide {
  width: 100%;
}

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

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