.ftimes-board {
  margin: 1rem auto 1.25rem;
  max-width: 36rem;
  text-align: center;
}

.ftimes-expr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.75rem;
  flex-wrap: wrap;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: clamp(1.8rem, 4.5vw, 2.6rem);
  line-height: 1.15;
}

.ftimes-frac {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.ftimes-frac-bar {
  display: block;
  width: 100%;
  min-width: 2rem;
  height: 3px;
  margin: 0.15rem 0;
  background: currentColor;
  border-radius: 1px;
}

.ftimes-times {
  opacity: 0.55;
  font-weight: 700;
}

.ftimes-eq {
  font-size: 0.72em;
  font-weight: 600;
  opacity: 0.7;
}

.ftimes-of {
  margin: 0.55rem 0 1rem;
  font-size: 1.05rem;
}

.ftimes-bar-wrap {
  margin: 0.25rem auto 0.5rem;
  max-width: 32rem;
}

.ftimes-bar {
  display: flex;
  width: 100%;
  height: 2.4rem;
  overflow: hidden;
  border: 2px solid #4a5d6c;
  border-radius: 0.35rem;
  background: #e4ebf1;
}

.ftimes-bar[hidden],
.ftimes-bar-wrap[hidden] {
  display: none !important;
}

.ftimes-seg {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4ebf1;
  border-right: 1px solid #fff;
  font-size: 0.8rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #fff;
}

.ftimes-seg:last-child {
  border-right: none;
}

.ftimes-seg.is-on {
  background: #2a6f97;
}

.ftimes-bar--smooth {
  position: relative;
  display: block;
  height: 2.4rem;
}

.ftimes-fill {
  display: block;
  height: 100%;
  background: #2a6f97;
}

.ftimes-bar-ends {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  font-size: 0.95rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.ftimes-bar-caption {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  opacity: 0.8;
}

.approx-answer-input {
  width: 6.5rem;
}
