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

.fcmp-pair {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.25rem;
  flex-wrap: wrap;
}

.fcmp-value {
  min-width: 4rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: clamp(1.8rem, 4.5vw, 2.5rem);
}

.fcmp-frac {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.15;
}

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

.fcmp-vs {
  font-size: 1.8rem;
  font-weight: 700;
  opacity: 0.55;
}

.fcmp-prompt {
  margin-top: 1rem;
  font-size: 1.05rem;
}

.fcmp-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin: 0.5rem 0 1rem;
}

.fcmp-choice {
  min-width: 3.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.55rem 0.9rem;
}

.fcmp-choice.is-selected {
  outline: 2px solid #2a6f97;
  outline-offset: 1px;
}

.fcmp-number-line-wrap {
  margin: 1rem auto 0.5rem;
  max-width: 36rem;
  padding: 0.5rem 0.25rem 0.25rem;
}

.fcmp-number-line-wrap[hidden] {
  display: none !important;
}

.fcmp-number-line svg {
  display: block;
  width: 100%;
  height: auto;
}

.fcmp-nl-axis {
  stroke: #4a5d6c;
  stroke-width: 2;
}

.fcmp-nl-tick {
  stroke: #4a5d6c;
  stroke-width: 2;
}

.fcmp-nl-int {
  fill: #334155;
  font-size: 12px;
  font-weight: 600;
  text-anchor: middle;
}

.fcmp-nl-point {
  fill: #2a6f97;
}

.fcmp-nl-point--b {
  fill: #c47a2c;
}

.fcmp-nl-label {
  fill: #1e293b;
  font-size: 12px;
  font-weight: 700;
  text-anchor: middle;
}
