/* tools-common.css (from style.css L2918-L2965) */
.calc-hero-smithy{
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(0, 230, 255, 0.22));
}

.calc-heading{
  color: #9fed62;
  letter-spacing: .6px;
  font-weight: 800;
}

.clone-calc-card-heading{
  color: rgba(232,247,255,.9);
  letter-spacing: .5px;
  font-weight: 600;
}

.clone-calc-hero-icon{
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(0, 230, 255, 0.22));
}

.clone-calc-time-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 1.35rem;
  line-height: 1;
}

.clone-calc-stat-value{
  color: rgba(248,252,255,.95);
  font-weight: 400;
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  letter-spacing: .02em;
  line-height: 1.35;
}

.clone-calc-results .clone-calc-stat-value.text-warning{
  color: #ffc107;
}

.clone-calc-results .clone-calc-stat-value.text-danger{
  color: #ff6b6b;
}

