.ts-poll-preview-control,
.tspoll_selector_block,
.tspoll_selector_block .components-placeholder__fieldset {
	align-items: center !important;
}
.tspoll_selector_block .components-placeholder__fieldset {
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-direction: column;
}
.tspoll_guttenberg_block {
	cursor: not-allowed;
}
.tspoll_guttenberg_block * {
	pointer-events: none;
}
.ts_poll_select_block {
	padding-right: .125rem;
	padding-left: .4375rem;
	margin-top: .5rem;
	border-top: .0625rem solid #e2e4e7;
	border-bottom: .0625rem solid #e2e4e7;
	background-color: #fff;
	width: max-content;
}
.ts_poll_select_block .components-select-control__input {
	padding: 0 1.5rem 0 .5rem;
}
.ts_poll_select_block .components-base-control__field {
	margin-bottom: 0;
	margin-top: .1875rem;
	margin-left: .25rem;
}.tsvg-preview-control,
.tsvg-selector-block,
.tsvg-selector-block .components-placeholder__fieldset {
    align-items: center !important;
}
.tsvg-selector-block .components-placeholder__fieldset {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: column;
}
.tsvg-guttenberg-block {
    cursor: not-allowed;
}
.tsvg-guttenberg-block * {
    pointer-events: none;
}
.tsvg-select-block {
    padding-right: 2px;
    padding-left: 7px;
    margin-top: 8px;
    border-top: 1px solid #e2e4e7;
    border-bottom: 1px solid #e2e4e7;
    background-color: #fff;
    width: max-content;
}
.tsvg-select-block .components-select-control__input {
    padding: 0 24px 0 8px;
}
.tsvg-select-block .components-base-control__field {
    margin-bottom: 0;
    margin-top: 3px;
    margin-left: 4px;
}