.form--step.button-choice
header
p selections {{selected}} {{opts}}
main(:class="{ 'f-row': opts.length > 2, 'f-col': opts.length <= 2 }")
button(v-for="op in opts" :class="isSelected(op)" @mouseover="hoverOption(op)" @click="selectOption(op)") {{ op }}