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

.pct-prompt {
  margin: 0.35rem 0 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

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

.pct-bar-pcts,
.pct-bar-ends {
  display: flex;
  justify-content: space-between;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.pct-bar-pcts {
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
  opacity: 0.8;
}

.pct-bar-ends {
  margin-top: 0.3rem;
  font-size: 0.95rem;
}

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

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

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

.pct-seg.is-on {
  background: #2a6f97;
  color: #fff;
}

.pct-seg.is-ghost {
  background: repeating-linear-gradient(
    135deg,
    #e4ebf1,
    #e4ebf1 6px,
    #d5dee6 6px,
    #d5dee6 12px
  );
  color: transparent;
}

.pct-seg-pct {
  font-size: 0.68rem;
  font-weight: 700;
  opacity: 0.9;
}

.pct-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 0.85rem 0 0.25rem;
}

.pct-copy[hidden] {
  display: none !important;
}

.pct-copy-hint {
  width: 100%;
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.8;
}

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