.fdl-vote-box {
	margin: 2rem 0;
	padding: 1.5rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	background: #fff;
}

.fdl-vote-form {
	display: grid;
	gap: 1.35rem;
}

.fdl-form-row {
	margin: 0;
}

.fdl-form-row label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.8rem;
	font-size: 1.35rem;
	line-height: 1.4;
}

.fdl-form-row input[type="email"] {
	width: 100%;
	max-width: none;
	padding: 1.1rem 1.2rem;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 14px;
	font-size: 1.45rem;
}

.fdl-form-row-checkbox label {
	display: grid;
	grid-template-columns: 1.7rem 1fr;
	column-gap: 1rem;
	align-items: start;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.55;
	font-size: 1.3rem;
	cursor: pointer;
}

.fdl-checkbox-text {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 0;
}

.fdl-form-row-checkbox input[type="checkbox"] {
	width: 1.45rem;
	height: 1.45rem;
	margin: 0.2rem 0 0;
	accent-color: #e6007e;
}

.fdl-form-row-checkbox a {
	color: #0e0e0e;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.fdl-form-row-checkbox + .fdl-form-row-checkbox {
	margin-top: 0.7rem;
}

.fdl-form-row-hidden {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.fdl-vote-submit {
	width: 100%;
	min-height: 3.5rem;
	padding: 1.1rem 1.25rem;
	border: 0;
	border-radius: 999px;
	background: #0e0e0e;
	color: #fff;
	font-weight: 700;
	font-size: 1.35rem;
	cursor: pointer;
}

.fdl-vote-message {
	padding: 1.05rem 1.15rem;
	border-radius: 14px;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.45;
}

.fdl-vote-message-success {
	background: #e6f7e6;
	color: #155724;
}

.fdl-vote-message-info {
	background: #eef4ff;
	color: #1e3a8a;
}

.fdl-vote-message-warning {
	background: #fff8e6;
	color: #8a5d00;
}

.fdl-vote-message-error {
	background: #fdecec;
	color: #a61b1b;
}

@media (min-width: 768px) {
	.fdl-vote-box {
		padding: 1.75rem;
	}

	.fdl-vote-form {
		gap: 1.15rem;
	}

	.fdl-vote-submit {
		width: auto;
		min-width: 14rem;
	}
}
