/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.display-polls {
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  padding: 0;
}
.display-polls .polls-header {
  font-size: 1.5rem;
  padding: 1rem;
  background-color: #d6210d;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.display-polls .polls-subheader {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 1rem;
  margin: 0.5rem 0;
}
.display-polls .polls-result {
  background-color: #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1rem 0.5rem;
}
.display-polls .polls-result__option {
  font-weight: 600;
  padding: 0 1rem;
}
.display-polls .polls-result__percentage {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem;
  background-color: #232323;
  text-align: right;
  margin-left: 1rem;
  min-width: 50px;
}
.display-polls .polls-total {
  padding: 0 1rem 1rem;
}
.display-polls .polls-cta {
  padding: 0 1rem;
  margin: 0.5rem 0;
  font-weight: 600;
}
.display-polls #polls-options ul {
  list-style: none;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 568px) {
  .display-polls #polls-options ul {
    flex-direction: column;
  }
}
.display-polls .poll-option {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
  background-color: #232323;
  color: #fff;
  flex: 1 1;
}
@media (max-width: 568px) {
  .display-polls .poll-option {
    width: 100%;
    margin-right: 0;
  }
}
.display-polls .poll-option:last-of-type {
  margin-right: 0;
}
.display-polls .poll-option::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 4px;
}

/*# sourceMappingURL=style-index.css.map*/