.bwgr-poll {
	border: 1px solid #d0d7de;
	padding: 20px;
	background: #fff;
	margin: 24px 0;
}

.bwgr-poll__question {
	margin: 0 0 16px;
	font-size: 1.25rem;
	line-height: 1.4;
}

.bwgr-poll__form,
.bwgr-poll__results {
	display: grid;
	gap: 12px;
}

.bwgr-poll__option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid #d0d7de;
	border-radius: 6px;
}

.bwgr-poll__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 8px;
}

.bwgr-poll__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
    border: 1px solid var(--wp--preset--color--primary);
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	background-color: var(--wp--preset--color--primary);
	cursor: pointer;
	min-width: 32px;
    height: 32px;
	font-size: 0.875rem;
	font-family: var(--wp--preset--font-family--encode-sans);
}

.bwgr-poll__result-row {
	display: grid;
	gap: 6px;
}

.bwgr-poll__result-head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.bwgr-poll__bar {
	height: 10px;
	border-radius: 999px;
	background: #edf2f7;
	overflow: hidden;
}

.bwgr-poll__bar span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #0a4b78, #4ba3c7);
}

.bwgr-poll__message {
	margin: 12px 0;
}

.bwgr-poll__message--error {
	color: #9f1239;
}

.bwgr-poll__message--info,
.bwgr-poll__message--updates {
	color: #000000;
	text-align: center;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-style: italic;
}
