.ff-hcaptcha-cookie-notice {
	margin-top: 0.75rem;
	padding: 0.875rem 1rem;
	border: 1px solid #f0c36d;
	border-radius: 8px;
	background: #fff8e6;
	color: #5c4a1f;
}

.ff-hcaptcha-cookie-notice p {
	margin: 0 0 0.75rem;
	line-height: 1.5;
}

.ff-hcaptcha-cookie-notice__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 0.9rem;
	border: 0;
	border-radius: 6px;
	background: #1a7efb;
	color: #fff;
	font: inherit;
	cursor: pointer;
}

.ff-hcaptcha-cookie-notice__button:hover,
.ff-hcaptcha-cookie-notice__button:focus {
	background: #1668cf;
	color: #fff;
}
