.ays_poll_maker_block_select {
    width: 200px !important;
}

.ays_poll_maker_block_select_poll .ays_poll_maker_block_select {
    margin: auto;
    width: 70% !important;
}

.ays_poll_maker_block_select select {
    font-size: 14px !important;
    width: 100% !important;
    height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: initial !important;
}

.components-panel__header.edit-post-sidebar-header button[aria-label="Unpin from toolbar"] {
    display: none;
}

.poll-maker-sidebar-content select {
    width: 95%;
}

.poll-maker-sidebar-content > div > div {
    text-align: center;
}

.poll-maker-sidebar-content label {
    width: 100%;
    text-align: left;
    padding: 4px;
}

.ays-poll-main{
    margin: auto;
}

.ays_poll_maker_block_container {
    box-sizing: border-box;
}

.ays-poll-container .ays-poll-section:first-of-type {
    display: block;
}

.ays-poll-container .ays-poll-section-footer,
.ays-poll-container .ays-poll-answer,
.ays-poll-container textarea,
.ays-poll-container select,
.ays-poll-container input {
    pointer-events: none;
}

.ays_poll_maker_block_select_poll {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 160px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid;
    background-image: url(../admin/images/icons/icon-poll-128x128.png);
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 100px;
}

.ays_poll_maker_block_select_poll > div {
    width: 100%;
}