.auth-methods {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.auth-methods .text-button {
  margin: 10px 0 0;
}

.text-button.active {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.weight-change {
  display: inline-flex;
  width: fit-content;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
}

.weight-change.lighter {
  color: #b13f67;
  background: #fff0f5;
}

.weight-change.heavier,
.weight-change.steady {
  color: var(--ink-soft);
  background: #f6f2f3;
}

.chart-change {
  fill: #b13f67;
  font-size: 12px;
  font-weight: 800;
  paint-order: stroke;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linejoin: round;
  pointer-events: none;
}

.chart-change-bg {
  fill: #fff;
  fill-opacity: .94;
  stroke: #f6c5d5;
  stroke-width: 1px;
  pointer-events: none;
}
