.taste-test .tt-option-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--tt-border);
}

.taste-test .tt-option-row:last-child {
  border-bottom: none;
}
