.gmaps {
	position: relative;
	margin-top: 30px;
	height: 450px;
	width: 100%;
	border-radius: var(--border-radius);
}

.gmaps .gmaps-consent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--background-color-elements);
	border-radius: var(--border-radius);
}

.gmaps iframe {
	width: 100%;
	border-radius: var(--border-radius);
}

.gmaps .gmaps-consent button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: none;
	border-radius: var(--border-radius);
	background-color: var(--first-color);
	color: #FFFFFF;
	padding: 20px 15px;
}