.taste-test .tt-card {
  background: var(--tt-surface);
  border: 1px solid var(--tt-border);
  border-radius: var(--tt-radius);
  box-shadow: var(--tt-shadow);
  padding: 1.25rem;
}

.taste-test .tt-card h2,
.taste-test .tt-card h3 {
  font-family: var(--tt-font-display);
  margin: 0 0 0.75rem;
}

.taste-test .tt-card h2:not(:first-child),
.taste-test .tt-card h3:not(:first-child) {
  margin-top: 1.25rem;
}

.taste-test .tt-card-muted {
  color: var(--tt-muted);
  font-size: 0.875rem;
}

.taste-test .tt-card p + p {
  margin-top: 0.5rem;
}

.taste-test form.button_to {
  display: inline-block;
  margin: 0;
}

.taste-test form.button_to:has(.tt-btn-block) {
  display: block;
  width: 100%;
}

.taste-test form.button_to:has(.tt-btn-block) .tt-btn,
.taste-test form.button_to:has(.tt-btn-block) input[type="submit"] {
  width: 100%;
}

.taste-test .tt-join-code {
  font-family: ui-monospace, monospace;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--tt-accent-2);
}
