.poll {
  &__item {
    & + & {
      margin-top: $spacing--xs;
    }
  }

  &__option {
    border-radius: $border-radius;
    border: 2px solid;
    height: $baseline * 6;
    line-height: $baseline * 5.6;
    padding: 0 30px;
    text-align: center;
  }

  &__result {
    margin-right: 10px;
  }
}

 // background mappings
 @include poll-background-mapping;
