.#{$n}-prompt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: $spacer * 0.5;
  max-height: initial;
  padding: $spacer * 0.5;
}

.#{$n}-prompt__title {
  margin: 0;
  font-size: $fontsize-default;
  font-weight: bold;
  text-align: center;
}

.#{$n}-prompt__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: $spacer * 0.25;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.#{$n}-prompt__options .#{$n}-button {
  text-align: center;
  white-space: normal;
}
