/**
 * Gravity Privacy — blocked feature notice.
 */

.gp-consent-hidden {
	display: none !important;
}

.gp-consent-notice {
	box-sizing: border-box;
	margin: 0 auto 1.5rem;
	padding: 2rem 1.5rem;
	max-width: 1024px;
	border: 1px solid rgba( 0, 0, 0, 0.12 );
	border-radius: 8px;
	background: rgba( 0, 0, 0, 0.03 );
	text-align: center;
}

.gp-consent-notice__title {
	margin: 0 0 0.5rem;
	font-weight: 700;
}

.gp-consent-notice__text {
	margin: 0 0 1.25rem;
	font-size: 0.9375rem;
	line-height: 1.5;
	opacity: 0.85;
}

.gp-consent-notice .gp-consent-review {
	display: inline-block;
	padding: 0.6rem 1.25rem;
	border: 1px solid currentColor;
	border-radius: 4px;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 0.9375rem;
	cursor: pointer;
}

.gp-consent-notice .gp-consent-review:hover,
.gp-consent-notice .gp-consent-review:focus-visible {
	background: rgba( 0, 0, 0, 0.06 );
}

.gp-consent-notice--error {
	border-color: rgba( 180, 30, 30, 0.35 );
	background: rgba( 180, 30, 30, 0.06 );
}

@media ( prefers-color-scheme: dark ) {
	.gp-consent-notice {
		border-color: rgba( 255, 255, 255, 0.18 );
		background: rgba( 255, 255, 255, 0.05 );
	}

	.gp-consent-notice .gp-consent-review:hover,
	.gp-consent-notice .gp-consent-review:focus-visible {
		background: rgba( 255, 255, 255, 0.1 );
	}
}

.gp-consent-footer {
	padding: 0 1rem 1.5rem;
	text-align: center;
}

.gp-consent-footer .gp-consent-review {
	border: 0;
	padding: 0;
	background: none;
	color: inherit;
	font: inherit;
	font-size: 0.8125rem;
	text-decoration: underline;
	opacity: 0.7;
	cursor: pointer;
}

.gp-consent-footer .gp-consent-review:hover,
.gp-consent-footer .gp-consent-review:focus-visible {
	opacity: 1;
}
