/**
 * NE555 — استایل اختصاصی
 */
.ic-tool-ne555 .ic-ne555-tabs {
  max-width: 300px;
}

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

.ic-ne555-circuit {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 28px;
  text-align: center;
}

.ic-ne555-circuit-img {
  width: 65%;
  max-width: 260px;
  height: auto;
  border-radius: 12px;
  display: inline-block;
}

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

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

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

.ic-ne555-results {
  width: 100%;
  margin-top: 8px;
}

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

.ic-ne555-result-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}

.ic-ne555-result-row:last-child {
  margin-bottom: 0;
}

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

.ic-ne555-result-value {
  font-size: 16px;
  font-weight: 700;
  color: #2d3a4a;
  line-height: 1.3;
}

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

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

[data-ne555-r1-only][hidden] {
  display: none !important;
}

[data-ne555-r-row][hidden] {
  display: none !important;
}
