/**
 * Email consent frontend styles.
 */

.vxsc-consent-registration .field-info small {
	display: block;
	margin-top: 4px;
	color: inherit;
	font-size: 0.92em;
	line-height: 1.45;
	opacity: 0.75;
}

.vxsc-consent-registration[hidden] {
	display: none !important;
}

.vxsc-consent {
	display: grid;
	gap: 12px;
	max-width: 640px;
}

.vxsc-consent,
.vxsc-consent * {
	box-sizing: border-box;
}

.vxsc-consent h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
}

.vxsc-consent__description,
.vxsc-consent__notice,
.vxsc-consent__feedback {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.vxsc-consent__notice,
.vxsc-consent__feedback {
	color: #2271b1;
}

.vxsc-consent__choice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.45;
}

.vxsc-consent__choice input {
	margin-top: 3px;
}

.vxsc-consent__button {
	justify-self: flex-start;
	min-height: 38px;
	padding: 8px 14px;
	border: 0;
	border-radius: 6px;
	background: #1d2327;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.vxsc-consent__button:hover,
.vxsc-consent__button:focus {
	background: #2c3338;
	color: #fff;
}
