.bd-vote-widget {
	font-family: Arial, Helvetica, sans-serif;
	background: #f4f9f8;
	border-radius: 12px;
	padding: 24px;
	max-width: 480px;
}

.bd-vote-widget h3 {
	margin: 0 0 6px;
	color: #204c49;
}

.bd-vote-widget > p {
	margin: 0 0 14px;
	color: #444444;
	font-size: 14px;
}

.bd-vote-form {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.bd-vote-form input[type="text"] {
	flex: 1 1 220px;
	padding: 10px 12px;
	border: 1px solid #cccccc;
	border-radius: 8px;
	font-size: 14px;
}

.bd-vote-form button {
	background: #204c49;
	color: #ffffff;
	border: none;
	border-radius: 8px;
	padding: 10px 18px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
}

.bd-vote-form button:hover {
	background: #163531;
}

.bd-vote-form button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.bd-vote-thanks,
.bd-vote-already {
	margin: 12px 0 0;
	font-weight: 700;
	color: #204c49;
}
