/**
 * شارژ خازن — استایل اختصاصی
 */
.ic-tool-cap-charging .ic-cc-tabs {
  max-width: 320px;
}

.ic-tool-cap-charging .ic-cc-tabs .ic-tool-tab {
  font-size: 11px;
}

.ic-tool-cap-charging .ic-tool-body {
  padding-top: 16px;
}

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

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

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

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

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

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

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

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

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