/**
 * رنگ مقاومت — استایل اختصاصی
 */
.ic-tool-resistor-color .ic-rcolor-body {
  padding-top: 8px;
  padding-bottom: 32px;
}

.ic-rcolor-visual {
  position: relative;
  width: 260px;
  height: 165px;
  margin: 0 auto 12px;
}

.ic-rcolor-resistor-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 0;
}

.ic-rcolor-bands-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ic-rcolor-bands-layer.is-34 {
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.ic-rcolor-bands-layer.is-34.is-4 {
  gap: 8px;
}

.ic-rcolor-bands-layer.is-56 {
  top: 0;
}

.ic-rcolor-band {
  width: 10px;
  height: 41px;
  border-radius: 1px;
  flex-shrink: 0;
}

.ic-rcolor-band.is-tall {
  height: 52px;
  border-radius: 1.5px;
}

.ic-rcolor-bands-56 {
  position: absolute;
  inset: 0;
}

.ic-rcolor-bands-56-first {
  position: absolute;
  left: 69px;
  top: 0;
}

.ic-rcolor-bands-56-mid {
  position: absolute;
  left: 102px;
  top: 0;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
}

.ic-rcolor-bands-56-ppm {
  position: absolute;
  right: 69px;
  top: 0;
}

.ic-rcolor-value-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 28px;
  margin-bottom: 28px;
}

.ic-rcolor-value {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #2d3a4a;
  text-align: center;
  line-height: 1.5;
}

.ic-rcolor-tick {
  display: block;
  margin-top: 2px;
  filter: brightness(0) saturate(100%) invert(56%) sepia(61%) saturate(459%) hue-rotate(88deg) brightness(95%) contrast(89%);
}

.ic-rcolor-tick[hidden] {
  display: none !important;
}

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

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

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

.ic-rcolor-fields {
  margin-top: 8px;
}
