.ccm-honeypot {
	position: absolute !important;
	left: -9999px !important;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ccm-form-notice {
	border-radius: 0.6rem;
	padding: 1rem 1.1rem;
	margin: 0 0 1.4rem;
}

.ccm-form-notice h2 {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
}

.ccm-form-notice p {
	margin: 0;
}

.ccm-form-notice--success {
	background: #eef7ee;
	border: 1px solid #bfe3c0;
	color: #1f5a24;
}

.ccm-form-notice--error {
	background: #fdf0ef;
	border: 1px solid #f0c4c1;
	color: #8a2f28;
}

.ccm-consent {
	display: flex;
	gap: 0.55rem;
	align-items: flex-start;
	margin: 0.35rem 0 1.25rem;
	font-size: 0.92rem;
}

.ccm-consent input {
	margin-top: 0.15rem;
}
