.fewo-consent-blocker {
	position: relative;
}

.fewo-consent-blocker--googlemaps {
	min-height: 410px;
	height: 100%;
}

.fewo-consent-blocker.is-unblocked .fewo-consent-blocker__overlay {
	display: none;
}

.fewo-consent-blocker__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url( "../../../img/plugin_optimized_images/cb-maps.png" );
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 410px;
	z-index: 10;
}

.fewo-consent-blocker__content {
	min-height: 410px;
	height: 100%;
}

.fewo-consent-blocker--googlemaps .fewo-map,
.fewo-consent-blocker--googlemaps .wpgmza_map {
	min-height: 410px;
	height: 100%;
}

.fewo-consent-blocker__card {
	background-color: rgba( 0, 0, 0, 0.8 );
	color: #fff;
	padding: 20px;
	max-width: 420px;
	width: calc( 100% - 40px );
	margin: 0 auto;
	text-align: center;
	border-radius: 2px;
}

.fewo-consent-blocker__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.fewo-consent-blocker__text {
	font-size: 14px;
	line-height: 1.5;
}

.fewo-consent-blocker__actions {
	margin-top: 15px;
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.fewo-consent-blocker__button {
	display: inline-block;
	width: auto;
	min-width: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 20px;
	background: var( --fewo-consent-blocker-button-bg, #8eb723 );
	color: #fff!important;
	text-decoration: none!important;
	border-radius: 3px;
	text-transform: uppercase;
}

.fewo-consent-blocker__button:hover {
	opacity: 0.9;
	color: #fff;
}

.fewo-consent-blocker__link,
.fewo-consent-blocker__remember {
	color: var( --fewo-consent-blocker-link-color, var( --fewo-consent-blocker-button-bg, #8eb723 ) );
	text-decoration: none;
}

.fewo-consent-blocker__link {
	font-size: 14px;
	line-height: 1.5;
}

.fewo-consent-blocker__link:hover {
	text-decoration: none;
}

.fewo-consent-blocker__remember {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 15px;
	font-size: 13px;
	justify-content: center;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.fewo-consent-blocker__remember input {
	margin: 0;
	width: auto;
	height: auto;
}

.fewo-consent-blocker__content,
.fewo-consent-blocker__content img {
	width: 100%;
}
