/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
.epoll-editor-block-input{
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    padding: 6px 8px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575;
    font-size: 16px;
    line-height: normal;
    margin: 0 8px 0 0;
    flex: 1 1 auto;
}
.hide_epoll_block_btn{
    display:none !important;
}


.epoll-editor-block-form{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}