.geolocation-popups__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.72);
	z-index: 20;

}

.geolocation-popups__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.geolocation-popups__popup {
	text-align: center;
	max-width: 875px;
	margin: auto 1rem;
	background-color: white;
	position: relative;
	padding: 3.375rem 54px;

	@media (min-width: 768px) {
		/* CSS rules for screen sizes over 767px */
		.geolocation-popups__inner {
			margin: auto 0;
		}
	}
}

.geolocation-popups__inner p {
	font-size: 1.5rem;
	line-height: 1.3em;
	margin-bottom: 2.225rem;
}

.geolocation-popups__inner .wp-block-button {
	font-size: 1.25rem;
	line-height: 1.2em;
}

.geolocation-popups__inner .popup__close-button a {
	font-size: 1.125rem;
	line-height: 1.2em;
}
