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

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

.#{$n}-idle__count-container {
  display: block;
  width: 100%;
  height: 2.75em;
  font-size: $fontsize-small;
}

.#{$n}-idle__count-text,
.#{$n}-idle__count-timer {
  display: block;
  width: 100%;
  font-size: inherit;
  text-align: center;
  white-space: nowrap;
}

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

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