/* Редактор */
.az-simple-polls-wrap {
	margin: 1rem 0;
}
.az-simple-polls-editor { margin: 20px 0; }
.az-poll-details { border: 1px solid #ccc; padding: 10px; border-radius: 4px; }
.az-poll-summary { cursor: pointer; font-weight: bold; }
.az-poll-form { margin-top: 10px; }
.az-poll-form label { display: block; margin: 5px 0 2px; }
.az-poll-question, .az-poll-type { width: 100%; margin-bottom: 8px; }
.az-poll-options-container { margin-bottom: 8px; }
.az-poll-option-item { display: flex; gap: 5px; margin-bottom: 4px; }
.az-poll-option-item input { flex: 1; }
.az-remove-option-btn { background: none; border: none; color: red; font-size: 18px; cursor: pointer; }
.az-add-option-btn { margin-bottom: 10px; }
.az-poll-actions { margin-top: 10px; }
.az-save-poll-btn, .az-remove-poll-btn { margin-right: 10px; }
.az-poll-question, .az-poll-type {
	width: 100%;
	box-sizing: border-box;
}

/* Публичное голосование */
.az-simple-poll-container { margin: 20px 0; }
.az-poll-label { font-weight: bold; margin-right: 10px; }
.az-poll-type-label { font-style: italic; color: #666; font-size: 80%; }
.az-poll-results, .az-poll-options { list-style: none; padding: 0!important; }
.az-poll-results li, .az-poll-options li { margin: 5px 0; }
.az-poll-bar { height: 10px; background: #e0e0e0; border-radius: 3px; }
.az-poll-bar-fill { height: 100%; background: #4caf50; border-radius: 3px; }
.az-poll-voted-by-user .az-poll-option-text { font-weight: bold; }
.az-simple-poll-vote-btn { margin-top: 10px; }
.az-poll-message { display: inline-block; margin-left: 10px; }