.answer-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 640px) {
  .answer-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .answer-buttons button {
    width: auto;
  }
}
