/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */

.wp-block-cgb-block-smp-poll  {
  background: $green;
  border: 0.2rem solid $black;
  color: $black;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem;
}
h3.poll-heading {
  margin-top: 0px;
  margin-bottom: 18px;
  font-size: 22px!important;
  font-weight: 500!important;
}
select#select-poll {
  width: 100%;
  height: 65px;
}
